InvitesXbox.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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>{5F034CC5-70ED-4168-AD9E-A097A8E9A97C}</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>Invites</RootNamespace>
  11. <AssemblyName>Invites</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  14. <XnaPlatform>Xbox 360</XnaPlatform>
  15. <XnaCrossPlatformGroupID>0fdf9e1e-122f-4a7b-822a-2df7504a08c1</XnaCrossPlatformGroupID>
  16. <ApplicationIcon>Game.ico</ApplicationIcon>
  17. <Thumbnail>Invites.png</Thumbnail>
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <XnaUpgrade>
  20. </XnaUpgrade>
  21. <XnaOutputType>Game</XnaOutputType>
  22. <XnaProfile>Reach</XnaProfile>
  23. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <UpgradeBackupLocation>
  27. </UpgradeBackupLocation>
  28. <OldToolsVersion>3.5</OldToolsVersion>
  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. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' ">
  45. <OutputPath>bin\Xbox 360\Debug</OutputPath>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <NoStdLib>true</NoStdLib>
  49. <UseVSHostingProcess>false</UseVSHostingProcess>
  50. <DebugSymbols>true</DebugSymbols>
  51. <DebugType>full</DebugType>
  52. <Optimize>false</Optimize>
  53. <DefineConstants>DEBUG;TRACE;XBOX;XBOX360</DefineConstants>
  54. <XnaCompressContent>true</XnaCompressContent>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' ">
  57. <OutputPath>bin\Xbox 360\Release</OutputPath>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <NoStdLib>true</NoStdLib>
  61. <UseVSHostingProcess>false</UseVSHostingProcess>
  62. <DebugType>pdbonly</DebugType>
  63. <Optimize>true</Optimize>
  64. <DefineConstants>TRACE;XBOX;XBOX360</DefineConstants>
  65. <XnaCompressContent>true</XnaCompressContent>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="Content\InvitesContent.contentproj">
  69. <Project>{80DDDC66-B0A2-441C-9606-8AA2B23DD735}</Project>
  70. <Name>InvitesContent %28Content%29</Name>
  71. <XnaReferenceType>Content</XnaReferenceType>
  72. </ProjectReference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="InvitesGame.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="Tank.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Content Include="Game.ico" />
  81. <Content Include="Invites.png" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <NestedContentProject Include="Content\Content.contentproj">
  85. <Project>80dddc66-b0a2-441c-9606-8aa2b23dd735</Project>
  86. <Visible>False</Visible>
  87. </NestedContentProject>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  91. <Visible>False</Visible>
  92. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  93. <Install>false</Install>
  94. </BootstrapperPackage>
  95. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  96. <Visible>False</Visible>
  97. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  98. <Install>false</Install>
  99. </BootstrapperPackage>
  100. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  101. <Visible>False</Visible>
  102. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  103. <Install>false</Install>
  104. </BootstrapperPackage>
  105. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  106. <Visible>False</Visible>
  107. <ProductName>.NET Framework 3.5</ProductName>
  108. <Install>true</Install>
  109. </BootstrapperPackage>
  110. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  111. <Visible>False</Visible>
  112. <ProductName>.NET Framework 3.5 SP1</ProductName>
  113. <Install>false</Install>
  114. </BootstrapperPackage>
  115. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  116. <Visible>False</Visible>
  117. <ProductName>Windows Installer 3.1</ProductName>
  118. <Install>true</Install>
  119. </BootstrapperPackage>
  120. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.0">
  121. <Visible>False</Visible>
  122. <ProductName>Microsoft XNA Framework Redistributable 3.0</ProductName>
  123. <Install>true</Install>
  124. </BootstrapperPackage>
  125. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  126. <Visible>False</Visible>
  127. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  128. <Install>true</Install>
  129. </BootstrapperPackage>
  130. </ItemGroup>
  131. <ItemGroup />
  132. <ItemGroup>
  133. <Reference Include="Microsoft.Xna.Framework">
  134. <Private>False</Private>
  135. </Reference>
  136. <Reference Include="Microsoft.Xna.Framework.Avatar">
  137. <Private>False</Private>
  138. </Reference>
  139. <Reference Include="Microsoft.Xna.Framework.Game">
  140. <Private>False</Private>
  141. </Reference>
  142. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  143. <Private>False</Private>
  144. </Reference>
  145. <Reference Include="Microsoft.Xna.Framework.Graphics">
  146. <Private>False</Private>
  147. </Reference>
  148. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  149. <Private>False</Private>
  150. </Reference>
  151. <Reference Include="Microsoft.Xna.Framework.Net">
  152. <Private>False</Private>
  153. </Reference>
  154. <Reference Include="Microsoft.Xna.Framework.Storage">
  155. <Private>False</Private>
  156. </Reference>
  157. <Reference Include="Microsoft.Xna.Framework.Video">
  158. <Private>False</Private>
  159. </Reference>
  160. <Reference Include="Microsoft.Xna.Framework.Xact">
  161. <Private>False</Private>
  162. </Reference>
  163. <Reference Include="mscorlib">
  164. <Private>False</Private>
  165. </Reference>
  166. <Reference Include="System">
  167. <Private>False</Private>
  168. </Reference>
  169. <Reference Include="System.Core">
  170. <Private>False</Private>
  171. </Reference>
  172. <Reference Include="System.Xml">
  173. <Private>False</Private>
  174. </Reference>
  175. <Reference Include="System.Xml.Linq">
  176. <Private>False</Private>
  177. </Reference>
  178. </ItemGroup>
  179. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  180. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  181. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  182. Other similar extension points exist, see Microsoft.Common.targets.
  183. <Target Name="BeforeBuild">
  184. </Target>
  185. <Target Name="AfterBuild">
  186. </Target>
  187. -->
  188. </Project>