InputSequenceSampleXbox.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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>{8127E129-0773-44F4-B28C-6824B3DA03A8}</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>InputSequenceSample</RootNamespace>
  11. <AssemblyName>InputSequenceSample</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  14. <XnaPlatform>Xbox 360</XnaPlatform>
  15. <XnaCrossPlatformGroupID>45c80cf5-2501-4164-91f7-a84189191eed</XnaCrossPlatformGroupID>
  16. <ApplicationIcon>Game.ico</ApplicationIcon>
  17. <Thumbnail>GameThumbnail.png</Thumbnail>
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <StartupObject>InputSequenceSample.Program</StartupObject>
  20. <XnaUpgrade>
  21. </XnaUpgrade>
  22. <XnaOutputType>Game</XnaOutputType>
  23. <XnaProfile>Reach</XnaProfile>
  24. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  25. <FileUpgradeFlags>
  26. </FileUpgradeFlags>
  27. <UpgradeBackupLocation>
  28. </UpgradeBackupLocation>
  29. <OldToolsVersion>3.5</OldToolsVersion>
  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|Xbox 360' ">
  46. <OutputPath>bin\Xbox 360\Debug</OutputPath>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <NoStdLib>true</NoStdLib>
  50. <UseVSHostingProcess>false</UseVSHostingProcess>
  51. <DebugSymbols>true</DebugSymbols>
  52. <DebugType>full</DebugType>
  53. <Optimize>false</Optimize>
  54. <DefineConstants>DEBUG;TRACE;XBOX;XBOX360</DefineConstants>
  55. <XnaCompressContent>true</XnaCompressContent>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' ">
  58. <OutputPath>bin\Xbox 360\Release</OutputPath>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <NoStdLib>true</NoStdLib>
  62. <UseVSHostingProcess>false</UseVSHostingProcess>
  63. <DebugType>pdbonly</DebugType>
  64. <Optimize>true</Optimize>
  65. <DefineConstants>TRACE;XBOX;XBOX360</DefineConstants>
  66. <XnaCompressContent>true</XnaCompressContent>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="Content\InputSequenceSampleContent.contentproj">
  70. <Project>{BCB334AF-A897-473F-9F6F-F19A8AFC712A}</Project>
  71. <Name>InputSequenceSampleContent %28Content%29</Name>
  72. <XnaReferenceType>Content</XnaReferenceType>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Game.cs" />
  77. <Compile Include="Direction.cs" />
  78. <Compile Include="InputManager.cs" />
  79. <Compile Include="Move.cs" />
  80. <Compile Include="MoveList.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Content Include="Game.ico" />
  85. <Content Include="GameThumbnail.png" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <NestedContentProject Include="Content\Content.contentproj">
  89. <Project>bcb334af-a897-473f-9f6f-f19a8afc712a</Project>
  90. <Visible>False</Visible>
  91. </NestedContentProject>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  95. <Visible>False</Visible>
  96. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  97. <Install>false</Install>
  98. </BootstrapperPackage>
  99. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  100. <Visible>False</Visible>
  101. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  102. <Install>false</Install>
  103. </BootstrapperPackage>
  104. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  105. <Visible>False</Visible>
  106. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  107. <Install>false</Install>
  108. </BootstrapperPackage>
  109. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  110. <Visible>False</Visible>
  111. <ProductName>.NET Framework 3.5</ProductName>
  112. <Install>true</Install>
  113. </BootstrapperPackage>
  114. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  115. <Visible>False</Visible>
  116. <ProductName>.NET Framework 3.5 SP1</ProductName>
  117. <Install>false</Install>
  118. </BootstrapperPackage>
  119. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  120. <Visible>False</Visible>
  121. <ProductName>Windows Installer 3.1</ProductName>
  122. <Install>true</Install>
  123. </BootstrapperPackage>
  124. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.0">
  125. <Visible>False</Visible>
  126. <ProductName>Microsoft XNA Framework Redistributable 3.0</ProductName>
  127. <Install>true</Install>
  128. </BootstrapperPackage>
  129. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  130. <Visible>False</Visible>
  131. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  132. <Install>true</Install>
  133. </BootstrapperPackage>
  134. </ItemGroup>
  135. <ItemGroup />
  136. <ItemGroup>
  137. <Reference Include="Microsoft.Xna.Framework">
  138. <Private>False</Private>
  139. </Reference>
  140. <Reference Include="Microsoft.Xna.Framework.Avatar">
  141. <Private>False</Private>
  142. </Reference>
  143. <Reference Include="Microsoft.Xna.Framework.Game">
  144. <Private>False</Private>
  145. </Reference>
  146. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  147. <Private>False</Private>
  148. </Reference>
  149. <Reference Include="Microsoft.Xna.Framework.Graphics">
  150. <Private>False</Private>
  151. </Reference>
  152. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  153. <Private>False</Private>
  154. </Reference>
  155. <Reference Include="Microsoft.Xna.Framework.Net">
  156. <Private>False</Private>
  157. </Reference>
  158. <Reference Include="Microsoft.Xna.Framework.Storage">
  159. <Private>False</Private>
  160. </Reference>
  161. <Reference Include="Microsoft.Xna.Framework.Video">
  162. <Private>False</Private>
  163. </Reference>
  164. <Reference Include="Microsoft.Xna.Framework.Xact">
  165. <Private>False</Private>
  166. </Reference>
  167. <Reference Include="mscorlib">
  168. <Private>False</Private>
  169. </Reference>
  170. <Reference Include="System">
  171. <Private>False</Private>
  172. </Reference>
  173. <Reference Include="System.Core">
  174. <Private>False</Private>
  175. </Reference>
  176. <Reference Include="System.Xml.Linq">
  177. <Private>False</Private>
  178. </Reference>
  179. </ItemGroup>
  180. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  181. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  182. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  183. Other similar extension points exist, see Microsoft.Common.targets.
  184. <Target Name="BeforeBuild">
  185. </Target>
  186. <Target Name="AfterBuild">
  187. </Target>
  188. -->
  189. </Project>