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