AtlasImporter.NET4.csproj 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. <Reference Include="System.XML" />
  34. <PackageReference Include="nkast.Xna.Framework" Version="3.13.9001">
  35. <PrivateAssets>all</PrivateAssets>
  36. <ExcludeAssets>runtime</ExcludeAssets>
  37. </PackageReference>
  38. <PackageReference Include="nkast.Xna.Framework.Content" Version="3.13.9001">
  39. <PrivateAssets>all</PrivateAssets>
  40. <ExcludeAssets>runtime</ExcludeAssets>
  41. </PackageReference>
  42. <PackageReference Include="nkast.Xna.Framework.Graphics" Version="3.13.9001">
  43. <PrivateAssets>all</PrivateAssets>
  44. <ExcludeAssets>runtime</ExcludeAssets>
  45. </PackageReference>
  46. <PackageReference Include="nkast.Xna.Framework.Content.Pipeline" Version="3.13.9001">
  47. <PrivateAssets>all</PrivateAssets>
  48. <ExcludeAssets>runtime</ExcludeAssets>
  49. </PackageReference>
  50. <PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Graphics" Version="3.13.9001">
  51. <PrivateAssets>all</PrivateAssets>
  52. <ExcludeAssets>runtime</ExcludeAssets>
  53. </PackageReference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="AtlasImporter.cs" />
  57. <Compile Include="Atlas\TextureAtlasContent.cs" />
  58. <Compile Include="Atlas\SpriteContent.cs" />
  59. <Compile Include="Atlas\TileContent.cs" />
  60. <Compile Include="Atlas\TilesetContent.cs" />
  61. <Compile Include="Processors\TextureAtlasProcessor.cs" />
  62. <Compile Include="Serialization\TextureAtlasWriter.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. </ItemGroup>
  67. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  68. </Project>