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     <WholeProgramOptimization>true</WholeProgramOptimization>
     43     <CharacterSet>Unicode</CharacterSet>
     44   </PropertyGroup>
     45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     46     <ConfigurationType>StaticLibrary</ConfigurationType>
     47     <UseDebugLibraries>false</UseDebugLibraries>
     48     <WholeProgramOptimization>true</WholeProgramOptimization>
     49     <CharacterSet>Unicode</CharacterSet>
     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     </ClCompile>
     99     <Link>
    100       <GenerateDebugInformation>true</GenerateDebugInformation>
    101     </Link>
    102   </ItemDefinitionGroup>
    103   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    104     <ClCompile>
    105       <PrecompiledHeader>
    106       </PrecompiledHeader>
    107       <WarningLevel>Level4</WarningLevel>
    108       <Optimization>Disabled</Optimization>
    109       <PreprocessorDefinitions>WIN32;_DEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    110       <TreatWarningAsError>true</TreatWarningAsError>
    111       <EnablePREfast>true</EnablePREfast>
    112       <AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
    113     </ClCompile>
    114     <Link>
    115       <GenerateDebugInformation>true</GenerateDebugInformation>
    116     </Link>
    117   </ItemDefinitionGroup>
    118   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    119     <ClCompile>
    120       <WarningLevel>Level4</WarningLevel>
    121       <PrecompiledHeader>
    122       </PrecompiledHeader>
    123       <Optimization>MaxSpeed</Optimization>
    124       <FunctionLevelLinking>true</FunctionLevelLinking>
    125       <IntrinsicFunctions>true</IntrinsicFunctions>
    126       <PreprocessorDefinitions>WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    127       <TreatWarningAsError>false</TreatWarningAsError>
    128       <EnablePREfast>false</EnablePREfast>
    129     </ClCompile>
    130     <Link>
    131       <GenerateDebugInformation>true</GenerateDebugInformation>
    132       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    133       <OptimizeReferences>true</OptimizeReferences>
    134     </Link>
    135   </ItemDefinitionGroup>
    136   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    137     <ClCompile>
    138       <WarningLevel>Level4</WarningLevel>
    139       <PrecompiledHeader>
    140       </PrecompiledHeader>
    141       <Optimization>MaxSpeed</Optimization>
    142       <FunctionLevelLinking>true</FunctionLevelLinking>
    143       <IntrinsicFunctions>true</IntrinsicFunctions>
    144       <PreprocessorDefinitions>WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    145       <TreatWarningAsError>false</TreatWarningAsError>
    146       <EnablePREfast>true</EnablePREfast>
    147       <AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
    148     </ClCompile>
    149     <Link>
    150       <GenerateDebugInformation>true</GenerateDebugInformation>
    151       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    152       <OptimizeReferences>true</OptimizeReferences>
    153     </Link>
    154   </ItemDefinitionGroup>
    155   <ItemGroup>
    156     <ClInclude Include="..\..\..\lib\lz4.h" />
    157     <ClInclude Include="..\..\..\lib\lz4frame.h" />
    158     <ClInclude Include="..\..\..\lib\lz4frame_static.h" />
    159     <ClInclude Include="..\..\..\lib\lz4hc.h" />
    160     <ClInclude Include="..\..\..\lib\xxhash.h" />
    161   </ItemGroup>
    162   <ItemGroup>
    163     <ClCompile Include="..\..\..\lib\lz4.c" />
    164     <ClCompile Include="..\..\..\lib\lz4frame.c" />
    165     <ClCompile Include="..\..\..\lib\lz4hc.c" />
    166     <ClCompile Include="..\..\..\lib\xxhash.c" />
    167   </ItemGroup>
    168   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    169   <ImportGroup Label="ExtensionTargets">
    170   </ImportGroup>
    171 </Project>
    172