InputSequenceSampleWindows.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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>{DDAD163E-1F69-4EE2-8ABE-FE9542346DCC}</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>InputSequenceSample</RootNamespace>
  11. <AssemblyName>InputSequenceSample</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  14. <XnaPlatform>Windows</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|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. <XnaCompressContent>false</XnaCompressContent>
  57. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  60. <DebugType>pdbonly</DebugType>
  61. <Optimize>true</Optimize>
  62. <OutputPath>bin\x86\Release</OutputPath>
  63. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  64. <ErrorReport>prompt</ErrorReport>
  65. <WarningLevel>4</WarningLevel>
  66. <NoStdLib>true</NoStdLib>
  67. <UseVSHostingProcess>false</UseVSHostingProcess>
  68. <PlatformTarget>x86</PlatformTarget>
  69. <XnaCompressContent>True</XnaCompressContent>
  70. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  77. <Private>False</Private>
  78. </Reference>
  79. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  80. <Private>False</Private>
  81. </Reference>
  82. <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  83. <Private>False</Private>
  84. </Reference>
  85. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  86. <Private>False</Private>
  87. </Reference>
  88. <Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  89. <Private>False</Private>
  90. </Reference>
  91. <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  92. <Private>False</Private>
  93. </Reference>
  94. <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  95. <Private>False</Private>
  96. </Reference>
  97. <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  98. <Private>False</Private>
  99. </Reference>
  100. <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  101. <Private>False</Private>
  102. </Reference>
  103. <Reference Include="mscorlib">
  104. <Private>False</Private>
  105. </Reference>
  106. <Reference Include="System">
  107. <Private>False</Private>
  108. </Reference>
  109. <Reference Include="System.Core">
  110. <Private>False</Private>
  111. </Reference>
  112. <Reference Include="System.Xml.Linq">
  113. <Private>False</Private>
  114. </Reference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="Game.cs" />
  118. <Compile Include="Direction.cs" />
  119. <Compile Include="InputManager.cs" />
  120. <Compile Include="Move.cs" />
  121. <Compile Include="MoveList.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Content Include="Game.ico" />
  126. <Content Include="GameThumbnail.png" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <NestedContentProject Include="Content\Content.contentproj">
  130. <Project>bcb334af-a897-473f-9f6f-f19a8afc712a</Project>
  131. <Visible>False</Visible>
  132. </NestedContentProject>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  136. <Visible>False</Visible>
  137. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  138. <Install>false</Install>
  139. </BootstrapperPackage>
  140. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  141. <Visible>False</Visible>
  142. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  143. <Install>false</Install>
  144. </BootstrapperPackage>
  145. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  146. <Visible>False</Visible>
  147. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  148. <Install>false</Install>
  149. </BootstrapperPackage>
  150. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  151. <Visible>False</Visible>
  152. <ProductName>.NET Framework 3.5</ProductName>
  153. <Install>true</Install>
  154. </BootstrapperPackage>
  155. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  156. <Visible>False</Visible>
  157. <ProductName>.NET Framework 3.5 SP1</ProductName>
  158. <Install>false</Install>
  159. </BootstrapperPackage>
  160. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  161. <Visible>False</Visible>
  162. <ProductName>Windows Installer 3.1</ProductName>
  163. <Install>true</Install>
  164. </BootstrapperPackage>
  165. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.0">
  166. <Visible>False</Visible>
  167. <ProductName>Microsoft XNA Framework Redistributable 3.0</ProductName>
  168. <Install>true</Install>
  169. </BootstrapperPackage>
  170. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  171. <Visible>False</Visible>
  172. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  173. <Install>true</Install>
  174. </BootstrapperPackage>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <ProjectReference Include="Content\InputSequenceSampleContent.contentproj">
  178. <Project>{BCB334AF-A897-473F-9F6F-F19A8AFC712A}</Project>
  179. <Name>InputSequenceSampleContent %28Content%29</Name>
  180. <XnaReferenceType>Content</XnaReferenceType>
  181. </ProjectReference>
  182. </ItemGroup>
  183. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  184. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  185. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  186. Other similar extension points exist, see Microsoft.Common.targets.
  187. <Target Name="BeforeBuild">
  188. </Target>
  189. <Target Name="AfterBuild">
  190. </Target>
  191. -->
  192. </Project>