summaryrefslogtreecommitdiff
path: root/WindowsPhone/KeyboardTest
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-05-26 22:13:26 +0000
committerIan C <ianc@noddybox.co.uk>2012-05-26 22:13:26 +0000
commit299769ecba0a96ca8dc9551a639b9e5e6d23b3d2 (patch)
treea8d72e50146dbae1cdf40a7f8c6038d06f845ded /WindowsPhone/KeyboardTest
parent71b0b1d82aa1fdfc9fcec1b35b352cbfbb66a7b0 (diff)
Copmpleted reorganisation of input into a single assembly.
Diffstat (limited to 'WindowsPhone/KeyboardTest')
-rw-r--r--WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs2
-rw-r--r--WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj6
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>