RawModelProcessor.NET4.csproj 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{48E4029A-115C-4DC2-AF3A-0AB94F36BFC0}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>nkast.Aether.Content.Pipeline</RootNamespace>
  12. <AssemblyName>Aether.Content.Pipeline.RawModelProcessor</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
  29. <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <PackageReference Include="MonoGame.Framework.Portable.9000" Version="3.8.9101">
  36. <PrivateAssets>all</PrivateAssets>
  37. <ExcludeAssets>runtime</ExcludeAssets>
  38. </PackageReference>
  39. <PackageReference Include="MonoGame.Framework.Content.Pipeline.Portable.9000" Version="3.8.9101">
  40. <PrivateAssets>all</PrivateAssets>
  41. <ExcludeAssets>runtime</ExcludeAssets>
  42. </PackageReference>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="RawModelProcessor.cs" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Properties\AssemblyInfo.cs" />
  49. </ItemGroup>
  50. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  51. </Project>