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>{9800039D-4AAA-43A4-BB78-FEF6F4836927}</ProjectGuid> 23 <Keyword>Win32Proj</Keyword> 24 <RootNamespace>liblz4-dll</RootNamespace> 25 <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir> 26 <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir> 27 <ProjectName>liblz4-dll</ProjectName> 28 </PropertyGroup> 29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 31 <ConfigurationType>DynamicLibrary</ConfigurationType> 32 <UseDebugLibraries>true</UseDebugLibraries> 33 <CharacterSet>Unicode</CharacterSet> 34 </PropertyGroup> 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 36 <ConfigurationType>DynamicLibrary</ConfigurationType> 37 <UseDebugLibraries>true</UseDebugLibraries> 38 <CharacterSet>Unicode</CharacterSet> 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 41 <ConfigurationType>DynamicLibrary</ConfigurationType> 42 <UseDebugLibraries>false</UseDebugLibraries> 43 <WholeProgramOptimization>true</WholeProgramOptimization> 44 <CharacterSet>Unicode</CharacterSet> 45 </PropertyGroup> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 47 <ConfigurationType>DynamicLibrary</ConfigurationType> 48 <UseDebugLibraries>false</UseDebugLibraries> 49 <WholeProgramOptimization>true</WholeProgramOptimization> 50 <CharacterSet>Unicode</CharacterSet> 51 </PropertyGroup> 52 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 53 <ImportGroup Label="ExtensionSettings"> 54 </ImportGroup> 55 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 57 </ImportGroup> 58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 60 </ImportGroup> 61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 </ImportGroup> 64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 66 </ImportGroup> 67 <PropertyGroup Label="UserMacros" /> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 69 <LinkIncremental>true</LinkIncremental> 70 <TargetName>liblz4</TargetName> 71 <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 72 </PropertyGroup> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 74 <LinkIncremental>true</LinkIncremental> 75 <TargetName>liblz4</TargetName> 76 <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 77 <RunCodeAnalysis>true</RunCodeAnalysis> 78 </PropertyGroup> 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 80 <LinkIncremental>false</LinkIncremental> 81 <TargetName>liblz4</TargetName> 82 <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 83 </PropertyGroup> 84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 85 <LinkIncremental>false</LinkIncremental> 86 <TargetName>liblz4</TargetName> 87 <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 88 <RunCodeAnalysis>true</RunCodeAnalysis> 89 </PropertyGroup> 90 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 91 <ClCompile> 92 <PrecompiledHeader> 93 </PrecompiledHeader> 94 <WarningLevel>Level4</WarningLevel> 95 <Optimization>Disabled</Optimization> 96 <PreprocessorDefinitions>WIN32;_DEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 97 <TreatWarningAsError>true</TreatWarningAsError> 98 <EnablePREfast>false</EnablePREfast> 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 </ClCompile> 115 <Link> 116 <GenerateDebugInformation>true</GenerateDebugInformation> 117 </Link> 118 </ItemDefinitionGroup> 119 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 120 <ClCompile> 121 <WarningLevel>Level4</WarningLevel> 122 <PrecompiledHeader> 123 </PrecompiledHeader> 124 <Optimization>MaxSpeed</Optimization> 125 <FunctionLevelLinking>true</FunctionLevelLinking> 126 <IntrinsicFunctions>true</IntrinsicFunctions> 127 <PreprocessorDefinitions>WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 128 <TreatWarningAsError>false</TreatWarningAsError> 129 <EnablePREfast>false</EnablePREfast> 130 </ClCompile> 131 <Link> 132 <GenerateDebugInformation>true</GenerateDebugInformation> 133 <EnableCOMDATFolding>true</EnableCOMDATFolding> 134 <OptimizeReferences>true</OptimizeReferences> 135 </Link> 136 </ItemDefinitionGroup> 137 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 138 <ClCompile> 139 <WarningLevel>Level4</WarningLevel> 140 <PrecompiledHeader> 141 </PrecompiledHeader> 142 <Optimization>MaxSpeed</Optimization> 143 <FunctionLevelLinking>true</FunctionLevelLinking> 144 <IntrinsicFunctions>true</IntrinsicFunctions> 145 <PreprocessorDefinitions>WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 146 <TreatWarningAsError>false</TreatWarningAsError> 147 <EnablePREfast>true</EnablePREfast> 148 <AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions> 149 </ClCompile> 150 <Link> 151 <GenerateDebugInformation>true</GenerateDebugInformation> 152 <EnableCOMDATFolding>true</EnableCOMDATFolding> 153 <OptimizeReferences>true</OptimizeReferences> 154 </Link> 155 </ItemDefinitionGroup> 156 <ItemGroup> 157 <ClInclude Include="..\..\..\lib\lz4.h" /> 158 <ClInclude Include="..\..\..\lib\lz4frame.h" /> 159 <ClInclude Include="..\..\..\lib\lz4frame_static.h" /> 160 <ClInclude Include="..\..\..\lib\lz4hc.h" /> 161 <ClInclude Include="..\..\..\lib\xxhash.h" /> 162 </ItemGroup> 163 <ItemGroup> 164 <ClCompile Include="..\..\..\lib\lz4.c" /> 165 <ClCompile Include="..\..\..\lib\lz4frame.c" /> 166 <ClCompile Include="..\..\..\lib\lz4hc.c" /> 167 <ClCompile Include="..\..\..\lib\xxhash.c" /> 168 </ItemGroup> 169 <ItemGroup> 170 <ResourceCompile Include="liblz4-dll.rc" /> 171 </ItemGroup> 172 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 173 <ImportGroup Label="ExtensionTargets"> 174 </ImportGroup> 175 </Project>