InputReporterXBox.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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>{0AE2D29C-71E9-4EE5-B6AA-B90919D173D4}</ProjectGuid>
  5. <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">Xbox 360</Platform>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>InputReporter</RootNamespace>
  11. <AssemblyName>InputReporter</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Xbox 360</XnaPlatform>
  14. <StartupObject>InputReporter.InputReporterGame</StartupObject>
  15. <Thumbnail>InputReporter.png</Thumbnail>
  16. <XnaCrossPlatformGroupID>{fc5be90a-53c9-4195-86cf-64261192841e}</XnaCrossPlatformGroupID>
  17. <XnaUpgrade>
  18. </XnaUpgrade>
  19. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  20. <FileUpgradeFlags>
  21. </FileUpgradeFlags>
  22. <UpgradeBackupLocation>
  23. </UpgradeBackupLocation>
  24. <OldToolsVersion>3.5</OldToolsVersion>
  25. <IsWebBootstrapper>false</IsWebBootstrapper>
  26. <XnaOutputType>Game</XnaOutputType>
  27. <XnaProfile>HiDef</XnaProfile>
  28. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  29. <PublishUrl>publish\</PublishUrl>
  30. <Install>true</Install>
  31. <InstallFrom>Disk</InstallFrom>
  32. <UpdateEnabled>false</UpdateEnabled>
  33. <UpdateMode>Foreground</UpdateMode>
  34. <UpdateInterval>7</UpdateInterval>
  35. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36. <UpdatePeriodically>false</UpdatePeriodically>
  37. <UpdateRequired>false</UpdateRequired>
  38. <MapFileExtensions>true</MapFileExtensions>
  39. <ApplicationRevision>0</ApplicationRevision>
  40. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>bin\Xbox 360\Debug</OutputPath>
  49. <DefineConstants>DEBUG;TRACE;XBOX;XBOX360</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <NoStdLib>true</NoStdLib>
  53. <UseVSHostingProcess>false</UseVSHostingProcess>
  54. <XnaCompressContent>True</XnaCompressContent>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' ">
  58. <DebugType>pdbonly</DebugType>
  59. <Optimize>true</Optimize>
  60. <OutputPath>bin\Xbox 360\Release</OutputPath>
  61. <DefineConstants>TRACE;XBOX;XBOX360</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. <NoStdLib>true</NoStdLib>
  65. <UseVSHostingProcess>false</UseVSHostingProcess>
  66. <XnaCompressContent>True</XnaCompressContent>
  67. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="Microsoft.Xna.Framework">
  71. <Private>False</Private>
  72. </Reference>
  73. <Reference Include="Microsoft.Xna.Framework.Avatar">
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="Microsoft.Xna.Framework.Game">
  77. <Private>False</Private>
  78. </Reference>
  79. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  80. <Private>False</Private>
  81. </Reference>
  82. <Reference Include="Microsoft.Xna.Framework.Graphics">
  83. <Private>False</Private>
  84. </Reference>
  85. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  86. <Private>False</Private>
  87. </Reference>
  88. <Reference Include="Microsoft.Xna.Framework.Net">
  89. <Private>False</Private>
  90. </Reference>
  91. <Reference Include="Microsoft.Xna.Framework.Storage">
  92. <Private>False</Private>
  93. </Reference>
  94. <Reference Include="Microsoft.Xna.Framework.Video">
  95. <Private>False</Private>
  96. </Reference>
  97. <Reference Include="Microsoft.Xna.Framework.Xact">
  98. <Private>False</Private>
  99. </Reference>
  100. <Reference Include="mscorlib">
  101. <Private>False</Private>
  102. </Reference>
  103. <Reference Include="System">
  104. <Private>False</Private>
  105. </Reference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="ChargeSwitch.cs">
  109. <Name>ChargeSwitch</Name>
  110. </Compile>
  111. <Compile Include="ChargeSwitchDeadZone.cs">
  112. <Name>ChargeSwitchDeadZone</Name>
  113. </Compile>
  114. <Compile Include="ChargeSwitchExit.cs">
  115. <Name>ChargeSwitchExit</Name>
  116. </Compile>
  117. <Compile Include="InputReporterGame.cs">
  118. <Name>InputReporterGame</Name>
  119. </Compile>
  120. <Compile Include="InputReporterResources.Designer.cs">
  121. <AutoGen>True</AutoGen>
  122. <DesignTime>True</DesignTime>
  123. <DependentUpon>InputReporterResources.resx</DependentUpon>
  124. <Name>InputReporterResources.Designer</Name>
  125. </Compile>
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Content Include="InputReporter.png">
  130. </Content>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <EmbeddedResource Include="InputReporterResources.resx">
  134. <SubType>Designer</SubType>
  135. <Generator>ResXFileCodeGenerator</Generator>
  136. <LastGenOutput>InputReporterResources.Designer.cs</LastGenOutput>
  137. <Name>InputReporterResources</Name>
  138. </EmbeddedResource>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <NestedContentProject Include="Content\Content.contentproj">
  142. <Project>{439449a1-572e-40cb-8710-9eb74896c28d}</Project>
  143. <Visible>False</Visible>
  144. </NestedContentProject>
  145. </ItemGroup>
  146. <ItemGroup>
  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.2.0">
  153. <Visible>False</Visible>
  154. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  155. <Install>false</Install>
  156. </BootstrapperPackage>
  157. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  158. <Visible>False</Visible>
  159. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  160. <Install>false</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  168. <Visible>False</Visible>
  169. <ProductName>.NET Framework 3.5 SP1</ProductName>
  170. <Install>true</Install>
  171. </BootstrapperPackage>
  172. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  173. <Visible>False</Visible>
  174. <ProductName>Windows Installer 3.1</ProductName>
  175. <Install>true</Install>
  176. </BootstrapperPackage>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <ProjectReference Include="Content\InputReporterContent.contentproj">
  180. <Project>{7EAAD54A-EC06-4EDE-AEA7-9B2000E935E5}</Project>
  181. <Name>InputReporterContent %28Content%29</Name>
  182. <XnaReferenceType>Content</XnaReferenceType>
  183. </ProjectReference>
  184. </ItemGroup>
  185. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  186. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  187. Other similar extension points exist, see Microsoft.Common.targets.
  188. <Target Name="BeforeBuild">
  189. </Target>
  190. <Target Name="AfterBuild">
  191. </Target>
  192. -->
  193. <ProjectExtensions>
  194. <VisualStudio>
  195. </VisualStudio>
  196. </ProjectExtensions>
  197. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  198. </Project>