GeneratedGeometryContent.contentproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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>{BFF47E18-72F7-40D0-8EA7-F848810B0BC6}</ProjectGuid>
  5. <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>GeneratedGeometry</RootNamespace>
  11. <AssemblyName>GeneratedGeometry</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <ApplicationIcon>Game.ico</ApplicationIcon>
  14. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <ContentRootDirectory>Content</ContentRootDirectory>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <XnaPlatform>Windows</XnaPlatform>
  35. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  38. <XnaPlatform>Windows</XnaPlatform>
  39. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Compile Include="sky.bmp">
  43. <Importer>TextureImporter</Importer>
  44. <Processor>SkyProcessor</Processor>
  45. <Name>sky</Name>
  46. </Compile>
  47. <Compile Include="terrain.bmp">
  48. <Importer>TextureImporter</Importer>
  49. <Processor>TerrainProcessor</Processor>
  50. <Name>terrain</Name>
  51. </Compile>
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  55. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  56. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  57. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  58. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  59. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=None" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  63. <Visible>False</Visible>
  64. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  65. <Install>true</Install>
  66. </BootstrapperPackage>
  67. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  68. <Visible>False</Visible>
  69. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  70. <Install>false</Install>
  71. </BootstrapperPackage>
  72. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  73. <Visible>False</Visible>
  74. <ProductName>.NET Framework 3.5 SP1</ProductName>
  75. <Install>false</Install>
  76. </BootstrapperPackage>
  77. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  78. <Visible>False</Visible>
  79. <ProductName>Windows Installer 3.1</ProductName>
  80. <Install>true</Install>
  81. </BootstrapperPackage>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\..\GeneratedGeometryPipeline\GeneratedGeometryPipeline.csproj">
  85. <Project>{EF37345A-3BB3-498E-A2A3-F831DE78269B}</Project>
  86. <Name>GeneratedGeometryPipeline</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. <ProjectExtensions>
  98. <VisualStudio>
  99. </VisualStudio>
  100. </ProjectExtensions>
  101. </Project>