xref: /aosp_15_r20/external/zstd/build/VS2010/libzstd/libzstd.vcxproj (revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
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\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  </ItemGroup>
59  <ItemGroup>
60    <ClInclude Include="..\..\..\lib\common\pool.h" />
61    <ClInclude Include="..\..\..\lib\common\threading.h" />
62    <ClInclude Include="..\..\..\lib\common\bitstream.h" />
63    <ClInclude Include="..\..\..\lib\common\error_private.h" />
64    <ClInclude Include="..\..\..\lib\zstd_errors.h" />
65    <ClInclude Include="..\..\..\lib\common\mem.h" />
66    <ClInclude Include="..\..\..\lib\common\fse.h" />
67    <ClInclude Include="..\..\..\lib\common\huf.h" />
68    <ClInclude Include="..\..\..\lib\common\xxhash.h" />
69    <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
70    <ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
71    <ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
72    <ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />
73    <ClInclude Include="..\..\..\lib\legacy\zstd_v04.h" />
74    <ClInclude Include="..\..\..\lib\legacy\zstd_v05.h" />
75    <ClInclude Include="..\..\..\lib\legacy\zstd_v06.h" />
76    <ClInclude Include="..\..\..\lib\legacy\zstd_v07.h" />
77    <ClInclude Include="..\..\..\lib\zstd.h" />
78    <ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
79    <ClInclude Include="..\..\..\lib\compress\zstd_compress.h" />
80    <ClInclude Include="..\..\..\lib\compress\zstd_compress_literals.h" />
81    <ClInclude Include="..\..\..\lib\compress\zstd_compress_sequences.h" />
82    <ClInclude Include="..\..\..\lib\compress\zstd_cwksp.h" />
83    <ClInclude Include="..\..\..\lib\compress\zstd_compress_superblock.h" />
84    <ClInclude Include="..\..\..\lib\compress\zstd_fast.h" />
85    <ClInclude Include="..\..\..\lib\compress\zstd_double_fast.h" />
86    <ClInclude Include="..\..\..\lib\compress\zstd_lazy.h" />
87    <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
88    <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
89    <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
90    <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" />
91  </ItemGroup>
92  <PropertyGroup Label="Globals">
93    <ProjectGuid>{8BFD8150-94D5-4BF9-8A50-7BD9929A0850}</ProjectGuid>
94    <Keyword>Win32Proj</Keyword>
95    <RootNamespace>libzstd</RootNamespace>
96    <TargetName>libzstd_static</TargetName>
97    <CharacterSet>MultiByte</CharacterSet>
98    <ConfigurationType>StaticLibrary</ConfigurationType>
99    <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
100    <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
101  </PropertyGroup>
102  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
103  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
104    <UseDebugLibraries>true</UseDebugLibraries>
105  </PropertyGroup>
106  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
107    <UseDebugLibraries>true</UseDebugLibraries>
108  </PropertyGroup>
109  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
110    <UseDebugLibraries>false</UseDebugLibraries>
111    <WholeProgramOptimization>true</WholeProgramOptimization>
112  </PropertyGroup>
113  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
114    <UseDebugLibraries>false</UseDebugLibraries>
115    <WholeProgramOptimization>true</WholeProgramOptimization>
116  </PropertyGroup>
117  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
118  <ImportGroup Label="ExtensionSettings">
119  </ImportGroup>
120  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
121    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
122  </ImportGroup>
123  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
124    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
125  </ImportGroup>
126  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
127    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
128  </ImportGroup>
129  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
130    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
131  </ImportGroup>
132  <PropertyGroup Label="UserMacros" />
133  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
134    <LinkIncremental>true</LinkIncremental>
135    <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
136    <RunCodeAnalysis>false</RunCodeAnalysis>
137  </PropertyGroup>
138  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
139    <LinkIncremental>true</LinkIncremental>
140    <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
141    <RunCodeAnalysis>false</RunCodeAnalysis>
142  </PropertyGroup>
143  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
144    <LinkIncremental>false</LinkIncremental>
145    <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
146    <RunCodeAnalysis>false</RunCodeAnalysis>
147  </PropertyGroup>
148  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
149    <LinkIncremental>false</LinkIncremental>
150    <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
151    <RunCodeAnalysis>false</RunCodeAnalysis>
152  </PropertyGroup>
153  <ItemDefinitionGroup>
154    <ClCompile>
155      <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
156    </ClCompile>
157  </ItemDefinitionGroup>
158  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
159    <ClCompile>
160      <PrecompiledHeader>
161      </PrecompiledHeader>
162      <WarningLevel>Level4</WarningLevel>
163      <Optimization>Disabled</Optimization>
164      <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
166      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
167      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
168      <TreatWarningAsError>true</TreatWarningAsError>
169      <EnablePREfast>false</EnablePREfast>
170    </ClCompile>
171    <Link>
172      <SubSystem>Console</SubSystem>
173      <GenerateDebugInformation>true</GenerateDebugInformation>
174      <TargetMachine>MachineX86</TargetMachine>
175    </Link>
176  </ItemDefinitionGroup>
177  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
178    <ClCompile>
179      <PrecompiledHeader>
180      </PrecompiledHeader>
181      <WarningLevel>Level4</WarningLevel>
182      <Optimization>Disabled</Optimization>
183      <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
184      <TreatWarningAsError>true</TreatWarningAsError>
185      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
186      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
187      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
188      <EnablePREfast>false</EnablePREfast>
189    </ClCompile>
190    <Link>
191      <SubSystem>Console</SubSystem>
192      <GenerateDebugInformation>true</GenerateDebugInformation>
193    </Link>
194  </ItemDefinitionGroup>
195  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
196    <ClCompile>
197      <WarningLevel>Level4</WarningLevel>
198      <PrecompiledHeader>
199      </PrecompiledHeader>
200      <Optimization>MaxSpeed</Optimization>
201      <FunctionLevelLinking>true</FunctionLevelLinking>
202      <IntrinsicFunctions>true</IntrinsicFunctions>
203      <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
204      <EnablePREfast>false</EnablePREfast>
205      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
206      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
207    </ClCompile>
208    <Link>
209      <SubSystem>Console</SubSystem>
210      <GenerateDebugInformation>true</GenerateDebugInformation>
211      <EnableCOMDATFolding>true</EnableCOMDATFolding>
212      <OptimizeReferences>true</OptimizeReferences>
213      <TargetMachine>MachineX86</TargetMachine>
214    </Link>
215  </ItemDefinitionGroup>
216  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
217    <ClCompile>
218      <WarningLevel>Level4</WarningLevel>
219      <PrecompiledHeader>
220      </PrecompiledHeader>
221      <Optimization>MaxSpeed</Optimization>
222      <FunctionLevelLinking>true</FunctionLevelLinking>
223      <IntrinsicFunctions>true</IntrinsicFunctions>
224      <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225      <TreatWarningAsError>false</TreatWarningAsError>
226      <EnablePREfast>false</EnablePREfast>
227      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
228      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
229      <WholeProgramOptimization>true</WholeProgramOptimization>
230      <OmitFramePointers>true</OmitFramePointers>
231    </ClCompile>
232    <Link>
233      <SubSystem>Console</SubSystem>
234      <GenerateDebugInformation>true</GenerateDebugInformation>
235      <EnableCOMDATFolding>true</EnableCOMDATFolding>
236      <OptimizeReferences>true</OptimizeReferences>
237    </Link>
238  </ItemDefinitionGroup>
239  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
240  <ImportGroup Label="ExtensionTargets">
241  </ImportGroup>
242</Project>
243