InvitesWindows.csproj 8.4 KB

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