InputReporterWindows.csproj 9.4 KB

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