xref: /aosp_15_r20/external/zstd/contrib/VS2005/zstd/zstd.vcproj (revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="zstd"
6	ProjectGUID="{1A2AB08E-5CE7-4C5B-BE55-458157C14051}"
7	RootNamespace="zstd"
8	Keyword="Win32Proj"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14		<Platform
15			Name="x64"
16		/>
17	</Platforms>
18	<ToolFiles>
19	</ToolFiles>
20	<Configurations>
21		<Configuration
22			Name="Debug|Win32"
23			OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
24			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25			ConfigurationType="1"
26			CharacterSet="2"
27			>
28			<Tool
29				Name="VCPreBuildEventTool"
30			/>
31			<Tool
32				Name="VCCustomBuildTool"
33			/>
34			<Tool
35				Name="VCXMLDataGeneratorTool"
36			/>
37			<Tool
38				Name="VCWebServiceProxyGeneratorTool"
39			/>
40			<Tool
41				Name="VCMIDLTool"
42			/>
43			<Tool
44				Name="VCCLCompilerTool"
45				Optimization="0"
46				AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\compress"
47				PreprocessorDefinitions="ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;_DEBUG;_CONSOLE"
48				MinimalRebuild="true"
49				BasicRuntimeChecks="3"
50				RuntimeLibrary="3"
51				UsePrecompiledHeader="0"
52				WarningLevel="4"
53				WarnAsError="true"
54				DebugInformationFormat="4"
55			/>
56			<Tool
57				Name="VCManagedResourceCompilerTool"
58			/>
59			<Tool
60				Name="VCResourceCompilerTool"
61			/>
62			<Tool
63				Name="VCPreLinkEventTool"
64			/>
65			<Tool
66				Name="VCLinkerTool"
67				AdditionalDependencies="setargv.obj"
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="1"
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)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\compress"
124				PreprocessorDefinitions="ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;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				AdditionalDependencies="setargv.obj"
143				LinkIncremental="1"
144				GenerateDebugInformation="true"
145				SubSystem="1"
146				OptimizeReferences="2"
147				EnableCOMDATFolding="2"
148				TargetMachine="1"
149			/>
150			<Tool
151				Name="VCALinkTool"
152			/>
153			<Tool
154				Name="VCManifestTool"
155			/>
156			<Tool
157				Name="VCXDCMakeTool"
158			/>
159			<Tool
160				Name="VCBscMakeTool"
161			/>
162			<Tool
163				Name="VCFxCopTool"
164			/>
165			<Tool
166				Name="VCAppVerifierTool"
167			/>
168			<Tool
169				Name="VCPostBuildEventTool"
170			/>
171		</Configuration>
172		<Configuration
173			Name="Debug|x64"
174			OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
175			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
176			ConfigurationType="1"
177			CharacterSet="2"
178			>
179			<Tool
180				Name="VCPreBuildEventTool"
181			/>
182			<Tool
183				Name="VCCustomBuildTool"
184			/>
185			<Tool
186				Name="VCXMLDataGeneratorTool"
187			/>
188			<Tool
189				Name="VCWebServiceProxyGeneratorTool"
190			/>
191			<Tool
192				Name="VCMIDLTool"
193				TargetEnvironment="3"
194			/>
195			<Tool
196				Name="VCCLCompilerTool"
197				Optimization="0"
198				AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\compress"
199				PreprocessorDefinitions="ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;_DEBUG;_CONSOLE"
200				MinimalRebuild="true"
201				BasicRuntimeChecks="3"
202				RuntimeLibrary="3"
203				UsePrecompiledHeader="0"
204				WarningLevel="4"
205				WarnAsError="true"
206				DebugInformationFormat="3"
207			/>
208			<Tool
209				Name="VCManagedResourceCompilerTool"
210			/>
211			<Tool
212				Name="VCResourceCompilerTool"
213			/>
214			<Tool
215				Name="VCPreLinkEventTool"
216			/>
217			<Tool
218				Name="VCLinkerTool"
219				AdditionalDependencies="setargv.obj"
220				LinkIncremental="2"
221				GenerateDebugInformation="true"
222				SubSystem="1"
223				TargetMachine="17"
224			/>
225			<Tool
226				Name="VCALinkTool"
227			/>
228			<Tool
229				Name="VCManifestTool"
230			/>
231			<Tool
232				Name="VCXDCMakeTool"
233			/>
234			<Tool
235				Name="VCBscMakeTool"
236			/>
237			<Tool
238				Name="VCFxCopTool"
239			/>
240			<Tool
241				Name="VCAppVerifierTool"
242			/>
243			<Tool
244				Name="VCPostBuildEventTool"
245			/>
246		</Configuration>
247		<Configuration
248			Name="Release|x64"
249			OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
250			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
251			ConfigurationType="1"
252			CharacterSet="2"
253			WholeProgramOptimization="1"
254			>
255			<Tool
256				Name="VCPreBuildEventTool"
257			/>
258			<Tool
259				Name="VCCustomBuildTool"
260			/>
261			<Tool
262				Name="VCXMLDataGeneratorTool"
263			/>
264			<Tool
265				Name="VCWebServiceProxyGeneratorTool"
266			/>
267			<Tool
268				Name="VCMIDLTool"
269				TargetEnvironment="3"
270			/>
271			<Tool
272				Name="VCCLCompilerTool"
273				Optimization="2"
274				EnableIntrinsicFunctions="true"
275				OmitFramePointers="true"
276				AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\compress"
277				PreprocessorDefinitions="ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;NDEBUG;_CONSOLE"
278				RuntimeLibrary="0"
279				EnableFunctionLevelLinking="true"
280				UsePrecompiledHeader="0"
281				WarningLevel="4"
282				DebugInformationFormat="3"
283			/>
284			<Tool
285				Name="VCManagedResourceCompilerTool"
286			/>
287			<Tool
288				Name="VCResourceCompilerTool"
289			/>
290			<Tool
291				Name="VCPreLinkEventTool"
292			/>
293			<Tool
294				Name="VCLinkerTool"
295				AdditionalDependencies="setargv.obj"
296				LinkIncremental="1"
297				GenerateDebugInformation="true"
298				SubSystem="1"
299				OptimizeReferences="2"
300				EnableCOMDATFolding="2"
301				TargetMachine="17"
302			/>
303			<Tool
304				Name="VCALinkTool"
305			/>
306			<Tool
307				Name="VCManifestTool"
308			/>
309			<Tool
310				Name="VCXDCMakeTool"
311			/>
312			<Tool
313				Name="VCBscMakeTool"
314			/>
315			<Tool
316				Name="VCFxCopTool"
317			/>
318			<Tool
319				Name="VCAppVerifierTool"
320			/>
321			<Tool
322				Name="VCPostBuildEventTool"
323			/>
324		</Configuration>
325	</Configurations>
326	<References>
327	</References>
328	<Files>
329		<Filter
330			Name="Source Files"
331			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
332			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
333			>
334			<File
335				RelativePath="..\..\..\programs\bench.c"
336				>
337			</File>
338			<File
339				RelativePath="..\..\..\programs\datagen.c"
340				>
341			</File>
342			<File
343				RelativePath="..\..\..\programs\dibio.c"
344				>
345			</File>
346			<File
347				RelativePath="..\..\..\lib\dictBuilder\cover.c"
348				>
349			</File>
350			<File
351				RelativePath="..\..\..\lib\dictBuilder\divsufsort.c"
352				>
353			</File>
354			<File
355				RelativePath="..\..\..\lib\common\entropy_common.c"
356				>
357			</File>
358			<File
359				RelativePath="..\..\..\lib\common\error_private.c"
360				>
361			</File>
362			<File
363				RelativePath="..\..\..\programs\fileio.c"
364				>
365			</File>
366			<File
367                RelativePath="..\..\..\programs\fileio_asyncio.c"
368                >
369            </File>
370			<File
371				RelativePath="..\..\..\lib\compress\fse_compress.c"
372				>
373			</File>
374			<File
375				RelativePath="..\..\..\lib\common\fse_decompress.c"
376				>
377			</File>
378			<File
379				RelativePath="..\..\..\lib\compress\huf_compress.c"
380				>
381			</File>
382			<File
383				RelativePath="..\..\..\lib\decompress\huf_decompress.c"
384				>
385			</File>
386			<File
387				RelativePath="..\..\..\lib\common\xxhash.c"
388				>
389			</File>
390			<File
391				RelativePath="..\..\..\lib\dictBuilder\zdict.c"
392				>
393			</File>
394			<File
395				RelativePath="..\..\..\lib\common\zstd_common.c"
396				>
397			</File>
398			<File
399				RelativePath="..\..\..\lib\compress\zstd_compress.c"
400				>
401			</File>
402			<File
403				RelativePath="..\..\..\lib\compress\zstdmt_compress.c"
404				>
405			</File>
406			<File
407				RelativePath="..\..\..\lib\decompress\zstd_decompress.c"
408				>
409			</File>
410			<File
411				RelativePath="..\..\..\lib\legacy\zstd_v01.c"
412				>
413			</File>
414			<File
415				RelativePath="..\..\..\lib\legacy\zstd_v02.c"
416				>
417			</File>
418			<File
419				RelativePath="..\..\..\lib\legacy\zstd_v03.c"
420				>
421			</File>
422			<File
423				RelativePath="..\..\..\lib\legacy\zstd_v04.c"
424				>
425			</File>
426			<File
427				RelativePath="..\..\..\lib\legacy\zstd_v05.c"
428				>
429			</File>
430			<File
431				RelativePath="..\..\..\lib\legacy\zstd_v06.c"
432				>
433			</File>
434			<File
435				RelativePath="..\..\..\lib\legacy\zstd_v07.c"
436				>
437			</File>
438			<File
439				RelativePath="..\..\..\programs\zstdcli.c"
440				>
441			</File>
442		</Filter>
443		<Filter
444			Name="Header Files"
445			Filter="h;hpp;hxx;hm;inl;inc;xsd"
446			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
447			>
448			<File
449				RelativePath="..\..\..\lib\common\bitstream.h"
450				>
451			</File>
452			<File
453				RelativePath="..\..\..\lib\dictBuilder\divsufsort.h"
454				>
455			</File>
456			<File
457				RelativePath="..\..\..\lib\common\error_private.h"
458				>
459			</File>
460			<File
461				RelativePath="..\..\..\lib\zstd_errors.h"
462				>
463			</File>
464			<File
465				RelativePath="..\..\..\lib\common\fse.h"
466				>
467			</File>
468			<File
469				RelativePath="..\..\..\lib\common\fse_static.h"
470				>
471			</File>
472			<File
473				RelativePath="..\..\..\lib\common\huf.h"
474				>
475			</File>
476			<File
477				RelativePath="..\..\..\lib\common\huf_static.h"
478				>
479			</File>
480			<File
481				RelativePath="..\..\..\lib\common\mem.h"
482				>
483			</File>
484			<File
485				RelativePath="..\..\..\lib\common\xxhash.h"
486				>
487			</File>
488			<File
489				RelativePath="..\..\..\lib\zdict.h"
490				>
491			</File>
492			<File
493				RelativePath="..\..\..\lib\dictBuilder\zdict_static.h"
494				>
495			</File>
496			<File
497				RelativePath="..\..\..\lib\zstd.h"
498				>
499			</File>
500			<File
501				RelativePath="..\..\..\lib\common\zstd_internal.h"
502				>
503			</File>
504			<File
505				RelativePath="..\..\..\lib\legacy\zstd_legacy.h"
506				>
507			</File>
508			<File
509				RelativePath="..\..\..\lib\compress\zstd_opt.h"
510				>
511			</File>
512			<File
513				RelativePath="..\..\..\lib\common\zstd_static.h"
514				>
515			</File>
516			<File
517				RelativePath="..\..\..\lib\legacy\zstd_v01.h"
518				>
519			</File>
520			<File
521				RelativePath="..\..\..\lib\legacy\zstd_v02.h"
522				>
523			</File>
524			<File
525				RelativePath="..\..\..\lib\legacy\zstd_v03.h"
526				>
527			</File>
528			<File
529				RelativePath="..\..\..\lib\legacy\zstd_v04.h"
530				>
531			</File>
532			<File
533				RelativePath="..\..\..\lib\legacy\zstd_v05.h"
534				>
535			</File>
536			<File
537				RelativePath="..\..\..\lib\legacy\zstd_v06.h"
538				>
539			</File>
540			<File
541				RelativePath="..\..\..\lib\legacy\zstd_v07.h"
542				>
543			</File>
544			<File
545				RelativePath="..\..\..\lib\compress\zstdmt_compress.h"
546				>
547			</File>
548		</Filter>
549	</Files>
550	<Globals>
551	</Globals>
552</VisualStudioProject>
553