Aether.Graphics.NET4.csproj 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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>{0A4ED2DF-9CDD-4C98-83AA-1898A394AC27}</ProjectGuid>
  5. <OutputType>Library</OutputType>
  6. <AppDesignerFolder>Properties</AppDesignerFolder>
  7. <RootNamespace>nkast.Aether.Graphics</RootNamespace>
  8. <AssemblyName>Aether.Graphics</AssemblyName>
  9. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  10. <FileAlignment>512</FileAlignment>
  11. <TargetFrameworkProfile />
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>..\Artifacts\Debug\Libraries\net4\</OutputPath>
  18. <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <Prefer32Bit>false</Prefer32Bit>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24. <DebugType>none</DebugType>
  25. <Optimize>true</Optimize>
  26. <OutputPath>..\Artifacts\Release\Libraries\net4\</OutputPath>
  27. <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <PackageReference Include="nkast.Xna.Framework" Version="3.13.9001">
  34. <PrivateAssets>all</PrivateAssets>
  35. <ExcludeAssets>runtime</ExcludeAssets>
  36. </PackageReference>
  37. <PackageReference Include="nkast.Xna.Framework.Content" Version="3.13.9001">
  38. <PrivateAssets>all</PrivateAssets>
  39. <ExcludeAssets>runtime</ExcludeAssets>
  40. </PackageReference>
  41. <PackageReference Include="nkast.Xna.Framework.Graphics" Version="3.13.9001">
  42. <PrivateAssets>all</PrivateAssets>
  43. <ExcludeAssets>runtime</ExcludeAssets>
  44. </PackageReference>
  45. <Reference Include="System" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="ContentReaders\DynamicIndexBufferReader.cs" />
  49. <Compile Include="ContentReaders\DynamicVertexBufferReader.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. </ItemGroup>
  54. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  55. </Project>