AtlasImporter.NET4.csproj 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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>{E710FBEA-8C75-405D-B6B4-CFC82CB48FB5}</ProjectGuid>
  5. <OutputType>Library</OutputType>
  6. <AppDesignerFolder>Properties</AppDesignerFolder>
  7. <RootNamespace>nkast.Aether.Content.Pipeline</RootNamespace>
  8. <AssemblyName>Aether.Content.Pipeline.AtlasImporter</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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>none</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
  26. <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Reference Include="System" />
  33. <PackageReference Include="MonoGame.Framework.Portable.9000" Version="3.8.9101">
  34. <PrivateAssets>all</PrivateAssets>
  35. <ExcludeAssets>runtime</ExcludeAssets>
  36. </PackageReference>
  37. <PackageReference Include="MonoGame.Framework.Content.Pipeline.Portable.9000" Version="3.8.9101">
  38. <PrivateAssets>all</PrivateAssets>
  39. <ExcludeAssets>runtime</ExcludeAssets>
  40. </PackageReference>
  41. <Reference Include="System.XML" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="AtlasImporter.cs" />
  45. <Compile Include="Atlas\TextureAtlasContent.cs" />
  46. <Compile Include="Atlas\SpriteContent.cs" />
  47. <Compile Include="Atlas\TileContent.cs" />
  48. <Compile Include="Atlas\TilesetContent.cs" />
  49. <Compile Include="Processors\TextureAtlasProcessor.cs" />
  50. <Compile Include="Serialization\TextureAtlasWriter.cs" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. </ItemGroup>
  55. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  56. </Project>