GeneratedGeometryPipeline.csproj 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>{EF37345A-3BB3-498E-A2A3-F831DE78269B}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>GeneratedGeometryPipeline</RootNamespace>
  10. <AssemblyName>GeneratedGeometryPipeline</AssemblyName>
  11. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\x86\Debug</OutputPath>
  19. <DefineConstants>DEBUG;TRACE</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <PlatformTarget>x86</PlatformTarget>
  23. <XnaPlatform>Windows</XnaPlatform>
  24. </PropertyGroup>
  25. <ItemGroup>
  26. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  27. <Private>False</Private>
  28. <SpecificVersion>True</SpecificVersion>
  29. </Reference>
  30. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  31. <Private>False</Private>
  32. <SpecificVersion>True</SpecificVersion>
  33. </Reference>
  34. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  35. <Private>False</Private>
  36. <SpecificVersion>true</SpecificVersion>
  37. </Reference>
  38. <Reference Include="System">
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="System.Xml">
  42. <Private>False</Private>
  43. </Reference>
  44. <Reference Include="System.Core">
  45. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  46. </Reference>
  47. <Reference Include="System.Xml.Linq">
  48. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  49. </Reference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. <Compile Include="SkyContent.cs" />
  54. <Compile Include="SkyProcessor.cs" />
  55. <Compile Include="TerrainProcessor.cs" />
  56. </ItemGroup>
  57. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  58. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.ContentPipelineExtensions.targets" />
  59. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  60. Other similar extension points exist, see Microsoft.Common.targets.
  61. <Target Name="BeforeBuild">
  62. </Target>
  63. <Target Name="AfterBuild">
  64. </Target>
  65. -->
  66. </Project>