Files
MonoGame.Extended/Source/MonoGame.Extended.Tiled/MonoGame.Extended.Tiled.csproj
T
2017-11-21 20:57:32 +10:00

104 lines
5.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{07B2ADE2-73E3-41C4-AEA1-D5566A5AB902}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MonoGame.Extended.Tiled</RootNamespace>
<AssemblyName>MonoGame.Extended.Tiled</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</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\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .NET Framework is automatically included -->
<ProjectReference Include="..\MonoGame.Extended.Graphics\MonoGame.Extended.Graphics.csproj">
<Project>{9b3ab8a1-78aa-471a-afd0-b10b932115bc}</Project>
<Name>MonoGame.Extended.Graphics</Name>
</ProjectReference>
<ProjectReference Include="..\MonoGame.Extended\MonoGame.Extended.csproj">
<Project>{41724c52-3d50-45bb-81eb-3c8a247eafd1}</Project>
<Name>MonoGame.Extended</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Renderers\TiledMapEffect.cs" />
<Compile Include="Renderers\TiledMapAnimatedLayerModelBuilder.cs" />
<Compile Include="Renderers\TiledMapLayerModel.cs" />
<Compile Include="Renderers\TiledMapLayerModelBuilder.cs" />
<Compile Include="Renderers\TiledMapStaticLayerModel.cs" />
<Compile Include="Renderers\TiledMapStaticLayerModelBuilder.cs" />
<Compile Include="Renderers\TiledMapModel.cs" />
<Compile Include="Renderers\TiledMapModelBuilder.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Renderers\TiledMapAnimatedLayerModel.cs" />
<Compile Include="Renderers\TiledMapRenderer.cs" />
<Compile Include="TiledMapEllipseObject.cs" />
<Compile Include="TiledMapHelper.cs" />
<Compile Include="TiledMapImageLayer.cs" />
<Compile Include="TiledMapLayer.cs" />
<Compile Include="TiledMapLayerType.cs" />
<Compile Include="TiledMap.cs" />
<Compile Include="TiledMapObjectDrawOrder.cs" />
<Compile Include="TiledMapOrientation.cs" />
<Compile Include="TiledMapPolygonObject.cs" />
<Compile Include="TiledMapPolylineObject.cs" />
<Compile Include="TiledMapReader.cs" />
<Compile Include="TiledMapObject.cs" />
<Compile Include="TiledMapObjectLayer.cs" />
<Compile Include="TiledMapObjectType.cs" />
<Compile Include="TiledMapProperties.cs" />
<Compile Include="TiledMapRectangleObject.cs" />
<Compile Include="TiledMapTileDrawOrder.cs" />
<Compile Include="TiledMapTile.cs" />
<Compile Include="TiledMapTileFlipFlags.cs" />
<Compile Include="TiledMapTileLayer.cs" />
<Compile Include="TiledMapTileset.cs" />
<Compile Include="TiledMapTilesetAnimatedTile.cs" />
<Compile Include="TiledMapTilesetTile.cs" />
<Compile Include="TiledMapTilesetTileAnimationFrame.cs" />
<Compile Include="TiledMapTileObject.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoGame.Framework.Portable.3.6.0.1625\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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>