Files
MonoGame.Extended/Source/MonoGame.Extended.Content.Pipeline/MonoGame.Extended.Content.Pipeline.csproj
T
Jay JeckelandDylan Wilson c864aba136 Fix TryGetTile (#380)
Change TiledMapTileLayer to store blank tiles so that TryGetTile returns the correct TiledMapTile instances.
2017-04-26 21:13:11 +10:00

148 lines
7.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)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>6</LangVersion>
</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="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<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" />
<Reference Include="MonoGame.Framework">
<HintPath>..\packages\MonoGame.Framework.Portable.3.6.0.1625\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath>
</Reference>
<Reference Include="MonoGame.Framework.Content.Pipeline">
<HintPath>..\packages\MonoGame.Framework.Content.Pipeline.Portable.3.6.0.1625\lib\portable-net45+win8+wpa81\MonoGame.Framework.Content.Pipeline.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\MonoGame.Extended.Tiled\Tiled\TiledMapHelper.cs">
<Link>Tiled\TiledMapHelper.cs</Link>
</Compile>
<Compile Include="..\MonoGame.Extended.Tiled\Tiled\TiledMapLayerType.cs">
<Link>Tiled\TiledMapLayerType.cs</Link>
</Compile>
<Compile Include="..\MonoGame.Extended.Tiled\Tiled\TiledMapObjectType.cs">
<Link>Tiled\TiledMapObjectType.cs</Link>
</Compile>
<Compile Include="..\MonoGame.Extended.Tiled\Tiled\TiledMapTileFlipFlags.cs">
<Link>Tiled\TiledMapTileFlipFlags.cs</Link>
</Compile>
<Compile Include="Animations\AstridAnimatorAnimation.cs" />
<Compile Include="Animations\AstridAnimatorFile.cs" />
<Compile Include="Animations\AstridAnimatorImporter.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="ContentLogger.cs" />
<Compile Include="ContentWriterExtensions.cs" />
<Compile Include="PathExtensions.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\ContentWriterExtensions.cs" />
<Compile Include="Tiled\TiledMapContent.cs" />
<Compile Include="Tiled\TiledMapEllipseContent.cs" />
<Compile Include="Tiled\TiledMapImageContent.cs" />
<Compile Include="Tiled\TiledMapImageLayerContent.cs" />
<Compile Include="Tiled\TiledMapImporter.cs" />
<Compile Include="Tiled\TiledMapLayerAnimatedModelContent.cs" />
<Compile Include="Tiled\TiledMapLayerContent.cs" />
<Compile Include="Tiled\TiledMapLayerModelContent.cs" />
<Compile Include="Tiled\TiledMapObjectContent.cs" />
<Compile Include="Tiled\TiledMapObjectDrawOrderContent.cs" />
<Compile Include="Tiled\TiledMapObjectLayerContent.cs" />
<Compile Include="Tiled\TiledMapOrientationContent.cs" />
<Compile Include="Tiled\TiledMapPolygonContent.cs" />
<Compile Include="Tiled\TiledMapPolylineContent.cs" />
<Compile Include="Tiled\TiledMapProcessor.cs" />
<Compile Include="Tiled\TiledMapPropertyContent.cs" />
<Compile Include="Tiled\TiledMapTerrainContent.cs" />
<Compile Include="Tiled\TiledMapTile.cs" />
<Compile Include="Tiled\TiledMapTileDrawOrderContent.cs" />
<Compile Include="Tiled\TiledMapTileLayerContent.cs" />
<Compile Include="Tiled\TiledMapTileLayerDataContent.cs" />
<Compile Include="Tiled\TiledMapTileOffsetContent.cs" />
<Compile Include="Tiled\TiledMapTilesetContent.cs" />
<Compile Include="Tiled\TiledMapTilesetTileAnimationFrameContent.cs" />
<Compile Include="Tiled\TiledMapTilesetTileContent.cs" />
<Compile Include="Tiled\TiledMapWriter.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="readme.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MonoGame.Extended\MonoGame.Extended.csproj">
<Project>{41724c52-3d50-45bb-81eb-3c8a247eafd1}</Project>
<Name>MonoGame.Extended</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>