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