2
0

Collision (Windows).csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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>{BA012F42-C65B-401C-9CB8-9C22262EAFFE}</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>CollisionWindows</RootNamespace>
  11. <AssemblyName>CollisionWindows</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>333576f6-1477-4b6b-a6e8-1a610f44df8c</XnaCrossPlatformGroupID>
  18. <XnaOutputType>Game</XnaOutputType>
  19. <ApplicationIcon>
  20. </ApplicationIcon>
  21. <Thumbnail>
  22. </Thumbnail>
  23. <PublishUrl>publish\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Disk</InstallFrom>
  26. <UpdateEnabled>false</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <IsWebBootstrapper>false</IsWebBootstrapper>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. <SccProjectName>
  39. </SccProjectName>
  40. <SccLocalPath>
  41. </SccLocalPath>
  42. <SccAuxPath>
  43. </SccAuxPath>
  44. <SccProvider>
  45. </SccProvider>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  48. <DebugSymbols>true</DebugSymbols>
  49. <DebugType>full</DebugType>
  50. <Optimize>false</Optimize>
  51. <OutputPath>bin\x86\Debug</OutputPath>
  52. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <NoStdLib>true</NoStdLib>
  56. <UseVSHostingProcess>false</UseVSHostingProcess>
  57. <PlatformTarget>x86</PlatformTarget>
  58. <XnaCompressContent>false</XnaCompressContent>
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  61. <DebugType>pdbonly</DebugType>
  62. <Optimize>true</Optimize>
  63. <OutputPath>bin\x86\Release</OutputPath>
  64. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. <NoStdLib>true</NoStdLib>
  68. <UseVSHostingProcess>false</UseVSHostingProcess>
  69. <PlatformTarget>x86</PlatformTarget>
  70. <XnaCompressContent>true</XnaCompressContent>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  74. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  75. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  76. <Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
  77. <Reference Include="mscorlib">
  78. <Private>False</Private>
  79. </Reference>
  80. <Reference Include="System">
  81. <Private>False</Private>
  82. </Reference>
  83. <Reference Include="System.Xml">
  84. <Private>False</Private>
  85. </Reference>
  86. <Reference Include="System.Core">
  87. <Private>False</Private>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  92. <Visible>False</Visible>
  93. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  94. <Install>true</Install>
  95. </BootstrapperPackage>
  96. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  97. <Visible>False</Visible>
  98. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  99. <Install>false</Install>
  100. </BootstrapperPackage>
  101. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  102. <Visible>False</Visible>
  103. <ProductName>.NET Framework 3.5 SP1</ProductName>
  104. <Install>false</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  107. <Visible>False</Visible>
  108. <ProductName>Windows Installer 3.1</ProductName>
  109. <Install>true</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  112. <Visible>False</Visible>
  113. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  114. <Install>true</Install>
  115. </BootstrapperPackage>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <ProjectReference Include="..\CollisionContent\CollisionContent.contentproj">
  119. <Project>{B0F434AC-B060-4043-A7F9-86468A7E4D68}</Project>
  120. <Name>CollisionContent %28Content%29</Name>
  121. <XnaReferenceType>Content</XnaReferenceType>
  122. </ProjectReference>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Compile Include="BoundingOrientedBox.cs" />
  126. <Compile Include="CollisionSample.cs" />
  127. <Compile Include="DebugDraw.cs" />
  128. <Compile Include="FrameRateCounter.cs" />
  129. <Compile Include="GeomUtil.cs" />
  130. <Compile Include="Program.cs" />
  131. <Compile Include="Properties\AssemblyInfo.cs" />
  132. <Compile Include="TriangleTest.cs" />
  133. <None Include="App.config" />
  134. <None Include="Properties\AppManifest.xml" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Content Include="Game.ico" />
  138. <Content Include="GameThumbnail.png" />
  139. </ItemGroup>
  140. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  141. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  142. <!--
  143. To modify your build process, add your task inside one of the targets below and uncomment it.
  144. Other similar extension points exist, see Microsoft.Common.targets.
  145. <Target Name="BeforeBuild">
  146. </Target>
  147. <Target Name="AfterBuild">
  148. </Target>
  149. -->
  150. </Project>