Particle3DSampleXBox.csproj 7.5 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>{0CA04F57-913C-4567-9733-B4BB2ADC5A93}</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>Particle3DSample</RootNamespace>
  11. <AssemblyName>Particle3DSample</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Xbox 360</XnaPlatform>
  14. <ApplicationIcon>Game.ico</ApplicationIcon>
  15. <Thumbnail>Particle3DSample.png</Thumbnail>
  16. <XnaCrossPlatformGroupID>{cb698ff6-888e-42a9-a55c-295353fbfce0}</XnaCrossPlatformGroupID>
  17. <StartupObject>Particle3DSample.Program</StartupObject>
  18. <XnaUpgrade>
  19. </XnaUpgrade>
  20. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  21. <FileUpgradeFlags>
  22. </FileUpgradeFlags>
  23. <UpgradeBackupLocation>
  24. </UpgradeBackupLocation>
  25. <OldToolsVersion>3.5</OldToolsVersion>
  26. <XnaOutputType>Game</XnaOutputType>
  27. <XnaProfile>HiDef</XnaProfile>
  28. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  29. <PublishUrl>publish\</PublishUrl>
  30. <Install>true</Install>
  31. <InstallFrom>Disk</InstallFrom>
  32. <UpdateEnabled>false</UpdateEnabled>
  33. <UpdateMode>Foreground</UpdateMode>
  34. <UpdateInterval>7</UpdateInterval>
  35. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36. <UpdatePeriodically>false</UpdatePeriodically>
  37. <UpdateRequired>false</UpdateRequired>
  38. <MapFileExtensions>true</MapFileExtensions>
  39. <ApplicationRevision>0</ApplicationRevision>
  40. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41. <IsWebBootstrapper>false</IsWebBootstrapper>
  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. <ItemGroup>
  70. <Compile Include="Game.cs">
  71. <Name>Game</Name>
  72. </Compile>
  73. <Compile Include="ParticleEmitter.cs">
  74. <Name>ParticleEmitter</Name>
  75. </Compile>
  76. <Compile Include="ParticleSystem.cs">
  77. <Name>ParticleSystem</Name>
  78. </Compile>
  79. <Compile Include="ParticleVertex.cs">
  80. <Name>ParticleVertex</Name>
  81. </Compile>
  82. <Compile Include="Projectile.cs">
  83. <Name>Projectile</Name>
  84. </Compile>
  85. <Compile Include="Properties\AssemblyInfo.cs">
  86. <Name>AssemblyInfo</Name>
  87. </Compile>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Content Include="Game.ico">
  91. <Name>Game</Name>
  92. </Content>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Content Include="Particle3DSample.png">
  96. </Content>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <NestedContentProject Include="Content\Content.contentproj">
  100. <Project>{12a1407b-bace-4f2a-9413-a4c8dd9e4922}</Project>
  101. <Visible>False</Visible>
  102. </NestedContentProject>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\ParticleSettings\ParticleSettingsXbox.csproj">
  106. <Project>{143ba864-398e-42ad-b559-760af297a3b2}</Project>
  107. <Name>ParticleSettingsXbox</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="Content\Particle3DSampleContent.contentproj">
  110. <Project>{12A1407B-BACE-4F2A-9413-A4C8DD9E4922}</Project>
  111. <Name>Particle3DSampleContent %28Content%29</Name>
  112. <XnaReferenceType>Content</XnaReferenceType>
  113. </ProjectReference>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  117. <Visible>False</Visible>
  118. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  119. <Install>true</Install>
  120. </BootstrapperPackage>
  121. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  124. <Install>false</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1</ProductName>
  129. <Install>false</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  132. <Visible>False</Visible>
  133. <ProductName>Windows Installer 3.1</ProductName>
  134. <Install>true</Install>
  135. </BootstrapperPackage>
  136. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  137. <Visible>False</Visible>
  138. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  139. <Install>true</Install>
  140. </BootstrapperPackage>
  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. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  188. Other similar extension points exist, see Microsoft.Common.targets.
  189. <Target Name="BeforeBuild">
  190. </Target>
  191. <Target Name="AfterBuild">
  192. </Target>
  193. -->
  194. <ProjectExtensions>
  195. <VisualStudio>
  196. </VisualStudio>
  197. </ProjectExtensions>
  198. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  199. </Project>