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 <ItemGroup> 22 <ClCompile Include="..\..\..\lib\common\pool.c" /> 23 <ClCompile Include="..\..\..\lib\common\debug.c" /> 24 <ClCompile Include="..\..\..\lib\common\threading.c" /> 25 <ClCompile Include="..\..\..\lib\common\entropy_common.c" /> 26 <ClCompile Include="..\..\..\lib\compress\hist.c" /> 27 <ClCompile Include="..\..\..\lib\common\error_private.c" /> 28 <ClCompile Include="..\..\..\lib\common\xxhash.c" /> 29 <ClCompile Include="..\..\..\lib\common\zstd_common.c" /> 30 <ClCompile Include="..\..\..\lib\common\fse_decompress.c" /> 31 <ClCompile Include="..\..\..\lib\compress\fse_compress.c" /> 32 <ClCompile Include="..\..\..\lib\compress\huf_compress.c" /> 33 <ClCompile Include="..\..\..\lib\compress\zstd_compress.c" /> 34 <ClCompile Include="..\..\..\lib\compress\zstd_compress_literals.c" /> 35 <ClCompile Include="..\..\..\lib\compress\zstd_compress_sequences.c" /> 36 <ClCompile Include="..\..\..\lib\compress\zstd_compress_superblock.c" /> 37 <ClCompile Include="..\..\..\lib\compress\zstd_fast.c" /> 38 <ClCompile Include="..\..\..\lib\compress\zstd_double_fast.c" /> 39 <ClCompile Include="..\..\..\lib\compress\zstd_lazy.c" /> 40 <ClCompile Include="..\..\..\lib\compress\zstd_opt.c" /> 41 <ClCompile Include="..\..\..\lib\compress\zstd_ldm.c" /> 42 <ClCompile Include="..\..\..\lib\compress\zstdmt_compress.c" /> 43 <ClCompile Include="..\..\..\lib\decompress\huf_decompress.c" /> 44 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" /> 45 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress_block.c" /> 46 <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.c" /> 47 <ClCompile Include="..\..\..\lib\deprecated\zbuff_common.c" /> 48 <ClCompile Include="..\..\..\lib\deprecated\zbuff_compress.c" /> 49 <ClCompile Include="..\..\..\lib\deprecated\zbuff_decompress.c" /> 50 <ClCompile Include="..\..\..\lib\dictBuilder\cover.c" /> 51 <ClCompile Include="..\..\..\lib\dictBuilder\fastcover.c" /> 52 <ClCompile Include="..\..\..\lib\dictBuilder\divsufsort.c" /> 53 <ClCompile Include="..\..\..\lib\dictBuilder\zdict.c" /> 54 <ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" /> 55 <ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" /> 56 <ClCompile Include="..\..\..\lib\legacy\zstd_v03.c" /> 57 <ClCompile Include="..\..\..\lib\legacy\zstd_v04.c" /> 58 <ClCompile Include="..\..\..\lib\legacy\zstd_v05.c" /> 59 <ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" /> 60 <ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" /> 61 </ItemGroup> 62 <ItemGroup> 63 <ClInclude Include="..\..\..\lib\common\pool.h" /> 64 <ClInclude Include="..\..\..\lib\common\threading.h" /> 65 <ClInclude Include="..\..\..\lib\common\bitstream.h" /> 66 <ClInclude Include="..\..\..\lib\common\error_private.h" /> 67 <ClInclude Include="..\..\..\lib\common\zstd_errors.h" /> 68 <ClInclude Include="..\..\..\lib\common\mem.h" /> 69 <ClInclude Include="..\..\..\lib\common\fse.h" /> 70 <ClInclude Include="..\..\..\lib\common\huf.h" /> 71 <ClInclude Include="..\..\..\lib\common\xxhash.h" /> 72 <ClInclude Include="..\..\..\lib\deprecated\zbuff.h" /> 73 <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" /> 74 <ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" /> 75 <ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" /> 76 <ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" /> 77 <ClInclude Include="..\..\..\lib\legacy\zstd_v04.h" /> 78 <ClInclude Include="..\..\..\lib\legacy\zstd_v05.h" /> 79 <ClInclude Include="..\..\..\lib\legacy\zstd_v06.h" /> 80 <ClInclude Include="..\..\..\lib\legacy\zstd_v07.h" /> 81 <ClInclude Include="..\..\..\lib\zstd.h" /> 82 <ClInclude Include="..\..\..\lib\common\zstd_internal.h" /> 83 <ClInclude Include="..\..\..\lib\compress\zstd_compress.h" /> 84 <ClInclude Include="..\..\..\lib\compress\zstd_compress_literals.h" /> 85 <ClInclude Include="..\..\..\lib\compress\zstd_compress_sequences.h" /> 86 <ClInclude Include="..\..\..\lib\compress\zstd_cwksp.h" /> 87 <ClInclude Include="..\..\..\lib\compress\zstd_compress_superblock.h" /> 88 <ClInclude Include="..\..\..\lib\compress\zstd_fast.h" /> 89 <ClInclude Include="..\..\..\lib\compress\zstd_double_fast.h" /> 90 <ClInclude Include="..\..\..\lib\compress\zstd_lazy.h" /> 91 <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" /> 92 <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" /> 93 <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" /> 94 <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" /> 95 </ItemGroup> 96 <ItemGroup> 97 <ResourceCompile Include="libzstd-dll.rc" /> 98 </ItemGroup> 99 <PropertyGroup Label="Globals"> 100 <ProjectGuid>{00000000-94D5-4BF9-8A50-7BD9929A0850}</ProjectGuid> 101 <Keyword>Win32Proj</Keyword> 102 <RootNamespace>libzstd-dll</RootNamespace> 103 <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir> 104 <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir> 105 </PropertyGroup> 106 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 108 <ConfigurationType>DynamicLibrary</ConfigurationType> 109 <UseDebugLibraries>true</UseDebugLibraries> 110 <CharacterSet>MultiByte</CharacterSet> 111 </PropertyGroup> 112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 113 <ConfigurationType>DynamicLibrary</ConfigurationType> 114 <UseDebugLibraries>true</UseDebugLibraries> 115 <CharacterSet>MultiByte</CharacterSet> 116 </PropertyGroup> 117 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 118 <ConfigurationType>DynamicLibrary</ConfigurationType> 119 <UseDebugLibraries>false</UseDebugLibraries> 120 <WholeProgramOptimization>true</WholeProgramOptimization> 121 <CharacterSet>MultiByte</CharacterSet> 122 </PropertyGroup> 123 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 124 <ConfigurationType>DynamicLibrary</ConfigurationType> 125 <UseDebugLibraries>false</UseDebugLibraries> 126 <WholeProgramOptimization>true</WholeProgramOptimization> 127 <CharacterSet>MultiByte</CharacterSet> 128 </PropertyGroup> 129 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 130 <ImportGroup Label="ExtensionSettings"> 131 </ImportGroup> 132 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 133 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 134 </ImportGroup> 135 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 137 </ImportGroup> 138 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 139 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 140 </ImportGroup> 141 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 142 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 143 </ImportGroup> 144 <PropertyGroup Label="UserMacros" /> 145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 146 <LinkIncremental>true</LinkIncremental> 147 <TargetName>libzstd</TargetName> 148 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath> 149 <RunCodeAnalysis>false</RunCodeAnalysis> 150 </PropertyGroup> 151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 152 <LinkIncremental>true</LinkIncremental> 153 <TargetName>libzstd</TargetName> 154 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath> 155 <RunCodeAnalysis>false</RunCodeAnalysis> 156 </PropertyGroup> 157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 158 <LinkIncremental>false</LinkIncremental> 159 <TargetName>libzstd</TargetName> 160 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath> 161 <RunCodeAnalysis>false</RunCodeAnalysis> 162 </PropertyGroup> 163 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 164 <LinkIncremental>false</LinkIncremental> 165 <TargetName>libzstd</TargetName> 166 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath> 167 <RunCodeAnalysis>false</RunCodeAnalysis> 168 </PropertyGroup> 169 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 170 <ClCompile> 171 <PrecompiledHeader> 172 </PrecompiledHeader> 173 <WarningLevel>Level4</WarningLevel> 174 <Optimization>Disabled</Optimization> 175 <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 176 <MinimalRebuild>true</MinimalRebuild> 177 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 178 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 179 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 180 <TreatWarningAsError>true</TreatWarningAsError> 181 <EnablePREfast>false</EnablePREfast> 182 </ClCompile> 183 <Link> 184 <SubSystem>Console</SubSystem> 185 <GenerateDebugInformation>true</GenerateDebugInformation> 186 <TargetMachine>MachineX86</TargetMachine> 187 </Link> 188 </ItemDefinitionGroup> 189 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 190 <ClCompile> 191 <PrecompiledHeader> 192 </PrecompiledHeader> 193 <WarningLevel>Level4</WarningLevel> 194 <Optimization>Disabled</Optimization> 195 <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 196 <TreatWarningAsError>true</TreatWarningAsError> 197 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 198 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 199 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 200 <EnablePREfast>false</EnablePREfast> 201 </ClCompile> 202 <Link> 203 <SubSystem>Console</SubSystem> 204 <GenerateDebugInformation>true</GenerateDebugInformation> 205 </Link> 206 </ItemDefinitionGroup> 207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 208 <ClCompile> 209 <WarningLevel>Level4</WarningLevel> 210 <PrecompiledHeader> 211 </PrecompiledHeader> 212 <Optimization>MaxSpeed</Optimization> 213 <FunctionLevelLinking>true</FunctionLevelLinking> 214 <IntrinsicFunctions>true</IntrinsicFunctions> 215 <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 216 <EnablePREfast>false</EnablePREfast> 217 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 218 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 219 </ClCompile> 220 <Link> 221 <SubSystem>Console</SubSystem> 222 <GenerateDebugInformation>true</GenerateDebugInformation> 223 <EnableCOMDATFolding>true</EnableCOMDATFolding> 224 <OptimizeReferences>true</OptimizeReferences> 225 <TargetMachine>MachineX86</TargetMachine> 226 </Link> 227 </ItemDefinitionGroup> 228 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 229 <ClCompile> 230 <WarningLevel>Level4</WarningLevel> 231 <PrecompiledHeader> 232 </PrecompiledHeader> 233 <Optimization>MaxSpeed</Optimization> 234 <FunctionLevelLinking>true</FunctionLevelLinking> 235 <IntrinsicFunctions>true</IntrinsicFunctions> 236 <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 237 <TreatWarningAsError>false</TreatWarningAsError> 238 <EnablePREfast>false</EnablePREfast> 239 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 240 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 241 <WholeProgramOptimization>true</WholeProgramOptimization> 242 <OmitFramePointers>true</OmitFramePointers> 243 </ClCompile> 244 <Link> 245 <SubSystem>Console</SubSystem> 246 <GenerateDebugInformation>true</GenerateDebugInformation> 247 <EnableCOMDATFolding>true</EnableCOMDATFolding> 248 <OptimizeReferences>true</OptimizeReferences> 249 </Link> 250 </ItemDefinitionGroup> 251 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 252 <ImportGroup Label="ExtensionTargets"> 253 </ImportGroup> 254</Project> 255