ShapeRenderingSample (Windows).csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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>{FBB55862-CE5D-4AE0-9C4C-09742AB44E59}</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>ShapeRenderingSample</RootNamespace>
  11. <AssemblyName>ShapeRenderingSample</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  14. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  15. <XnaPlatform>Windows</XnaPlatform>
  16. <XnaProfile>HiDef</XnaProfile>
  17. <XnaCrossPlatformGroupID>fb963962-667f-46fa-b917-fe712c99689e</XnaCrossPlatformGroupID>
  18. <XnaOutputType>Game</XnaOutputType>
  19. <ApplicationIcon>Game.ico</ApplicationIcon>
  20. <Thumbnail>GameThumbnail.png</Thumbnail>
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <IsWebBootstrapper>false</IsWebBootstrapper>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\x86\Debug</OutputPath>
  42. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <NoStdLib>true</NoStdLib>
  46. <UseVSHostingProcess>false</UseVSHostingProcess>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <XnaCompressContent>false</XnaCompressContent>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\x86\Release</OutputPath>
  54. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <NoStdLib>true</NoStdLib>
  58. <UseVSHostingProcess>false</UseVSHostingProcess>
  59. <PlatformTarget>x86</PlatformTarget>
  60. <XnaCompressContent>true</XnaCompressContent>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  67. <Private>False</Private>
  68. </Reference>
  69. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  73. <Private>False</Private>
  74. </Reference>
  75. <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  79. <Private>False</Private>
  80. </Reference>
  81. <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  82. <Private>False</Private>
  83. </Reference>
  84. <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  85. <Private>False</Private>
  86. </Reference>
  87. <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  88. <Private>False</Private>
  89. </Reference>
  90. <Reference Include="mscorlib">
  91. <Private>False</Private>
  92. </Reference>
  93. <Reference Include="System">
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="System.Xml">
  97. <Private>False</Private>
  98. </Reference>
  99. <Reference Include="System.Core">
  100. <Private>False</Private>
  101. </Reference>
  102. <Reference Include="System.Xml.Linq">
  103. <Private>False</Private>
  104. </Reference>
  105. <Reference Include="System.Net">
  106. <Private>False</Private>
  107. </Reference>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Compile Include="DebugShapeRenderer.cs" />
  111. <Compile Include="Properties\AssemblyInfo.cs" />
  112. <Compile Include="Program.cs" />
  113. <Compile Include="ShapeRenderingSampleGame.cs" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Content Include="Game.ico" />
  117. <Content Include="GameThumbnail.png" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  121. <Visible>False</Visible>
  122. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  123. <Install>true</Install>
  124. </BootstrapperPackage>
  125. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  126. <Visible>False</Visible>
  127. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  128. <Install>false</Install>
  129. </BootstrapperPackage>
  130. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  131. <Visible>False</Visible>
  132. <ProductName>.NET Framework 3.5 SP1</ProductName>
  133. <Install>false</Install>
  134. </BootstrapperPackage>
  135. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  136. <Visible>False</Visible>
  137. <ProductName>Windows Installer 3.1</ProductName>
  138. <Install>true</Install>
  139. </BootstrapperPackage>
  140. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  141. <Visible>False</Visible>
  142. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  143. <Install>true</Install>
  144. </BootstrapperPackage>
  145. </ItemGroup>
  146. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  147. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  148. <!--
  149. To modify your build process, add your task inside one of the targets below and uncomment it.
  150. Other similar extension points exist, see Microsoft.Common.targets.
  151. <Target Name="BeforeBuild">
  152. </Target>
  153. <Target Name="AfterBuild">
  154. </Target>
  155. -->
  156. </Project>