SkinningSampleXbox.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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>{AB5A798A-6B99-477D-9D4B-EE9C67DB5CDC}</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>SkinningSample</RootNamespace>
  11. <AssemblyName>SkinningSample</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Xbox 360</XnaPlatform>
  14. <ApplicationIcon>Game.ico</ApplicationIcon>
  15. <Thumbnail>SkinningSample.png</Thumbnail>
  16. <XnaCrossPlatformGroupID>{718f4552-6d11-4054-891f-36980eea3623}</XnaCrossPlatformGroupID>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  19. <XnaUpgrade>
  20. </XnaUpgrade>
  21. <XnaOutputType>Game</XnaOutputType>
  22. <XnaProfile>Reach</XnaProfile>
  23. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <OldToolsVersion>3.5</OldToolsVersion>
  27. <UpgradeBackupLocation />
  28. <PublishUrl>publish\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <UseApplicationTrust>false</UseApplicationTrust>
  41. <BootstrapperEnabled>true</BootstrapperEnabled>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' ">
  44. <OutputPath>bin\Xbox 360\Debug</OutputPath>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <NoStdLib>true</NoStdLib>
  48. <UseVSHostingProcess>false</UseVSHostingProcess>
  49. <DebugSymbols>true</DebugSymbols>
  50. <DebugType>full</DebugType>
  51. <Optimize>false</Optimize>
  52. <DefineConstants>DEBUG;TRACE;XBOX;XBOX360</DefineConstants>
  53. <XnaCompressContent>true</XnaCompressContent>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' ">
  56. <OutputPath>bin\Xbox 360\Release</OutputPath>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <NoStdLib>true</NoStdLib>
  60. <UseVSHostingProcess>false</UseVSHostingProcess>
  61. <DebugType>pdbonly</DebugType>
  62. <Optimize>true</Optimize>
  63. <DefineConstants>TRACE;XBOX;XBOX360</DefineConstants>
  64. <XnaCompressContent>true</XnaCompressContent>
  65. </PropertyGroup>
  66. <ItemGroup />
  67. <ItemGroup>
  68. <Compile Include="Primitives3D\GeometricPrimitive.cs" />
  69. <Compile Include="Primitives3D\SpherePrimitive.cs" />
  70. <Compile Include="Primitives3D\VertexPositionNormal.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="SkinningSample.cs">
  73. <Name>SkinningSample</Name>
  74. </Compile>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Content Include="Game.ico">
  78. <Name>Game</Name>
  79. </Content>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="SkinningSample.png">
  83. </Content>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <NestedContentProject Include="Content\Content.contentproj">
  87. <Project>{9b5d0224-74d6-48d6-8733-3b70ef38956c}</Project>
  88. <Visible>False</Visible>
  89. </NestedContentProject>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\SkinnedModel\SkinnedModelXbox.csproj">
  93. <Project>{33670229-ce14-4705-a4c2-cae8fef5f520}</Project>
  94. <Name>SkinnedModelXbox</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="Content\SkinningSampleContent.contentproj">
  97. <Project>{9B5D0224-74D6-48D6-8733-3B70EF38956C}</Project>
  98. <Name>SkinningSampleContent %28Content%29</Name>
  99. <XnaReferenceType>Content</XnaReferenceType>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  104. <Visible>False</Visible>
  105. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  106. <Install>false</Install>
  107. </BootstrapperPackage>
  108. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  109. <Visible>False</Visible>
  110. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  111. <Install>true</Install>
  112. </BootstrapperPackage>
  113. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  114. <Visible>False</Visible>
  115. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  116. <Install>false</Install>
  117. </BootstrapperPackage>
  118. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  119. <Visible>False</Visible>
  120. <ProductName>.NET Framework 3.5</ProductName>
  121. <Install>false</Install>
  122. </BootstrapperPackage>
  123. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  124. <Visible>False</Visible>
  125. <ProductName>.NET Framework 3.5 SP1</ProductName>
  126. <Install>false</Install>
  127. </BootstrapperPackage>
  128. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  129. <Visible>False</Visible>
  130. <ProductName>Windows Installer 3.1</ProductName>
  131. <Install>true</Install>
  132. </BootstrapperPackage>
  133. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
  134. <Visible>False</Visible>
  135. <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
  136. <Install>true</Install>
  137. </BootstrapperPackage>
  138. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  139. <Visible>False</Visible>
  140. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  141. <Install>true</Install>
  142. </BootstrapperPackage>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Reference Include="Microsoft.Xna.Framework">
  146. <Private>False</Private>
  147. </Reference>
  148. <Reference Include="Microsoft.Xna.Framework.Avatar">
  149. <Private>False</Private>
  150. </Reference>
  151. <Reference Include="Microsoft.Xna.Framework.Game">
  152. <Private>False</Private>
  153. </Reference>
  154. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  155. <Private>False</Private>
  156. </Reference>
  157. <Reference Include="Microsoft.Xna.Framework.Graphics">
  158. <Private>False</Private>
  159. </Reference>
  160. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  161. <Private>False</Private>
  162. </Reference>
  163. <Reference Include="Microsoft.Xna.Framework.Net">
  164. <Private>False</Private>
  165. </Reference>
  166. <Reference Include="Microsoft.Xna.Framework.Storage">
  167. <Private>False</Private>
  168. </Reference>
  169. <Reference Include="Microsoft.Xna.Framework.Video">
  170. <Private>False</Private>
  171. </Reference>
  172. <Reference Include="Microsoft.Xna.Framework.Xact">
  173. <Private>False</Private>
  174. </Reference>
  175. <Reference Include="mscorlib">
  176. <Private>False</Private>
  177. </Reference>
  178. <Reference Include="System">
  179. <Private>False</Private>
  180. </Reference>
  181. <Reference Include="System.Xml.Linq">
  182. <Private>False</Private>
  183. </Reference>
  184. </ItemGroup>
  185. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  186. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  187. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  188. Other similar extension points exist, see Microsoft.Common.targets.
  189. <Target Name="BeforeBuild">
  190. </Target>
  191. <Target Name="AfterBuild">
  192. </Target>
  193. -->
  194. </Project>