GeneratedGeometryXbox.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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>{0E968707-7913-42B5-81B8-F6CD1CA8D3A2}</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>GeneratedGeometry</RootNamespace>
  11. <AssemblyName>GeneratedGeometry</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Xbox 360</XnaPlatform>
  14. <ApplicationIcon>Game.ico</ApplicationIcon>
  15. <Thumbnail>GeneratedGeometrySample.png</Thumbnail>
  16. <XnaCrossPlatformGroupID>{bbd44275-589f-4374-8bd7-fc20d722c3a9}</XnaCrossPlatformGroupID>
  17. <StartupObject>GeneratedGeometry.Program</StartupObject>
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  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\GeneratedGeometryContent.contentproj">
  70. <Project>{BFF47E18-72F7-40D0-8EA7-F848810B0BC6}</Project>
  71. <Name>GeneratedGeometryContent %28Content%29</Name>
  72. <XnaReferenceType>Content</XnaReferenceType>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="GeneratedGeometry.cs">
  78. <Name>GeneratedGeometry</Name>
  79. </Compile>
  80. <Compile Include="Sky.cs">
  81. <Name>Sky</Name>
  82. </Compile>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Content Include="Game.ico">
  86. <Name>Game</Name>
  87. </Content>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Content Include="GeneratedGeometrySample.png">
  91. </Content>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <NestedContentProject Include="Content\Content.contentproj">
  95. <Project>{bff47e18-72f7-40d0-8ea7-f848810b0bc6}</Project>
  96. <Visible>False</Visible>
  97. </NestedContentProject>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  101. <Visible>False</Visible>
  102. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  103. <Install>false</Install>
  104. </BootstrapperPackage>
  105. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  106. <Visible>False</Visible>
  107. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  108. <Install>false</Install>
  109. </BootstrapperPackage>
  110. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  111. <Visible>False</Visible>
  112. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  113. <Install>false</Install>
  114. </BootstrapperPackage>
  115. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  116. <Visible>False</Visible>
  117. <ProductName>.NET Framework 3.5</ProductName>
  118. <Install>true</Install>
  119. </BootstrapperPackage>
  120. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  121. <Visible>False</Visible>
  122. <ProductName>.NET Framework 3.5 SP1</ProductName>
  123. <Install>false</Install>
  124. </BootstrapperPackage>
  125. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  126. <Visible>False</Visible>
  127. <ProductName>Windows Installer 3.1</ProductName>
  128. <Install>true</Install>
  129. </BootstrapperPackage>
  130. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
  131. <Visible>False</Visible>
  132. <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
  133. <Install>true</Install>
  134. </BootstrapperPackage>
  135. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  136. <Visible>False</Visible>
  137. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  138. <Install>true</Install>
  139. </BootstrapperPackage>
  140. </ItemGroup>
  141. <ItemGroup />
  142. <ItemGroup>
  143. <Reference Include="Microsoft.Xna.Framework">
  144. <Private>False</Private>
  145. </Reference>
  146. <Reference Include="Microsoft.Xna.Framework.Avatar">
  147. <Private>False</Private>
  148. </Reference>
  149. <Reference Include="Microsoft.Xna.Framework.Game">
  150. <Private>False</Private>
  151. </Reference>
  152. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  153. <Private>False</Private>
  154. </Reference>
  155. <Reference Include="Microsoft.Xna.Framework.Graphics">
  156. <Private>False</Private>
  157. </Reference>
  158. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  159. <Private>False</Private>
  160. </Reference>
  161. <Reference Include="Microsoft.Xna.Framework.Net">
  162. <Private>False</Private>
  163. </Reference>
  164. <Reference Include="Microsoft.Xna.Framework.Storage">
  165. <Private>False</Private>
  166. </Reference>
  167. <Reference Include="Microsoft.Xna.Framework.Video">
  168. <Private>False</Private>
  169. </Reference>
  170. <Reference Include="Microsoft.Xna.Framework.Xact">
  171. <Private>False</Private>
  172. </Reference>
  173. <Reference Include="mscorlib">
  174. <Private>False</Private>
  175. </Reference>
  176. <Reference Include="System">
  177. <Private>False</Private>
  178. </Reference>
  179. <Reference Include="System.Xml">
  180. <Private>False</Private>
  181. </Reference>
  182. <Reference Include="System.Xml.Linq">
  183. <Private>False</Private>
  184. </Reference>
  185. </ItemGroup>
  186. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  187. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  188. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  189. Other similar extension points exist, see Microsoft.Common.targets.
  190. <Target Name="BeforeBuild">
  191. </Target>
  192. <Target Name="AfterBuild">
  193. </Target>
  194. -->
  195. <ProjectExtensions>
  196. <VisualStudio>
  197. </VisualStudio>
  198. </ProjectExtensions>
  199. </Project>