InputReporterContent.contentproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectGuid>{7EAAD54A-EC06-4EDE-AEA7-9B2000E935E5}</ProjectGuid>
  5. <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>InputReporter</RootNamespace>
  11. <AssemblyName>InputReporter</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <ApplicationIcon>Game.ico</ApplicationIcon>
  14. <StartupObject>InputReporter.InputReporterGame</StartupObject>
  15. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <ContentRootDirectory>Content</ContentRootDirectory>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  35. <XnaPlatform>Windows</XnaPlatform>
  36. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  39. <XnaPlatform>Windows</XnaPlatform>
  40. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Compile Include="Fonts\TitleFont.spritefont">
  44. <Importer>FontDescriptionImporter</Importer>
  45. <Processor>FontDescriptionProcessor</Processor>
  46. <Name>TitleFont</Name>
  47. </Compile>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Fonts\DataFont.spritefont">
  51. <Importer>FontDescriptionImporter</Importer>
  52. <Processor>FontDescriptionProcessor</Processor>
  53. <Name>DataFont</Name>
  54. </Compile>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Textures\background.jpg">
  58. <Importer>TextureImporter</Importer>
  59. <Processor>TextureProcessor</Processor>
  60. <Name>background</Name>
  61. </Compile>
  62. <Compile Include="Textures\connected_controller1.png">
  63. <Importer>TextureImporter</Importer>
  64. <Processor>TextureProcessor</Processor>
  65. <Name>connected_controller1</Name>
  66. </Compile>
  67. <Compile Include="Textures\connected_controller2.png">
  68. <Importer>TextureImporter</Importer>
  69. <Processor>TextureProcessor</Processor>
  70. <Name>connected_controller2</Name>
  71. </Compile>
  72. <Compile Include="Textures\connected_controller3.png">
  73. <Importer>TextureImporter</Importer>
  74. <Processor>TextureProcessor</Processor>
  75. <Name>connected_controller3</Name>
  76. </Compile>
  77. <Compile Include="Textures\connected_controller4.png">
  78. <Importer>TextureImporter</Importer>
  79. <Processor>TextureProcessor</Processor>
  80. <Name>connected_controller4</Name>
  81. </Compile>
  82. <Compile Include="Textures\select_controller1.png">
  83. <Importer>TextureImporter</Importer>
  84. <Processor>TextureProcessor</Processor>
  85. <Name>select_controller1</Name>
  86. </Compile>
  87. <Compile Include="Textures\select_controller2.png">
  88. <Importer>TextureImporter</Importer>
  89. <Processor>TextureProcessor</Processor>
  90. <Name>select_controller2</Name>
  91. </Compile>
  92. <Compile Include="Textures\select_controller3.png">
  93. <Importer>TextureImporter</Importer>
  94. <Processor>TextureProcessor</Processor>
  95. <Name>select_controller3</Name>
  96. </Compile>
  97. <Compile Include="Textures\select_controller4.png">
  98. <Importer>TextureImporter</Importer>
  99. <Processor>TextureProcessor</Processor>
  100. <Name>select_controller4</Name>
  101. </Compile>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="Fonts\DataActiveFont.spritefont">
  105. <Importer>FontDescriptionImporter</Importer>
  106. <Processor>FontDescriptionProcessor</Processor>
  107. <Name>DataActiveFont</Name>
  108. </Compile>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="Fonts\TypeFont.spritefont">
  112. <Importer>FontDescriptionImporter</Importer>
  113. <Processor>FontDescriptionProcessor</Processor>
  114. <Name>TypeFont</Name>
  115. </Compile>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="Fonts\InstructionsFont.spritefont">
  119. <Importer>FontDescriptionImporter</Importer>
  120. <Processor>FontDescriptionProcessor</Processor>
  121. <Name>InstructionsFont</Name>
  122. </Compile>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Compile Include="Fonts\InstructionsActiveFont.spritefont">
  126. <Importer>FontDescriptionImporter</Importer>
  127. <Processor>FontDescriptionProcessor</Processor>
  128. <Name>InstructionsActiveFont</Name>
  129. </Compile>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  133. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  134. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  135. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  136. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  137. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  138. <Private>False</Private>
  139. </Reference>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  143. <Visible>False</Visible>
  144. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  145. <Install>true</Install>
  146. </BootstrapperPackage>
  147. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  148. <Visible>False</Visible>
  149. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  150. <Install>false</Install>
  151. </BootstrapperPackage>
  152. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  153. <Visible>False</Visible>
  154. <ProductName>.NET Framework 3.5 SP1</ProductName>
  155. <Install>false</Install>
  156. </BootstrapperPackage>
  157. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  158. <Visible>False</Visible>
  159. <ProductName>Windows Installer 3.1</ProductName>
  160. <Install>true</Install>
  161. </BootstrapperPackage>
  162. </ItemGroup>
  163. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  164. Other similar extension points exist, see Microsoft.Common.targets.
  165. <Target Name="BeforeBuild">
  166. </Target>
  167. <Target Name="AfterBuild">
  168. </Target>
  169. -->
  170. <ProjectExtensions>
  171. <VisualStudio>
  172. </VisualStudio>
  173. </ProjectExtensions>
  174. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  175. </Project>