PageRenderTime 57ms CodeModel.GetById 31ms RepoModel.GetById 1ms app.codeStats 0ms

/Samples/HelloWorldXNA/HelloWorld XNA.csproj

http://github.com/d-snp/Farseer-Physics
MSBuild | 174 lines | 166 code | 0 blank | 8 comment | 0 complexity | 5e2cb9b2b4ac27aac89e0c8025efb798 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{6AC89BBA-31DB-462D-ACD0-3E828594939E}</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>FarseerPhysics.HelloWorld</RootNamespace>
  11. <AssemblyName>HelloWorld XNA</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  14. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  15. <XnaPlatform>Windows</XnaPlatform>
  16. <XnaProfile>Reach</XnaProfile>
  17. <XnaCrossPlatformGroupID>7b3acd2e-0935-4261-b264-3c70c4a35d76</XnaCrossPlatformGroupID>
  18. <XnaOutputType>Game</XnaOutputType>
  19. <ApplicationIcon>Game.ico</ApplicationIcon>
  20. <Thumbnail>GameThumbnail.png</Thumbnail>
  21. <SccProjectName>SAK</SccProjectName>
  22. <SccLocalPath>SAK</SccLocalPath>
  23. <SccAuxPath>SAK</SccAuxPath>
  24. <SccProvider>SAK</SccProvider>
  25. <PublishUrl>publish\</PublishUrl>
  26. <Install>true</Install>
  27. <InstallFrom>Disk</InstallFrom>
  28. <UpdateEnabled>false</UpdateEnabled>
  29. <UpdateMode>Foreground</UpdateMode>
  30. <UpdateInterval>7</UpdateInterval>
  31. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  32. <UpdatePeriodically>false</UpdatePeriodically>
  33. <UpdateRequired>false</UpdateRequired>
  34. <MapFileExtensions>true</MapFileExtensions>
  35. <ApplicationRevision>0</ApplicationRevision>
  36. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  37. <IsWebBootstrapper>false</IsWebBootstrapper>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\x86\Debug</OutputPath>
  46. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <NoStdLib>true</NoStdLib>
  50. <UseVSHostingProcess>false</UseVSHostingProcess>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <XnaCompressContent>false</XnaCompressContent>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\x86\Release</OutputPath>
  58. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <NoStdLib>true</NoStdLib>
  62. <UseVSHostingProcess>false</UseVSHostingProcess>
  63. <PlatformTarget>x86</PlatformTarget>
  64. <XnaCompressContent>true</XnaCompressContent>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  68. <Private>False</Private>
  69. </Reference>
  70. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  71. <Private>False</Private>
  72. </Reference>
  73. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  77. <Private>False</Private>
  78. </Reference>
  79. <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  80. <Private>False</Private>
  81. </Reference>
  82. <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  83. <Private>False</Private>
  84. </Reference>
  85. <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  86. <Private>False</Private>
  87. </Reference>
  88. <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  89. <Private>False</Private>
  90. </Reference>
  91. <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  92. <Private>False</Private>
  93. </Reference>
  94. <Reference Include="mscorlib">
  95. <Private>False</Private>
  96. </Reference>
  97. <Reference Include="System">
  98. <Private>False</Private>
  99. </Reference>
  100. <Reference Include="System.Xml">
  101. <Private>False</Private>
  102. </Reference>
  103. <Reference Include="System.Core">
  104. <Private>False</Private>
  105. </Reference>
  106. <Reference Include="System.Xml.Linq">
  107. <Private>False</Private>
  108. </Reference>
  109. <Reference Include="System.Net">
  110. <Private>False</Private>
  111. </Reference>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. <Compile Include="Program.cs" />
  116. <Compile Include="Game1.cs" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Content Include="Game.ico" />
  120. <Content Include="GameThumbnail.png" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <ProjectReference Include="..\..\Branches\XNA\Farseer Physics XNA.csproj">
  124. <Project>{0A850700-1ABB-4288-A391-6726B90EBEB9}</Project>
  125. <Name>Farseer Physics XNA</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\..\DebugViews\DebugViewXNA\DebugView XNA.csproj">
  128. <Project>{FC7845FA-13FE-4FF8-822A-A577F3F59B00}</Project>
  129. <Name>DebugView XNA</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="Content\HelloWorld XNA Content.contentproj">
  132. <Project>{1999498C-698A-41C7-8C90-DD4D3B353D5B}</Project>
  133. <Name>HelloWorld XNA Content %28Content%29</Name>
  134. <XnaReferenceType>Content</XnaReferenceType>
  135. </ProjectReference>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  139. <Visible>False</Visible>
  140. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  141. <Install>true</Install>
  142. </BootstrapperPackage>
  143. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  144. <Visible>False</Visible>
  145. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  146. <Install>false</Install>
  147. </BootstrapperPackage>
  148. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  149. <Visible>False</Visible>
  150. <ProductName>.NET Framework 3.5 SP1</ProductName>
  151. <Install>false</Install>
  152. </BootstrapperPackage>
  153. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  154. <Visible>False</Visible>
  155. <ProductName>Windows Installer 3.1</ProductName>
  156. <Install>true</Install>
  157. </BootstrapperPackage>
  158. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  159. <Visible>False</Visible>
  160. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  161. <Install>true</Install>
  162. </BootstrapperPackage>
  163. </ItemGroup>
  164. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  165. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  166. <!--
  167. To modify your build process, add your task inside one of the targets below and uncomment it.
  168. Other similar extension points exist, see Microsoft.Common.targets.
  169. <Target Name="BeforeBuild">
  170. </Target>
  171. <Target Name="AfterBuild">
  172. </Target>
  173. -->
  174. </Project>