GeneratedGeometryWindows.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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>{1CC27BB9-AFF1-4344-BA30-BBC0977A8147}</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>GeneratedGeometry</RootNamespace>
  11. <AssemblyName>GeneratedGeometry</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Windows</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|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.Xml" />
  110. <Reference Include="System.Xml.Linq">
  111. <Private>False</Private>
  112. </Reference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Compile Include="Properties\AssemblyInfo.cs" />
  116. <Compile Include="GeneratedGeometry.cs">
  117. <Name>GeneratedGeometry</Name>
  118. </Compile>
  119. <Compile Include="Sky.cs">
  120. <Name>Sky</Name>
  121. </Compile>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="Game.ico">
  125. <Name>Game</Name>
  126. </Content>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Content Include="GeneratedGeometrySample.png">
  130. </Content>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <NestedContentProject Include="Content\Content.contentproj">
  134. <Project>{bff47e18-72f7-40d0-8ea7-f848810b0bc6}</Project>
  135. <Visible>False</Visible>
  136. </NestedContentProject>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  140. <Visible>False</Visible>
  141. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  142. <Install>false</Install>
  143. </BootstrapperPackage>
  144. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  145. <Visible>False</Visible>
  146. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  147. <Install>false</Install>
  148. </BootstrapperPackage>
  149. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  150. <Visible>False</Visible>
  151. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  152. <Install>false</Install>
  153. </BootstrapperPackage>
  154. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  155. <Visible>False</Visible>
  156. <ProductName>.NET Framework 3.5</ProductName>
  157. <Install>true</Install>
  158. </BootstrapperPackage>
  159. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  160. <Visible>False</Visible>
  161. <ProductName>.NET Framework 3.5 SP1</ProductName>
  162. <Install>false</Install>
  163. </BootstrapperPackage>
  164. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  165. <Visible>False</Visible>
  166. <ProductName>Windows Installer 3.1</ProductName>
  167. <Install>true</Install>
  168. </BootstrapperPackage>
  169. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
  170. <Visible>False</Visible>
  171. <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
  172. <Install>true</Install>
  173. </BootstrapperPackage>
  174. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  175. <Visible>False</Visible>
  176. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  177. <Install>true</Install>
  178. </BootstrapperPackage>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ProjectReference Include="Content\GeneratedGeometryContent.contentproj">
  182. <Project>{BFF47E18-72F7-40D0-8EA7-F848810B0BC6}</Project>
  183. <Name>GeneratedGeometryContent %28Content%29</Name>
  184. <XnaReferenceType>Content</XnaReferenceType>
  185. </ProjectReference>
  186. </ItemGroup>
  187. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  188. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  189. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  190. Other similar extension points exist, see Microsoft.Common.targets.
  191. <Target Name="BeforeBuild">
  192. </Target>
  193. <Target Name="AfterBuild">
  194. </Target>
  195. -->
  196. <ProjectExtensions>
  197. <VisualStudio>
  198. </VisualStudio>
  199. </ProjectExtensions>
  200. </Project>