SpaceWarWindows.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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>{05CE87B7-1536-4F0C-8D2F-0CFCB390ED63}</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>Spacewar</RootNamespace>
  11. <AssemblyName>SpaceWarWindows</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  14. <XnaPlatform>Windows</XnaPlatform>
  15. <XnaCrossPlatformGroupID>$guid2$</XnaCrossPlatformGroupID>
  16. <ApplicationIcon>Spacewar_Template.ico</ApplicationIcon>
  17. <Thumbnail>SpacewarThumbnail.png</Thumbnail>
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <XnaUpgrade>
  20. </XnaUpgrade>
  21. <XnaOutputType>Game</XnaOutputType>
  22. <XnaProfile>HiDef</XnaProfile>
  23. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <OldToolsVersion>4.0</OldToolsVersion>
  27. <UpgradeBackupLocation />
  28. <SccProjectName>
  29. </SccProjectName>
  30. <SccLocalPath>
  31. </SccLocalPath>
  32. <SccAuxPath>
  33. </SccAuxPath>
  34. <SccProvider>
  35. </SccProvider>
  36. <PublishUrl>publish\</PublishUrl>
  37. <Install>true</Install>
  38. <InstallFrom>Disk</InstallFrom>
  39. <UpdateEnabled>false</UpdateEnabled>
  40. <UpdateMode>Foreground</UpdateMode>
  41. <UpdateInterval>7</UpdateInterval>
  42. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  43. <UpdatePeriodically>false</UpdatePeriodically>
  44. <UpdateRequired>false</UpdateRequired>
  45. <MapFileExtensions>true</MapFileExtensions>
  46. <ApplicationRevision>0</ApplicationRevision>
  47. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  48. <UseApplicationTrust>false</UseApplicationTrust>
  49. <BootstrapperEnabled>true</BootstrapperEnabled>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  52. <DebugSymbols>true</DebugSymbols>
  53. <DebugType>full</DebugType>
  54. <Optimize>false</Optimize>
  55. <OutputPath>bin\x86\Debug</OutputPath>
  56. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <NoStdLib>true</NoStdLib>
  60. <UseVSHostingProcess>false</UseVSHostingProcess>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <XnaCompressContent>false</XnaCompressContent>
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  65. <DebugType>pdbonly</DebugType>
  66. <Optimize>true</Optimize>
  67. <OutputPath>bin\x86\Release</OutputPath>
  68. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  69. <ErrorReport>prompt</ErrorReport>
  70. <WarningLevel>4</WarningLevel>
  71. <NoStdLib>true</NoStdLib>
  72. <UseVSHostingProcess>false</UseVSHostingProcess>
  73. <PlatformTarget>x86</PlatformTarget>
  74. <XnaCompressContent>True</XnaCompressContent>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  78. <Private>False</Private>
  79. </Reference>
  80. <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  81. <Private>False</Private>
  82. </Reference>
  83. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  84. <Private>False</Private>
  85. </Reference>
  86. <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  87. <Private>False</Private>
  88. </Reference>
  89. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  90. <Private>False</Private>
  91. </Reference>
  92. <Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  93. <Private>False</Private>
  94. </Reference>
  95. <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  96. <Private>False</Private>
  97. </Reference>
  98. <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  99. <Private>False</Private>
  100. </Reference>
  101. <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  102. <Private>False</Private>
  103. </Reference>
  104. <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  105. <Private>False</Private>
  106. </Reference>
  107. <Reference Include="mscorlib">
  108. <Private>False</Private>
  109. </Reference>
  110. <Reference Include="System">
  111. <Private>False</Private>
  112. </Reference>
  113. <Reference Include="System.Xml">
  114. <Private>False</Private>
  115. </Reference>
  116. <Reference Include="System.Core">
  117. <Private>False</Private>
  118. </Reference>
  119. <Reference Include="System.Xml.Linq">
  120. <Private>False</Private>
  121. </Reference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Compile Include="Asteroid.cs" />
  125. <Compile Include="camera.cs" />
  126. <Compile Include="Common\GamePadHelper.cs" />
  127. <Compile Include="Common\GamePads.cs" />
  128. <Compile Include="Common\Keymap.cs" />
  129. <Compile Include="Common\XInputHelper.cs" />
  130. <Compile Include="Enums.cs" />
  131. <Compile Include="Evolved\BasicEffectShape.cs" />
  132. <Compile Include="Evolved\EvolvedBackdrop.cs" />
  133. <Compile Include="Evolved\EvolvedScreen.cs" />
  134. <Compile Include="Evolved\EvolvedShape.cs" />
  135. <Compile Include="Evolved\EvolvedSun.cs" />
  136. <Compile Include="Font.cs" />
  137. <Compile Include="Particle.cs" />
  138. <Compile Include="Particles.cs" />
  139. <Compile Include="Player.cs" />
  140. <Compile Include="Program.cs" />
  141. <Compile Include="Projectile.cs" />
  142. <Compile Include="Projectiles.cs" />
  143. <Compile Include="Properties\AssemblyInfo.cs" />
  144. <Compile Include="Retro\RetroProjectiles.cs" />
  145. <Compile Include="Retro\RetroScreen.cs" />
  146. <Compile Include="Retro\RetroShip.cs" />
  147. <Compile Include="Retro\RetroStarfield.cs" />
  148. <Compile Include="Retro\RetroSun.cs" />
  149. <Compile Include="SceneGraph\FullScreenSplash.cs" />
  150. <Compile Include="SceneGraph\SceneItem.cs" />
  151. <Compile Include="SceneGraph\Screen.cs" />
  152. <Compile Include="SelectionScreen.cs" />
  153. <Compile Include="Settings.cs" />
  154. <Compile Include="Shapes\Shape.cs" />
  155. <Compile Include="Shapes\VectorShape.cs" />
  156. <Compile Include="Ship.cs" />
  157. <Compile Include="ShipUpgradeScreen.cs" />
  158. <Compile Include="Sound.cs" />
  159. <Compile Include="SpacewarGame.cs" />
  160. <Compile Include="SpacewarSceneItem.cs" />
  161. <Compile Include="SpacewarScreen.cs" />
  162. <Compile Include="Sun.cs" />
  163. <Compile Include="TitleScreen.cs" />
  164. <Compile Include="VictoryScreen.cs" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <Content Include="Documentation\readme.htm" />
  168. <Content Include="settings.xml">
  169. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  170. </Content>
  171. <Content Include="SpacewarThumbnail.png" />
  172. <Content Include="Spacewar_Template.ico" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <NestedContentProject Include="Content\ContentWindows.contentproj">
  176. <Project>$guid3$</Project>
  177. <Visible>False</Visible>
  178. </NestedContentProject>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <PublishFile Include="settings.xml">
  182. <Visible>False</Visible>
  183. <Group>
  184. </Group>
  185. <TargetPath>
  186. </TargetPath>
  187. <PublishState>Include</PublishState>
  188. <IncludeHash>True</IncludeHash>
  189. <FileType>File</FileType>
  190. </PublishFile>
  191. </ItemGroup>
  192. <ItemGroup>
  193. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  194. <Visible>False</Visible>
  195. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  196. <Install>false</Install>
  197. </BootstrapperPackage>
  198. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  199. <Visible>False</Visible>
  200. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  201. <Install>false</Install>
  202. </BootstrapperPackage>
  203. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  204. <Visible>False</Visible>
  205. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  206. <Install>false</Install>
  207. </BootstrapperPackage>
  208. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  209. <Visible>False</Visible>
  210. <ProductName>.NET Framework 3.5</ProductName>
  211. <Install>false</Install>
  212. </BootstrapperPackage>
  213. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  214. <Visible>False</Visible>
  215. <ProductName>.NET Framework 3.5 SP1</ProductName>
  216. <Install>true</Install>
  217. </BootstrapperPackage>
  218. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  219. <Visible>False</Visible>
  220. <ProductName>Windows Installer 3.1</ProductName>
  221. <Install>true</Install>
  222. </BootstrapperPackage>
  223. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
  224. <Visible>False</Visible>
  225. <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
  226. <Install>true</Install>
  227. </BootstrapperPackage>
  228. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  229. <Visible>False</Visible>
  230. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  231. <Install>true</Install>
  232. </BootstrapperPackage>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <ProjectReference Include="Content\SpacewarContentWindows.contentproj">
  236. <Project>{C3B6AE80-BB04-41F3-ABB0-1C1E7607857E}</Project>
  237. <Name>SpacewarContentWindows %28Content%29</Name>
  238. <XnaReferenceType>Content</XnaReferenceType>
  239. </ProjectReference>
  240. </ItemGroup>
  241. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  242. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  243. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  244. Other similar extension points exist, see Microsoft.Common.targets.
  245. <Target Name="BeforeBuild">
  246. </Target>
  247. <Target Name="AfterBuild">
  248. </Target>
  249. -->
  250. </Project>