SafeAreaXbox.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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>{66C6D3AA-43AE-450D-AF2B-CD5E43BCB848}</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>SafeArea</RootNamespace>
  11. <AssemblyName>SafeArea</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  14. <XnaPlatform>Xbox 360</XnaPlatform>
  15. <XnaCrossPlatformGroupID>7480f413-ff1a-41b7-8a7a-00f479c29253</XnaCrossPlatformGroupID>
  16. <ApplicationIcon>Game.ico</ApplicationIcon>
  17. <Thumbnail>SafeArea.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\SafeAreaContent.contentproj">
  69. <Project>{1CF392A5-9775-466C-B0C4-771D069E2726}</Project>
  70. <Name>SafeAreaContent %28Content%29</Name>
  71. <XnaReferenceType>Content</XnaReferenceType>
  72. </ProjectReference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="AlignedSpriteBatch.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="SafeAreaGame.cs" />
  78. <Compile Include="SafeAreaOverlay.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Content Include="Game.ico" />
  82. <Content Include="SafeArea.png" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <NestedContentProject Include="Content\Content.contentproj">
  86. <Project>1cf392a5-9775-466c-b0c4-771d069e2726</Project>
  87. <Visible>False</Visible>
  88. </NestedContentProject>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  92. <Visible>False</Visible>
  93. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  94. <Install>false</Install>
  95. </BootstrapperPackage>
  96. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  97. <Visible>False</Visible>
  98. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  99. <Install>false</Install>
  100. </BootstrapperPackage>
  101. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  102. <Visible>False</Visible>
  103. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  104. <Install>false</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  107. <Visible>False</Visible>
  108. <ProductName>.NET Framework 3.5</ProductName>
  109. <Install>true</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  112. <Visible>False</Visible>
  113. <ProductName>.NET Framework 3.5 SP1</ProductName>
  114. <Install>false</Install>
  115. </BootstrapperPackage>
  116. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  117. <Visible>False</Visible>
  118. <ProductName>Windows Installer 3.1</ProductName>
  119. <Install>true</Install>
  120. </BootstrapperPackage>
  121. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.0">
  122. <Visible>False</Visible>
  123. <ProductName>Microsoft XNA Framework Redistributable 3.0</ProductName>
  124. <Install>true</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  127. <Visible>False</Visible>
  128. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  129. <Install>true</Install>
  130. </BootstrapperPackage>
  131. </ItemGroup>
  132. <ItemGroup />
  133. <ItemGroup>
  134. <Reference Include="Microsoft.Xna.Framework">
  135. <Private>False</Private>
  136. </Reference>
  137. <Reference Include="Microsoft.Xna.Framework.Avatar">
  138. <Private>False</Private>
  139. </Reference>
  140. <Reference Include="Microsoft.Xna.Framework.Game">
  141. <Private>False</Private>
  142. </Reference>
  143. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  144. <Private>False</Private>
  145. </Reference>
  146. <Reference Include="Microsoft.Xna.Framework.Graphics">
  147. <Private>False</Private>
  148. </Reference>
  149. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  150. <Private>False</Private>
  151. </Reference>
  152. <Reference Include="Microsoft.Xna.Framework.Net">
  153. <Private>False</Private>
  154. </Reference>
  155. <Reference Include="Microsoft.Xna.Framework.Storage">
  156. <Private>False</Private>
  157. </Reference>
  158. <Reference Include="Microsoft.Xna.Framework.Video">
  159. <Private>False</Private>
  160. </Reference>
  161. <Reference Include="Microsoft.Xna.Framework.Xact">
  162. <Private>False</Private>
  163. </Reference>
  164. <Reference Include="mscorlib">
  165. <Private>False</Private>
  166. </Reference>
  167. <Reference Include="System">
  168. <Private>False</Private>
  169. </Reference>
  170. <Reference Include="System.Core">
  171. <Private>False</Private>
  172. </Reference>
  173. <Reference Include="System.Xml">
  174. <Private>False</Private>
  175. </Reference>
  176. <Reference Include="System.Xml.Linq">
  177. <Private>False</Private>
  178. </Reference>
  179. </ItemGroup>
  180. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  181. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  182. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  183. Other similar extension points exist, see Microsoft.Common.targets.
  184. <Target Name="BeforeBuild">
  185. </Target>
  186. <Target Name="AfterBuild">
  187. </Target>
  188. -->
  189. </Project>