﻿<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{65C51F09-D1A4-9EA4-DABC-297B461B0506}</ProjectGuid>
    <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>density</RootNamespace>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v140</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <LinkIncremental>false</LinkIncremental>
    <OutDir>bin\Release\</OutDir>
    <IntDir>obj\Release\density\</IntDir>
    <TargetName>density</TargetName>
    <TargetExt>.dll</TargetExt>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
      <WarningLevel>Level4</WarningLevel>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <MinimalRebuild>false</MinimalRebuild>
      <OmitFramePointers>true</OmitFramePointers>
      <StringPooling>true</StringPooling>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <ImportLibrary>bin\Release\density.lib</ImportLibrary>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClInclude Include="..\src\algorithms\algorithms.h" />
    <ClInclude Include="..\src\algorithms\chameleon\chameleon.h" />
    <ClInclude Include="..\src\algorithms\chameleon\core\chameleon_decode.h" />
    <ClInclude Include="..\src\algorithms\chameleon\core\chameleon_encode.h" />
    <ClInclude Include="..\src\algorithms\chameleon\dictionary\chameleon_dictionary.h" />
    <ClInclude Include="..\src\algorithms\cheetah\cheetah.h" />
    <ClInclude Include="..\src\algorithms\cheetah\core\cheetah_decode.h" />
    <ClInclude Include="..\src\algorithms\cheetah\core\cheetah_encode.h" />
    <ClInclude Include="..\src\algorithms\cheetah\dictionary\cheetah_dictionary.h" />
    <ClInclude Include="..\src\algorithms\dictionaries.h" />
    <ClInclude Include="..\src\algorithms\lion\core\lion_decode.h" />
    <ClInclude Include="..\src\algorithms\lion\core\lion_encode.h" />
    <ClInclude Include="..\src\algorithms\lion\dictionary\lion_dictionary.h" />
    <ClInclude Include="..\src\algorithms\lion\forms\lion_form_model.h" />
    <ClInclude Include="..\src\algorithms\lion\lion.h" />
    <ClInclude Include="..\src\buffers\buffer.h" />
    <ClInclude Include="..\src\density_api.h" />
    <ClInclude Include="..\src\globals.h" />
    <ClInclude Include="..\src\structure\header.h" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\src\algorithms\algorithms.c" />
    <ClCompile Include="..\src\algorithms\chameleon\core\chameleon_decode.c" />
    <ClCompile Include="..\src\algorithms\chameleon\core\chameleon_encode.c" />
    <ClCompile Include="..\src\algorithms\cheetah\core\cheetah_decode.c" />
    <ClCompile Include="..\src\algorithms\cheetah\core\cheetah_encode.c" />
    <ClCompile Include="..\src\algorithms\dictionaries.c" />
    <ClCompile Include="..\src\algorithms\lion\core\lion_decode.c" />
    <ClCompile Include="..\src\algorithms\lion\core\lion_encode.c" />
    <ClCompile Include="..\src\algorithms\lion\forms\lion_form_model.c" />
    <ClCompile Include="..\src\buffers\buffer.c" />
    <ClCompile Include="..\src\globals.c" />
    <ClCompile Include="..\src\structure\header.c" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>