Home | History | Annotate | Download | only in liblz4
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Debug|x64">
      9       <Configuration>Debug</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Release|Win32">
     13       <Configuration>Release</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{9092C5CC-3E71-41B3-BF68-4A7BDD8A5476}</ProjectGuid>
     23     <Keyword>Win32Proj</Keyword>
     24     <RootNamespace>liblz4</RootNamespace>
     25     <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
     26     <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
     27   </PropertyGroup>
     28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     30     <ConfigurationType>StaticLibrary</ConfigurationType>
     31     <UseDebugLibraries>true</UseDebugLibraries>
     32     <CharacterSet>Unicode</CharacterSet>
     33     <PlatformToolset>v141</PlatformToolset>
     34   </PropertyGroup>
     35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     36     <ConfigurationType>StaticLibrary</ConfigurationType>
     37     <UseDebugLibraries>true</UseDebugLibraries>
     38     <CharacterSet>Unicode</CharacterSet>
     39     <PlatformToolset>v141</PlatformToolset>
     40   </PropertyGroup>
     41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     42     <ConfigurationType>StaticLibrary</ConfigurationType>
     43     <UseDebugLibraries>false</UseDebugLibraries>
     44     <CharacterSet>Unicode</CharacterSet>
     45     <WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
     46     <PlatformToolset>v141</PlatformToolset>
     47   </PropertyGroup>
     48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     49     <ConfigurationType>StaticLibrary</ConfigurationType>
     50     <UseDebugLibraries>false</UseDebugLibraries>
     51     <CharacterSet>Unicode</CharacterSet>
     52     <WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
     53     <PlatformToolset>v141</PlatformToolset>
     54   </PropertyGroup>
     55   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     56   <ImportGroup Label="ExtensionSettings">
     57   </ImportGroup>
     58   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     60   </ImportGroup>
     61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     63   </ImportGroup>
     64   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     66   </ImportGroup>
     67   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     68     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     69   </ImportGroup>
     70   <PropertyGroup Label="UserMacros" />
     71   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     72     <LinkIncremental>true</LinkIncremental>
     73     <TargetName>liblz4_static</TargetName>
     74     <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
     75   </PropertyGroup>
     76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     77     <LinkIncremental>true</LinkIncremental>
     78     <TargetName>liblz4_static</TargetName>
     79     <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
     80     <RunCodeAnalysis>true</RunCodeAnalysis>
     81   </PropertyGroup>
     82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     83     <LinkIncremental>false</LinkIncremental>
     84     <TargetName>liblz4_static</TargetName>
     85     <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
     86   </PropertyGroup>
     87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     88     <LinkIncremental>false</LinkIncremental>
     89     <TargetName>liblz4_static</TargetName>
     90     <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
     91     <RunCodeAnalysis>true</RunCodeAnalysis>
     92   </PropertyGroup>
     93   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     94     <ClCompile>
     95       <PrecompiledHeader>
     96       </PrecompiledHeader>
     97       <WarningLevel>Level4</WarningLevel>
     98       <Optimization>Disabled</Optimization>
     99       <PreprocessorDefinitions>WIN32;_DEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    100       <TreatWarningAsError>true</TreatWarningAsError>
    101       <EnablePREfast>false</EnablePREfast>
    102       <RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary>
    103     </ClCompile>
    104     <Link>
    105       <GenerateDebugInformation>true</GenerateDebugInformation>
    106     </Link>
    107   </ItemDefinitionGroup>
    108   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    109     <ClCompile>
    110       <PrecompiledHeader>
    111       </PrecompiledHeader>
    112       <WarningLevel>Level4</WarningLevel>
    113       <Optimization>Disabled</Optimization>
    114       <PreprocessorDefinitions>WIN32;_DEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    115       <TreatWarningAsError>true</TreatWarningAsError>
    116       <EnablePREfast>true</EnablePREfast>
    117       <AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
    118       <RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary>
    119     </ClCompile>
    120     <Link>
    121       <GenerateDebugInformation>true</GenerateDebugInformation>
    122     </Link>
    123   </ItemDefinitionGroup>
    124   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    125     <ClCompile>
    126       <WarningLevel>Level4</WarningLevel>
    127       <PrecompiledHeader>
    128       </PrecompiledHeader>
    129       <Optimization>MaxSpeed</Optimization>
    130       <FunctionLevelLinking>true</FunctionLevelLinking>
    131       <IntrinsicFunctions>true</IntrinsicFunctions>
    132       <PreprocessorDefinitions>WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    133       <TreatWarningAsError>false</TreatWarningAsError>
    134       <EnablePREfast>false</EnablePREfast>
    135       <RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary>
    136     </ClCompile>
    137     <Link>
    138       <GenerateDebugInformation>true</GenerateDebugInformation>
    139       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    140       <OptimizeReferences>true</OptimizeReferences>
    141     </Link>
    142   </ItemDefinitionGroup>
    143   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    144     <ClCompile>
    145       <WarningLevel>Level4</WarningLevel>
    146       <PrecompiledHeader>
    147       </PrecompiledHeader>
    148       <Optimization>MaxSpeed</Optimization>
    149       <FunctionLevelLinking>true</FunctionLevelLinking>
    150       <IntrinsicFunctions>true</IntrinsicFunctions>
    151       <PreprocessorDefinitions>WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    152       <TreatWarningAsError>false</TreatWarningAsError>
    153       <EnablePREfast>true</EnablePREfast>
    154       <AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
    155       <RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary>
    156     </ClCompile>
    157     <Link>
    158       <GenerateDebugInformation>true</GenerateDebugInformation>
    159       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    160       <OptimizeReferences>true</OptimizeReferences>
    161     </Link>
    162   </ItemDefinitionGroup>
    163   <ItemGroup>
    164     <ClInclude Include="..\..\..\lib\lz4.h" />
    165     <ClInclude Include="..\..\..\lib\lz4frame.h" />
    166     <ClInclude Include="..\..\..\lib\lz4frame_static.h" />
    167     <ClInclude Include="..\..\..\lib\lz4hc.h" />
    168     <ClInclude Include="..\..\..\lib\xxhash.h" />
    169   </ItemGroup>
    170   <ItemGroup>
    171     <ClCompile Include="..\..\..\lib\lz4.c" />
    172     <ClCompile Include="..\..\..\lib\lz4frame.c" />
    173     <ClCompile Include="..\..\..\lib\lz4hc.c" />
    174     <ClCompile Include="..\..\..\lib\xxhash.c" />
    175   </ItemGroup>
    176   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    177   <ImportGroup Label="ExtensionTargets">
    178   </ImportGroup>
    179 </Project>