91 lines
4.4 KiB
XML
Executable File
91 lines
4.4 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{EC3F6988-459C-4783-89E9-F34C0CC731C7}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>TiledLib</RootNamespace>
|
|
<AssemblyName>TiledLib</AssemblyName>
|
|
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
|
|
<XnaPlatform>Windows</XnaPlatform>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\x86\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\x86\Release</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
|
|
<SpecificVersion>True</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
|
|
<SpecificVersion>True</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
|
|
<SpecificVersion>true</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Content Types\ExternalTileSetContent.cs" />
|
|
<Compile Include="Content Types\LayerContent.cs" />
|
|
<Compile Include="Content Types\MapContent.cs" />
|
|
<Compile Include="Content Types\MapObjectContent.cs" />
|
|
<Compile Include="Content Types\MapObjectLayerContent.cs" />
|
|
<Compile Include="Content Types\PropertyCollection.cs" />
|
|
<Compile Include="Content Types\TileLayerContent.cs" />
|
|
<Compile Include="Content Types\TileSetContent.cs" />
|
|
<Compile Include="DotNetZip\Zlib\Crc32.cs" />
|
|
<Compile Include="DotNetZip\Zlib\Deflate.cs" />
|
|
<Compile Include="DotNetZip\Zlib\GZipStream.cs" />
|
|
<Compile Include="DotNetZip\Zlib\Inflate.cs" />
|
|
<Compile Include="DotNetZip\Zlib\InfTree.cs" />
|
|
<Compile Include="DotNetZip\Zlib\Tree.cs" />
|
|
<Compile Include="DotNetZip\Zlib\Zlib.cs" />
|
|
<Compile Include="DotNetZip\Zlib\ZlibBaseStream.cs" />
|
|
<Compile Include="DotNetZip\Zlib\ZlibCodec.cs" />
|
|
<Compile Include="DotNetZip\Zlib\ZlibConstants.cs" />
|
|
<Compile Include="DotNetZip\Zlib\ZlibStream.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="TiledHelpers.cs" />
|
|
<Compile Include="TmxImporter.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="DotNetZip\License.txt" />
|
|
<Content Include="DotNetZip\Zlib\LICENSE.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.ContentPipelineExtensions.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> |