diff options
Diffstat (limited to 'WindowsPhone/KeyboardTest')
| -rw-r--r-- | WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs | 2 | ||||
| -rw-r--r-- | WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj | 6 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs b/WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs index 882ef72..ccd991c 100644 --- a/WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs +++ b/WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs @@ -9,7 +9,7 @@ using Microsoft.Xna.Framework.Graphics;  using Microsoft.Xna.Framework.Input;
  using Microsoft.Xna.Framework.Input.Touch;
  using Microsoft.Xna.Framework.Media;
 -using Noddybox.Emulation.Xna.Keyboard;
 +using Noddybox.Emulation.Xna.Input.Keyboard;
  using Noddybox.Emulation.Keyboard.Schema;
  using System.IO;
 diff --git a/WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj b/WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj index fedeed5..3dc0fcb 100644 --- a/WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj +++ b/WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj @@ -92,9 +92,9 @@        <Project>{0F5AA96A-9253-4E06-A3F9-5517A2A9C558}</Project>
        <Name>Noddybox.Emulation.Keyboard.Schema</Name>
      </ProjectReference>
 -    <ProjectReference Include="..\..\Noddybox.Emulation.Xna.Keyboard\Noddybox.Emulation.Xna.Keyboard.csproj">
 -      <Project>{3B034AAA-A9FD-4307-95F2-D87BE0A51990}</Project>
 -      <Name>Noddybox.Emulation.Xna.Keyboard</Name>
 +    <ProjectReference Include="..\..\Noddybox.Emulation.Xna.Input\Noddybox.Emulation.Xna.Input.csproj">
 +      <Project>{0F95CAB2-B79A-45B5-B5F2-14F4CED2EF20}</Project>
 +      <Name>Noddybox.Emulation.Xna.Input</Name>
      </ProjectReference>
      <ProjectReference Include="..\KeyboardTestContent\KeyboardTestContent.contentproj">
        <Name>KeyboardTestContent</Name>
 | 
