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 <PropertyGroup Label="Globals"> 97 <ProjectGuid>{8BFD8150-94D5-4BF9-8A50-7BD9929A0850}</ProjectGuid> 98 <Keyword>Win32Proj</Keyword> 99 <RootNamespace>libzstd</RootNamespace> 100 <TargetName>libzstd_static</TargetName> 101 <CharacterSet>MultiByte</CharacterSet> 102 <ConfigurationType>StaticLibrary</ConfigurationType> 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 <UseDebugLibraries>true</UseDebugLibraries> 109 </PropertyGroup> 110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 111 <UseDebugLibraries>true</UseDebugLibraries> 112 </PropertyGroup> 113 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 114 <UseDebugLibraries>false</UseDebugLibraries> 115 <WholeProgramOptimization>true</WholeProgramOptimization> 116 </PropertyGroup> 117 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 118 <UseDebugLibraries>false</UseDebugLibraries> 119 <WholeProgramOptimization>true</WholeProgramOptimization> 120 </PropertyGroup> 121 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 122 <ImportGroup Label="ExtensionSettings"> 123 </ImportGroup> 124 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 125 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 126 </ImportGroup> 127 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 128 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 129 </ImportGroup> 130 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 131 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 132 </ImportGroup> 133 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 134 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 135 </ImportGroup> 136 <PropertyGroup Label="UserMacros" /> 137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 138 <LinkIncremental>true</LinkIncremental> 139 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath> 140 <RunCodeAnalysis>false</RunCodeAnalysis> 141 </PropertyGroup> 142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 143 <LinkIncremental>true</LinkIncremental> 144 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath> 145 <RunCodeAnalysis>false</RunCodeAnalysis> 146 </PropertyGroup> 147 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 148 <LinkIncremental>false</LinkIncremental> 149 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath> 150 <RunCodeAnalysis>false</RunCodeAnalysis> 151 </PropertyGroup> 152 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 153 <LinkIncremental>false</LinkIncremental> 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 <ItemDefinitionGroup> 158 <ClCompile> 159 <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName> 160 </ClCompile> 161 </ItemDefinitionGroup> 162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 163 <ClCompile> 164 <PrecompiledHeader> 165 </PrecompiledHeader> 166 <WarningLevel>Level4</WarningLevel> 167 <Optimization>Disabled</Optimization> 168 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 169 <MinimalRebuild>true</MinimalRebuild> 170 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 171 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 172 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 173 <TreatWarningAsError>true</TreatWarningAsError> 174 <EnablePREfast>false</EnablePREfast> 175 </ClCompile> 176 <Link> 177 <SubSystem>Console</SubSystem> 178 <GenerateDebugInformation>true</GenerateDebugInformation> 179 <TargetMachine>MachineX86</TargetMachine> 180 </Link> 181 </ItemDefinitionGroup> 182 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 183 <ClCompile> 184 <PrecompiledHeader> 185 </PrecompiledHeader> 186 <WarningLevel>Level4</WarningLevel> 187 <Optimization>Disabled</Optimization> 188 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 189 <TreatWarningAsError>true</TreatWarningAsError> 190 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 191 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 192 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 193 <EnablePREfast>false</EnablePREfast> 194 </ClCompile> 195 <Link> 196 <SubSystem>Console</SubSystem> 197 <GenerateDebugInformation>true</GenerateDebugInformation> 198 </Link> 199 </ItemDefinitionGroup> 200 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 201 <ClCompile> 202 <WarningLevel>Level4</WarningLevel> 203 <PrecompiledHeader> 204 </PrecompiledHeader> 205 <Optimization>MaxSpeed</Optimization> 206 <FunctionLevelLinking>true</FunctionLevelLinking> 207 <IntrinsicFunctions>true</IntrinsicFunctions> 208 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 209 <EnablePREfast>false</EnablePREfast> 210 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 211 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 212 </ClCompile> 213 <Link> 214 <SubSystem>Console</SubSystem> 215 <GenerateDebugInformation>true</GenerateDebugInformation> 216 <EnableCOMDATFolding>true</EnableCOMDATFolding> 217 <OptimizeReferences>true</OptimizeReferences> 218 <TargetMachine>MachineX86</TargetMachine> 219 </Link> 220 </ItemDefinitionGroup> 221 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 222 <ClCompile> 223 <WarningLevel>Level4</WarningLevel> 224 <PrecompiledHeader> 225 </PrecompiledHeader> 226 <Optimization>MaxSpeed</Optimization> 227 <FunctionLevelLinking>true</FunctionLevelLinking> 228 <IntrinsicFunctions>true</IntrinsicFunctions> 229 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 230 <TreatWarningAsError>false</TreatWarningAsError> 231 <EnablePREfast>false</EnablePREfast> 232 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 233 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 234 <WholeProgramOptimization>true</WholeProgramOptimization> 235 <OmitFramePointers>true</OmitFramePointers> 236 </ClCompile> 237 <Link> 238 <SubSystem>Console</SubSystem> 239 <GenerateDebugInformation>true</GenerateDebugInformation> 240 <EnableCOMDATFolding>true</EnableCOMDATFolding> 241 <OptimizeReferences>true</OptimizeReferences> 242 </Link> 243 </ItemDefinitionGroup> 244 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 245 <ImportGroup Label="ExtensionTargets"> 246 </ImportGroup> 247</Project> 248