summaryrefslogtreecommitdiff
path: root/WindowsPhone/JoystickTest/JoystickTestContent/JoystickTestContent.contentproj
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-05-28 22:46:59 +0000
committerIan C <ianc@noddybox.co.uk>2012-05-28 22:46:59 +0000
commit643c13f3ebd3240aa58f83a35a66909fdd9545d9 (patch)
treef342069f0a639d55e20f5913e758336932cdcf2d /WindowsPhone/JoystickTest/JoystickTestContent/JoystickTestContent.contentproj
parent60b52b009c2f74cea7d5ffb0ad62cbbc55c41729 (diff)
Added test code to handle buttons to make sure drawing is OK.
Diffstat (limited to 'WindowsPhone/JoystickTest/JoystickTestContent/JoystickTestContent.contentproj')
-rw-r--r--WindowsPhone/JoystickTest/JoystickTestContent/JoystickTestContent.contentproj17
1 files changed, 17 insertions, 0 deletions
diff --git a/WindowsPhone/JoystickTest/JoystickTestContent/JoystickTestContent.contentproj b/WindowsPhone/JoystickTest/JoystickTestContent/JoystickTestContent.contentproj
index 4ae643c..abe9430 100644
--- a/WindowsPhone/JoystickTest/JoystickTestContent/JoystickTestContent.contentproj
+++ b/WindowsPhone/JoystickTest/JoystickTestContent/JoystickTestContent.contentproj
@@ -29,6 +29,23 @@
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
</ItemGroup>
+ <ItemGroup>
+ <Compile Include="button.png">
+ <Name>button</Name>
+ <Importer>TextureImporter</Importer>
+ <Processor>TextureProcessor</Processor>
+ </Compile>
+ <Compile Include="joystick.png">
+ <Name>joystick</Name>
+ <Importer>TextureImporter</Importer>
+ <Processor>TextureProcessor</Processor>
+ </Compile>
+ <Compile Include="joystick_background.png">
+ <Name>joystick_background</Name>
+ <Importer>TextureImporter</Importer>
+ <Processor>TextureProcessor</Processor>
+ </Compile>
+ </ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.