<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" 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>{F59E93F7-D998-4179-BD25-599EF7C42D39}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>LegacyThps</RootNamespace> <AssemblyName>LegacyThps</AssemblyName> <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <Deterministic>true</Deterministic> <TargetFrameworkProfile /> </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> </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> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> <Reference Include="System.Data" /> <Reference Include="System.Numerics" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Code\Containers\TreyarchKat\Kat.cs" /> <Compile Include="Code\Containers\TreyarchKat\KatEntry.cs" /> <Compile Include="Code\Containers\TreyarchKat\Sounds.cs" /> <Compile Include="Code\Containers\TreyarchKat\XsbEntry.cs" /> <Compile Include="Code\Fonts\BMP32Builder.cs" /> <Compile Include="Code\Fonts\Errormsg.cs" /> <Compile Include="Code\Fonts\FastBMP.cs" /> <Compile Include="Code\Fonts\FNT.cs" /> <Compile Include="Code\Fonts\GenericFont.cs" /> <Compile Include="Code\Fonts\Glyph.cs" /> <Compile Include="Code\Games\Thps2\bon\BonMaterial.cs" /> <Compile Include="Code\Games\Thps2\bon\BonMesh.cs" /> <Compile Include="Code\Games\Thps2\bon\BonModel.cs" /> <Compile Include="Code\Games\Thps2\bon\BonTexture.cs" /> <Compile Include="Code\Games\Thps2\bon\BonVertex.cs" /> <Compile Include="Code\Games\Thps2\bon\Thps2Bone.cs" /> <Compile Include="Code\Helpers\CmdParser.cs" /> <Compile Include="Code\Helpers\Debug.cs" /> <Compile Include="Code\Helpers\MtlWriter.cs" /> <Compile Include="Code\Helpers\ObjWriter.cs" /> <Compile Include="Code\ThirdParty\Adpcm\AdpcmDecoder.cs" /> <Compile Include="Code\ThirdParty\Adpcm\ImaAdpcm.cs" /> <Compile Include="Code\ThirdParty\Adpcm\ImaAdpcmDecoder.cs" /> <Compile Include="Code\ThirdParty\Adpcm\ImaAdpcmEncoder.cs" /> <Compile Include="Code\ThirdParty\Kaitai\KaitaiStream.cs" /> <Compile Include="Code\ThirdParty\Kaitai\KaitaiStruct.cs" /> <Compile Include="Code\ThirdParty\LzssStream\LzssStream.cs" /> <Compile Include="Code\ThirdParty\Quantization\Octree.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Code\Games\Thps2\ddx\XboxDdx.cs" /> <Compile Include="Code\Games\Thps2\ddx\XboxDdxTexture.cs" /> <Compile Include="Code\ThirdParty\DDS\DDSImage.cs" /> </ItemGroup> <ItemGroup> <Content Include="Code\Games\Thps2\bon\bon_hier.txt" /> <Content Include="Code\ThirdParty\LzssStream\license.txt" /> <Content Include="Code\ThirdParty\Quantization\license.txt" /> </ItemGroup> <ItemGroup> <None Include="Code\ThirdParty\LzssStream\readme.md" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>