RawModelProcessor.NET4.csproj 2.6 KB

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