diff options
author | Ian C <ianc@noddybox.co.uk> | 2012-05-26 22:13:26 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2012-05-26 22:13:26 +0000 |
commit | 299769ecba0a96ca8dc9551a639b9e5e6d23b3d2 (patch) | |
tree | a8d72e50146dbae1cdf40a7f8c6038d06f845ded /WindowsPhone/JoystickTest | |
parent | 71b0b1d82aa1fdfc9fcec1b35b352cbfbb66a7b0 (diff) |
Copmpleted reorganisation of input into a single assembly.
Diffstat (limited to 'WindowsPhone/JoystickTest')
-rw-r--r-- | WindowsPhone/JoystickTest/JoystickTest/JoystickTest.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WindowsPhone/JoystickTest/JoystickTest/JoystickTest.csproj b/WindowsPhone/JoystickTest/JoystickTest/JoystickTest.csproj index 37cdf3e..7f43d5a 100644 --- a/WindowsPhone/JoystickTest/JoystickTest/JoystickTest.csproj +++ b/WindowsPhone/JoystickTest/JoystickTest/JoystickTest.csproj @@ -85,9 +85,9 @@ </Content>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\Noddybox.Emulation.Xna.Joystick\Noddybox.Emulation.Xna.Joystick.csproj">
- <Project>{0DFFE208-C204-4E95-8D09-7A0C08F06680}</Project>
- <Name>Noddybox.Emulation.Xna.Joystick</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="..\JoystickTestContent\JoystickTestContent.contentproj">
<Name>JoystickTestContent</Name>
|