Aether.Atlas.NET4.csproj 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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>{C7522B5E-B255-4FB6-A17A-9E6D217AEBD2}</ProjectGuid>
  5. <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <OutputType>Library</OutputType>
  7. <AppDesignerFolder>Properties</AppDesignerFolder>
  8. <RootNamespace>nkast.Aether.Graphics</RootNamespace>
  9. <AssemblyName>Aether.Atlas</AssemblyName>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  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\Libraries\net4\</OutputPath>
  17. <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. <Prefer32Bit>false</Prefer32Bit>
  21. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <PackageReference Include="MonoGame.Framework.Portable.9000" Version="3.8.9101">
  35. <PrivateAssets>all</PrivateAssets>
  36. <ExcludeAssets>runtime</ExcludeAssets>
  37. </PackageReference>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="mscorlib" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="Atlas\Extensions.cs" />
  44. <Compile Include="Atlas\Sprite.cs" />
  45. <Compile Include="Atlas\TextureAtlas.cs" />
  46. <Compile Include="ContentReaders\TextureAtlasReader.cs" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. </ItemGroup>
  51. <ItemGroup />
  52. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  53. </Project>