CustomModelSampleWindows.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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>{F8A21D1F-709C-4084-AD7A-B34DE6CD9BCA}</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>CustomModelSample</RootNamespace>
  11. <AssemblyName>CustomModelSample</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Windows</XnaPlatform>
  14. <ApplicationIcon>Game.ico</ApplicationIcon>
  15. <Thumbnail>CustomModelSample.png</Thumbnail>
  16. <XnaCrossPlatformGroupID>{d7e4dfa1-d1e0-450e-93eb-d4fc02b1a536}</XnaCrossPlatformGroupID>
  17. <StartupObject>CustomModelSample.Program</StartupObject>
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  20. <XnaUpgrade>
  21. </XnaUpgrade>
  22. <XnaOutputType>Game</XnaOutputType>
  23. <XnaProfile>Reach</XnaProfile>
  24. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  25. <FileUpgradeFlags>
  26. </FileUpgradeFlags>
  27. <UpgradeBackupLocation>
  28. </UpgradeBackupLocation>
  29. <OldToolsVersion>3.5</OldToolsVersion>
  30. <PublishUrl>publish\</PublishUrl>
  31. <Install>true</Install>
  32. <InstallFrom>Disk</InstallFrom>
  33. <UpdateEnabled>false</UpdateEnabled>
  34. <UpdateMode>Foreground</UpdateMode>
  35. <UpdateInterval>7</UpdateInterval>
  36. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  37. <UpdatePeriodically>false</UpdatePeriodically>
  38. <UpdateRequired>false</UpdateRequired>
  39. <MapFileExtensions>true</MapFileExtensions>
  40. <ApplicationRevision>0</ApplicationRevision>
  41. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  42. <UseApplicationTrust>false</UseApplicationTrust>
  43. <BootstrapperEnabled>true</BootstrapperEnabled>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  46. <DebugSymbols>true</DebugSymbols>
  47. <DebugType>full</DebugType>
  48. <Optimize>false</Optimize>
  49. <OutputPath>bin\x86\Debug</OutputPath>
  50. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <NoStdLib>true</NoStdLib>
  54. <UseVSHostingProcess>false</UseVSHostingProcess>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <XnaCompressContent>false</XnaCompressContent>
  57. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  60. <DebugType>pdbonly</DebugType>
  61. <Optimize>true</Optimize>
  62. <OutputPath>bin\x86\Release</OutputPath>
  63. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  64. <ErrorReport>prompt</ErrorReport>
  65. <WarningLevel>4</WarningLevel>
  66. <NoStdLib>true</NoStdLib>
  67. <UseVSHostingProcess>false</UseVSHostingProcess>
  68. <PlatformTarget>x86</PlatformTarget>
  69. <XnaCompressContent>True</XnaCompressContent>
  70. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  77. <Private>False</Private>
  78. </Reference>
  79. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  80. <Private>False</Private>
  81. </Reference>
  82. <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  83. <Private>False</Private>
  84. </Reference>
  85. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  86. <Private>False</Private>
  87. </Reference>
  88. <Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  89. <Private>False</Private>
  90. </Reference>
  91. <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  92. <Private>False</Private>
  93. </Reference>
  94. <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  95. <Private>False</Private>
  96. </Reference>
  97. <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  98. <Private>False</Private>
  99. </Reference>
  100. <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  101. <Private>False</Private>
  102. </Reference>
  103. <Reference Include="mscorlib">
  104. <Private>False</Private>
  105. </Reference>
  106. <Reference Include="System">
  107. <Private>False</Private>
  108. </Reference>
  109. <Reference Include="System.Data" />
  110. <Reference Include="System.Xml" />
  111. <Reference Include="System.Xml.Linq">
  112. <Private>False</Private>
  113. </Reference>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Compile Include="CustomModel.cs">
  117. <Name>CustomModel</Name>
  118. </Compile>
  119. <Compile Include="CustomModelSampleGame.cs">
  120. <Name>CustomModelSampleGame</Name>
  121. </Compile>
  122. <Compile Include="Properties\AssemblyInfo.cs">
  123. <Name>AssemblyInfo</Name>
  124. </Compile>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="Game.ico">
  128. <Name>Game</Name>
  129. </Content>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Content Include="CustomModelSample.png">
  133. </Content>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <NestedContentProject Include="Content\Content.contentproj">
  137. <Project>{b67d9dca-8241-4ee1-bdfd-1ce77d8e478f}</Project>
  138. <Visible>False</Visible>
  139. </NestedContentProject>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  143. <Visible>False</Visible>
  144. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  145. <Install>false</Install>
  146. </BootstrapperPackage>
  147. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  148. <Visible>False</Visible>
  149. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  150. <Install>true</Install>
  151. </BootstrapperPackage>
  152. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  153. <Visible>False</Visible>
  154. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  155. <Install>false</Install>
  156. </BootstrapperPackage>
  157. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  158. <Visible>False</Visible>
  159. <ProductName>.NET Framework 3.5</ProductName>
  160. <Install>false</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  168. <Visible>False</Visible>
  169. <ProductName>Windows Installer 3.1</ProductName>
  170. <Install>true</Install>
  171. </BootstrapperPackage>
  172. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
  173. <Visible>False</Visible>
  174. <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
  175. <Install>true</Install>
  176. </BootstrapperPackage>
  177. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  178. <Visible>False</Visible>
  179. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  180. <Install>true</Install>
  181. </BootstrapperPackage>
  182. </ItemGroup>
  183. <ItemGroup>
  184. <ProjectReference Include="Content\CustomModelSampleContent.contentproj">
  185. <Project>{B67D9DCA-8241-4EE1-BDFD-1CE77D8E478F}</Project>
  186. <Name>CustomModelSampleContent %28Content%29</Name>
  187. <XnaReferenceType>Content</XnaReferenceType>
  188. </ProjectReference>
  189. </ItemGroup>
  190. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  191. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  192. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  193. Other similar extension points exist, see Microsoft.Common.targets.
  194. <Target Name="BeforeBuild">
  195. </Target>
  196. <Target Name="AfterBuild">
  197. </Target>
  198. -->
  199. <ProjectExtensions>
  200. <VisualStudio>
  201. </VisualStudio>
  202. </ProjectExtensions>
  203. </Project>