Files
MonoGame.Extended/Source/MonoGame.Extended.Content.Pipeline/MonoGame.Extended.Content.Pipeline.csproj
T

132 lines
6.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{28CD24BD-432C-4987-9E9D-65CFCF120EA0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MonoGame.Extended.Content.Pipeline</RootNamespace>
<AssemblyName>MonoGame.Extended.Content.Pipeline</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="MonoGame.Framework">
<HintPath>$(MSBuildExtensionsPath)\MonoGame\v3.0\Tools\MonoGame.Framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MonoGame.Framework.Content.Pipeline">
<HintPath>$(MSBuildExtensionsPath)\MonoGame\v3.0\Tools\MonoGame.Framework.Content.Pipeline.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Ionic.Zip, Version=1.9.8.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.9.8\lib\net20\Ionic.Zip.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Animations\AstridAnimatorAnimation.cs" />
<Compile Include="Animations\AstridAnimatorImporter.cs" />
<Compile Include="Animations\AstridAnimatorFile.cs" />
<Compile Include="Animations\AstridAnimatorProcessor.cs" />
<Compile Include="Animations\AstridAnimatorProcessorResult.cs" />
<Compile Include="Animations\AstridAnimatorWriter.cs" />
<Compile Include="ContentImporterResult.cs" />
<Compile Include="BitmapFonts\BitmapFontChar.cs" />
<Compile Include="BitmapFonts\BitmapFontCommon.cs" />
<Compile Include="BitmapFonts\BitmapFontFile.cs" />
<Compile Include="BitmapFonts\BitmapFontInfo.cs" />
<Compile Include="BitmapFonts\BitmapFontKerning.cs" />
<Compile Include="BitmapFonts\BitmapFontPage.cs" />
<Compile Include="BitmapFonts\BitmapFontProcessorResult.cs" />
<Compile Include="PathHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="BitmapFonts\BitmapFontImporter.cs" />
<Compile Include="BitmapFonts\BitmapFontProcessor.cs" />
<Compile Include="BitmapFonts\BitmapFontWriter.cs" />
<Compile Include="TextureAtlases\TexturePackerJsonImporter.cs" />
<Compile Include="TextureAtlases\TexturePackerFile.cs" />
<Compile Include="TextureAtlases\TexturePackerProcessor.cs" />
<Compile Include="TextureAtlases\TexturePackerProcessorResult.cs" />
<Compile Include="TextureAtlases\TexturePackerRegion.cs" />
<Compile Include="TextureAtlases\TexturePackerMeta.cs" />
<Compile Include="TextureAtlases\TexturePackerPoint.cs" />
<Compile Include="TextureAtlases\TexturePackerRectangle.cs" />
<Compile Include="TextureAtlases\TexturePackerSize.cs" />
<Compile Include="TextureAtlases\TexturePackerWriter.cs" />
<Compile Include="Tiled\TmxDataTile.cs" />
<Compile Include="Tiled\TiledMapImporter.cs" />
<Compile Include="Tiled\TiledMapProcessor.cs" />
<Compile Include="Tiled\TiledMapProcessorResult.cs" />
<Compile Include="Tiled\TiledMapWriter.cs" />
<Compile Include="Tiled\TmxData.cs" />
<Compile Include="Tiled\TmxEllipse.cs" />
<Compile Include="Tiled\TmxImage.cs" />
<Compile Include="Tiled\TmxImageLayer.cs" />
<Compile Include="Tiled\TmxLayer.cs" />
<Compile Include="Tiled\TmxPolygon.cs" />
<Compile Include="Tiled\TmxPolyline.cs" />
<Compile Include="Tiled\TmxTileLayer.cs" />
<Compile Include="Tiled\TmxMap.cs" />
<Compile Include="Tiled\TmxObject.cs" />
<Compile Include="Tiled\TmxObjectGroup.cs" />
<Compile Include="Tiled\TmxOrientation.cs" />
<Compile Include="Tiled\TmxProperty.cs" />
<Compile Include="Tiled\TmxRenderOrder.cs" />
<Compile Include="Tiled\TmxTerrain.cs" />
<Compile Include="Tiled\TmxTile.cs" />
<Compile Include="Tiled\TmxTileOffset.cs" />
<Compile Include="Tiled\TmxTileset.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MonoGame.Extended\MonoGame.Extended.csproj">
<Project>{41724c52-3d50-45bb-81eb-3c8a247eafd1}</Project>
<Name>MonoGame.Extended</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>