xref: /aosp_15_r20/external/zstd/build/VS2008/zstdlib/zstdlib.vcproj (revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="zstdlib"
6	ProjectGUID="{99DE2A79-7298-4004-A0ED-030D7A3796CA}"
7	RootNamespace="zstdlib"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="196613"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15		<Platform
16			Name="x64"
17		/>
18	</Platforms>
19	<ToolFiles>
20	</ToolFiles>
21	<Configurations>
22		<Configuration
23			Name="Debug|Win32"
24			OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
25			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
26			ConfigurationType="2"
27			CharacterSet="2"
28			>
29			<Tool
30				Name="VCPreBuildEventTool"
31			/>
32			<Tool
33				Name="VCCustomBuildTool"
34			/>
35			<Tool
36				Name="VCXMLDataGeneratorTool"
37			/>
38			<Tool
39				Name="VCWebServiceProxyGeneratorTool"
40			/>
41			<Tool
42				Name="VCMIDLTool"
43			/>
44			<Tool
45				Name="VCCLCompilerTool"
46				Optimization="0"
47				AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\dictBuilder"
48				PreprocessorDefinitions="ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE"
49				MinimalRebuild="true"
50				BasicRuntimeChecks="3"
51				RuntimeLibrary="3"
52				UsePrecompiledHeader="0"
53				WarningLevel="4"
54				WarnAsError="true"
55				DebugInformationFormat="4"
56			/>
57			<Tool
58				Name="VCManagedResourceCompilerTool"
59			/>
60			<Tool
61				Name="VCResourceCompilerTool"
62			/>
63			<Tool
64				Name="VCPreLinkEventTool"
65			/>
66			<Tool
67				Name="VCLinkerTool"
68				LinkIncremental="2"
69				GenerateDebugInformation="true"
70				SubSystem="1"
71				TargetMachine="1"
72			/>
73			<Tool
74				Name="VCALinkTool"
75			/>
76			<Tool
77				Name="VCManifestTool"
78			/>
79			<Tool
80				Name="VCXDCMakeTool"
81			/>
82			<Tool
83				Name="VCBscMakeTool"
84			/>
85			<Tool
86				Name="VCFxCopTool"
87			/>
88			<Tool
89				Name="VCAppVerifierTool"
90			/>
91			<Tool
92				Name="VCPostBuildEventTool"
93			/>
94		</Configuration>
95		<Configuration
96			Name="Release|Win32"
97			OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
98			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
99			ConfigurationType="2"
100			CharacterSet="2"
101			WholeProgramOptimization="1"
102			>
103			<Tool
104				Name="VCPreBuildEventTool"
105			/>
106			<Tool
107				Name="VCCustomBuildTool"
108			/>
109			<Tool
110				Name="VCXMLDataGeneratorTool"
111			/>
112			<Tool
113				Name="VCWebServiceProxyGeneratorTool"
114			/>
115			<Tool
116				Name="VCMIDLTool"
117			/>
118			<Tool
119				Name="VCCLCompilerTool"
120				Optimization="2"
121				EnableIntrinsicFunctions="true"
122				OmitFramePointers="true"
123				AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\dictBuilder"
124				PreprocessorDefinitions="ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE"
125				RuntimeLibrary="0"
126				EnableFunctionLevelLinking="true"
127				UsePrecompiledHeader="0"
128				WarningLevel="4"
129				DebugInformationFormat="3"
130			/>
131			<Tool
132				Name="VCManagedResourceCompilerTool"
133			/>
134			<Tool
135				Name="VCResourceCompilerTool"
136			/>
137			<Tool
138				Name="VCPreLinkEventTool"
139			/>
140			<Tool
141				Name="VCLinkerTool"
142				LinkIncremental="1"
143				GenerateDebugInformation="true"
144				SubSystem="1"
145				OptimizeReferences="2"
146				EnableCOMDATFolding="2"
147				TargetMachine="1"
148			/>
149			<Tool
150				Name="VCALinkTool"
151			/>
152			<Tool
153				Name="VCManifestTool"
154			/>
155			<Tool
156				Name="VCXDCMakeTool"
157			/>
158			<Tool
159				Name="VCBscMakeTool"
160			/>
161			<Tool
162				Name="VCFxCopTool"
163			/>
164			<Tool
165				Name="VCAppVerifierTool"
166			/>
167			<Tool
168				Name="VCPostBuildEventTool"
169			/>
170		</Configuration>
171		<Configuration
172			Name="Debug|x64"
173			OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
174			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
175			ConfigurationType="2"
176			CharacterSet="2"
177			>
178			<Tool
179				Name="VCPreBuildEventTool"
180			/>
181			<Tool
182				Name="VCCustomBuildTool"
183			/>
184			<Tool
185				Name="VCXMLDataGeneratorTool"
186			/>
187			<Tool
188				Name="VCWebServiceProxyGeneratorTool"
189			/>
190			<Tool
191				Name="VCMIDLTool"
192				TargetEnvironment="3"
193			/>
194			<Tool
195				Name="VCCLCompilerTool"
196				Optimization="0"
197				AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\dictBuilder"
198				PreprocessorDefinitions="ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE"
199				MinimalRebuild="true"
200				BasicRuntimeChecks="3"
201				RuntimeLibrary="3"
202				UsePrecompiledHeader="0"
203				WarningLevel="4"
204				WarnAsError="true"
205				DebugInformationFormat="3"
206			/>
207			<Tool
208				Name="VCManagedResourceCompilerTool"
209			/>
210			<Tool
211				Name="VCResourceCompilerTool"
212			/>
213			<Tool
214				Name="VCPreLinkEventTool"
215			/>
216			<Tool
217				Name="VCLinkerTool"
218				LinkIncremental="2"
219				GenerateDebugInformation="true"
220				SubSystem="1"
221				TargetMachine="17"
222			/>
223			<Tool
224				Name="VCALinkTool"
225			/>
226			<Tool
227				Name="VCManifestTool"
228			/>
229			<Tool
230				Name="VCXDCMakeTool"
231			/>
232			<Tool
233				Name="VCBscMakeTool"
234			/>
235			<Tool
236				Name="VCFxCopTool"
237			/>
238			<Tool
239				Name="VCAppVerifierTool"
240			/>
241			<Tool
242				Name="VCPostBuildEventTool"
243			/>
244		</Configuration>
245		<Configuration
246			Name="Release|x64"
247			OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
248			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
249			ConfigurationType="2"
250			CharacterSet="2"
251			WholeProgramOptimization="1"
252			>
253			<Tool
254				Name="VCPreBuildEventTool"
255			/>
256			<Tool
257				Name="VCCustomBuildTool"
258			/>
259			<Tool
260				Name="VCXMLDataGeneratorTool"
261			/>
262			<Tool
263				Name="VCWebServiceProxyGeneratorTool"
264			/>
265			<Tool
266				Name="VCMIDLTool"
267				TargetEnvironment="3"
268			/>
269			<Tool
270				Name="VCCLCompilerTool"
271				Optimization="2"
272				EnableIntrinsicFunctions="true"
273				OmitFramePointers="true"
274				AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\dictBuilder"
275				PreprocessorDefinitions="ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE"
276				RuntimeLibrary="0"
277				EnableFunctionLevelLinking="true"
278				UsePrecompiledHeader="0"
279				WarningLevel="4"
280				DebugInformationFormat="3"
281			/>
282			<Tool
283				Name="VCManagedResourceCompilerTool"
284			/>
285			<Tool
286				Name="VCResourceCompilerTool"
287			/>
288			<Tool
289				Name="VCPreLinkEventTool"
290			/>
291			<Tool
292				Name="VCLinkerTool"
293				LinkIncremental="1"
294				GenerateDebugInformation="true"
295				SubSystem="1"
296				OptimizeReferences="2"
297				EnableCOMDATFolding="2"
298				TargetMachine="17"
299			/>
300			<Tool
301				Name="VCALinkTool"
302			/>
303			<Tool
304				Name="VCManifestTool"
305			/>
306			<Tool
307				Name="VCXDCMakeTool"
308			/>
309			<Tool
310				Name="VCBscMakeTool"
311			/>
312			<Tool
313				Name="VCFxCopTool"
314			/>
315			<Tool
316				Name="VCAppVerifierTool"
317			/>
318			<Tool
319				Name="VCPostBuildEventTool"
320			/>
321		</Configuration>
322	</Configurations>
323	<References>
324	</References>
325	<Files>
326		<Filter
327			Name="Source Files"
328			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
329			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
330			>
331			<File
332				RelativePath="..\..\..\lib\dictBuilder\cover.c"
333				>
334			</File>
335			<File
336				RelativePath="..\..\..\lib\dictBuilder\fastcover.c"
337				>
338			</File>
339			<File
340				RelativePath="..\..\..\lib\dictBuilder\divsufsort.c"
341				>
342			</File>
343			<File
344				RelativePath="..\..\..\lib\common\pool.c"
345				>
346			</File>
347			<File
348				RelativePath="..\..\..\lib\common\threading.c"
349				>
350			</File>
351			<File
352				RelativePath="..\..\..\lib\common\entropy_common.c"
353				>
354			</File>
355			<File
356				RelativePath="..\..\..\lib\compress\hist.c"
357				>
358			</File>
359			<File
360				RelativePath="..\..\..\lib\common\error_private.c"
361				>
362			</File>
363			<File
364				RelativePath="..\..\..\lib\compress\fse_compress.c"
365				>
366			</File>
367			<File
368				RelativePath="..\..\..\lib\common\fse_decompress.c"
369				>
370			</File>
371			<File
372				RelativePath="..\..\..\lib\compress\huf_compress.c"
373				>
374			</File>
375			<File
376				RelativePath="..\..\..\lib\decompress\huf_decompress.c"
377				>
378			</File>
379			<File
380				RelativePath="..\..\..\lib\common\xxhash.c"
381				>
382			</File>
383			<File
384				RelativePath="..\..\..\lib\dictBuilder\zdict.c"
385				>
386			</File>
387			<File
388				RelativePath="..\..\..\lib\common\zstd_common.c"
389				>
390			</File>
391			<File
392				RelativePath="..\..\..\lib\compress\zstdmt_compress.c"
393				>
394			</File>
395			<File
396				RelativePath="..\..\..\lib\compress\zstd_compress.c"
397				>
398			</File>
399			<File
400				RelativePath="..\..\..\lib\compress\zstd_compress_literals.c"
401				>
402			</File>
403			<File
404				RelativePath="..\..\..\lib\compress\zstd_compress_sequences.c"
405				>
406			</File>
407			<File
408				RelativePath="..\..\..\lib\compress\zstd_compress_superblock.c"
409				>
410			</File>
411			<File
412				RelativePath="..\..\..\lib\compress\zstd_fast.c"
413				>
414			</File>
415			<File
416				RelativePath="..\..\..\lib\compress\zstd_double_fast.c"
417				>
418			</File>
419			<File
420				RelativePath="..\..\..\lib\compress\zstd_lazy.c"
421				>
422			</File>
423			<File
424				RelativePath="..\..\..\lib\compress\zstd_opt.c"
425				>
426      </File>
427			<File
428				RelativePath="..\..\..\lib\compress\zstd_ldm.c"
429				>
430			</File>
431			<File
432				RelativePath="..\..\..\lib\decompress\zstd_decompress.c"
433				>
434			</File>
435			<File
436				RelativePath="..\..\..\lib\decompress\zstd_decompress_block.c"
437				>
438			</File>
439			<File
440				RelativePath="..\..\..\lib\decompress\zstd_ddict.c"
441				>
442			</File>
443			<File
444				RelativePath="..\..\..\lib\legacy\zstd_v01.c"
445				>
446			</File>
447			<File
448				RelativePath="..\..\..\lib\legacy\zstd_v02.c"
449				>
450			</File>
451			<File
452				RelativePath="..\..\..\lib\legacy\zstd_v03.c"
453				>
454			</File>
455			<File
456				RelativePath="..\..\..\lib\legacy\zstd_v04.c"
457				>
458			</File>
459			<File
460				RelativePath="..\..\..\lib\legacy\zstd_v05.c"
461				>
462			</File>
463			<File
464				RelativePath="..\..\..\lib\legacy\zstd_v06.c"
465				>
466			</File>
467			<File
468				RelativePath="..\..\..\lib\legacy\zstd_v07.c"
469				>
470			</File>
471		</Filter>
472		<Filter
473			Name="Header Files"
474			Filter="h;hpp;hxx;hm;inl;inc;xsd"
475			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
476			>
477			<File
478				RelativePath="..\..\..\lib\common\bitstream.h"
479				>
480			</File>
481			<File
482				RelativePath="..\..\..\lib\dictBuilder\divsufsort.h"
483				>
484			</File>
485			<File
486				RelativePath="..\..\..\lib\common\pool.h"
487				>
488			</File>
489			<File
490				RelativePath="..\..\..\lib\common\threading.h"
491				>
492			</File>
493			<File
494				RelativePath="..\..\..\lib\common\error_private.h"
495				>
496			</File>
497			<File
498				RelativePath="..\..\..\lib\zstd_errors.h"
499				>
500			</File>
501			<File
502				RelativePath="..\..\..\lib\common\fse.h"
503				>
504			</File>
505			<File
506				RelativePath="..\..\..\lib\common\fse_static.h"
507				>
508			</File>
509			<File
510				RelativePath="..\..\..\lib\common\huf.h"
511				>
512			</File>
513			<File
514				RelativePath="..\..\..\lib\common\huf_static.h"
515				>
516			</File>
517			<File
518				RelativePath="..\..\..\lib\common\mem.h"
519				>
520			</File>
521			<File
522				RelativePath="..\..\..\lib\common\xxhash.h"
523				>
524			</File>
525			<File
526				RelativePath="..\..\..\lib\zdict.h"
527				>
528			</File>
529			<File
530				RelativePath="..\..\..\lib\dictBuilder\cover.h"
531				>
532			</File>
533			<File
534				RelativePath="..\..\..\lib\dictBuilder\zdict_static.h"
535				>
536			</File>
537			<File
538				RelativePath="..\..\..\lib\zstd.h"
539				>
540			</File>
541			<File
542				RelativePath="..\..\..\lib\common\zstd_internal.h"
543				>
544			</File>
545			<File
546				RelativePath="..\..\..\lib\legacy\zstd_legacy.h"
547				>
548			</File>
549			<File
550				RelativePath="..\..\..\lib\compress\zstdmt_compress.h"
551				>
552			</File>
553			<File
554				RelativePath="..\..\..\lib\compress\zstd_compress.h"
555				>
556			</File>
557			<File
558				RelativePath="..\..\..\lib\compress\zstd_compress_literals.h"
559				>
560			</File>
561			<File
562				RelativePath="..\..\..\lib\compress\zstd_compress_sequences.h"
563				>
564			</File>
565			<File
566				RelativePath="..\..\..\lib\compress\zstd_cwksp.h"
567				>
568			</File>
569			<File
570				RelativePath="..\..\..\lib\compress\zstd_compress_superblock.h"
571				>
572			</File>
573			<File
574				RelativePath="..\..\..\lib\compress\zstd_fast.h"
575				>
576			</File>
577			<File
578				RelativePath="..\..\..\lib\compress\zstd_double_fast.h"
579				>
580			</File>
581			<File
582				RelativePath="..\..\..\lib\compress\zstd_lazy.h"
583				>
584			</File>
585			<File
586				RelativePath="..\..\..\lib\compress\zstd_opt.h"
587				>
588      </File>
589			<File
590				RelativePath="..\..\..\lib\compress\zstd_ldm.h"
591				>
592			</File>
593			<File
594				RelativePath="..\..\..\lib\common\zstd_static.h"
595				>
596			</File>
597			<File
598				RelativePath="..\..\..\lib\legacy\zstd_v01.h"
599				>
600			</File>
601			<File
602				RelativePath="..\..\..\lib\legacy\zstd_v02.h"
603				>
604			</File>
605			<File
606				RelativePath="..\..\..\lib\legacy\zstd_v03.h"
607				>
608			</File>
609			<File
610				RelativePath="..\..\..\lib\legacy\zstd_v04.h"
611				>
612			</File>
613			<File
614				RelativePath="..\..\..\lib\legacy\zstd_v05.h"
615				>
616			</File>
617			<File
618				RelativePath="..\..\..\lib\legacy\zstd_v06.h"
619				>
620			</File>
621			<File
622				RelativePath="..\..\..\lib\legacy\zstd_v07.h"
623				>
624			</File>
625		</Filter>
626		<Filter
627			Name="Resource Files"
628			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
629			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
630			>
631		</Filter>
632	</Files>
633	<Globals>
634	</Globals>
635</VisualStudioProject>
636