GraphicsImporters.NET4.XNA.csproj 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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>{565ACF47-7E36-435E-8727-2AFB39E61134}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>nkast.Aether.Content.Pipeline</RootNamespace>
  10. <AssemblyName>Aether.Content.Pipeline.GraphicsImporters</AssemblyName>
  11. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  12. <XnaPlatform>Windows</XnaPlatform>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\..\Artifacts\Debug\Processors\net40.XNA\</OutputPath>
  20. <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <PlatformTarget>x86</PlatformTarget>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\..\Artifacts\Release\Processors\net40.XNA\</OutputPath>
  29. <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <PlatformTarget>x86</PlatformTarget>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  38. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  39. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Graphics\DynamicIndexBufferContent.cs" />
  43. <Compile Include="Graphics\DynamicModelMeshContent.cs" />
  44. <Compile Include="Graphics\DynamicModelMeshPartContent.cs" />
  45. <Compile Include="Processors\DynamicModelProcessor.cs" />
  46. <Compile Include="Graphics\DynamicModelContent.cs" />
  47. <Compile Include="Serialization\DynamicIndexBufferWriter.cs" />
  48. <Compile Include="Serialization\DynamicModelWriter.cs" />
  49. <Compile Include="Graphics\DynamicVertexBufferContent.cs" />
  50. <Compile Include="Serialization\DynamicVertexBufferWriter.cs" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. </ItemGroup>
  55. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  56. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.ContentPipelineExtensions.targets" />
  57. </Project>