1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="fullbench"
6	ProjectGUID="{CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}"
7	RootNamespace="fullbench"
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="1"
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;$(SolutionDir)..\..\programs\legacy"
48				PreprocessorDefinitions="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="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)..\..\programs;$(SolutionDir)..\..\programs\legacy"
124				PreprocessorDefinitions="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="1"
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;$(SolutionDir)..\..\programs\legacy"
198				PreprocessorDefinitions="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="1"
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;$(SolutionDir)..\..\programs\legacy"
275				PreprocessorDefinitions="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\common\entropy_common.c"
333				>
334			</File>
335			<File
336				RelativePath="..\..\..\lib\compress\hist.c"
337				>
338			</File>
339			<File
340				RelativePath="..\..\..\lib\common\error_private.c"
341				>
342			</File>
343			<File
344				RelativePath="..\..\..\lib\common\fse_decompress.c"
345				>
346			</File>
347			<File
348				RelativePath="..\..\..\lib\common\xxhash.c"
349				>
350			</File>
351			<File
352				RelativePath="..\..\..\lib\common\zstd_common.c"
353				>
354			</File>
355			<File
356				RelativePath="..\..\..\lib\common\pool.c"
357				>
358			</File>
359			<File
360				RelativePath="..\..\..\lib\common\threading.c"
361				>
362			</File>
363			<File
364				RelativePath="..\..\..\lib\compress\zstd_compress.c"
365				>
366			</File>
367			<File
368				RelativePath="..\..\..\lib\compress\zstd_compress_literals.c"
369				>
370			</File>
371			<File
372				RelativePath="..\..\..\lib\compress\zstd_compress_sequences.c"
373				>
374			</File>
375			<File
376				RelativePath="..\..\..\lib\compress\zstdmt_compress.c"
377				>
378			</File>
379			<File
380				RelativePath="..\..\..\lib\compress\fse_compress.c"
381				>
382			</File>
383			<File
384				RelativePath="..\..\..\lib\compress\huf_compress.c"
385				>
386			</File>
387			<File
388				RelativePath="..\..\..\lib\decompress\zstd_decompress.c"
389				>
390			</File>
391			<File
392				RelativePath="..\..\..\lib\decompress\zstd_decompress_block.c"
393				>
394			</File>
395			<File
396				RelativePath="..\..\..\lib\decompress\zstd_ddict.c"
397				>
398			</File>
399			<File
400				RelativePath="..\..\..\lib\decompress\huf_decompress.c"
401				>
402			</File>
403			<File
404				RelativePath="..\..\..\programs\datagen.c"
405				>
406			</File>
407			<File
408				RelativePath="..\..\..\programs\benchfn.c"
409				>
410			</File>
411			<File
412				RelativePath="..\..\..\tests\fullbench.c"
413				>
414			</File>
415			<File
416				RelativePath="..\..\..\programs\util.c"
417				>
418			</File>
419			<File
420				RelativePath="..\..\..\programs\timefn.c"
421				>
422			</File>
423			<File
424				RelativePath="..\..\..\lib\compress\zstd_fast.c"
425				>
426			</File>
427			<File
428				RelativePath="..\..\..\lib\compress\zstd_double_fast.c"
429				>
430			</File>
431			<File
432				RelativePath="..\..\..\lib\compress\zstd_lazy.c"
433				>
434			</File>
435			<File
436				RelativePath="..\..\..\lib\compress\zstd_opt.c"
437				>
438      </File>
439			<File
440				RelativePath="..\..\..\lib\compress\zstd_ldm.c"
441				>
442			</File>
443		</Filter>
444		<Filter
445			Name="Header Files"
446			Filter="h;hpp;hxx;hm;inl;inc;xsd"
447			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
448			>
449			<File
450				RelativePath="..\..\..\lib\zstd.h"
451				>
452			</File>
453			<File
454				RelativePath="..\..\..\lib\common\bitstream.h"
455				>
456			</File>
457			<File
458				RelativePath="..\..\..\lib\common\error_private.h"
459				>
460			</File>
461			<File
462				RelativePath="..\..\..\lib\common\zstd_errors.h"
463				>
464			</File>
465			<File
466				RelativePath="..\..\..\lib\common\fse.h"
467				>
468			</File>
469			<File
470				RelativePath="..\..\..\lib\common\fse_static.h"
471				>
472			</File>
473			<File
474				RelativePath="..\..\..\lib\common\huf.h"
475				>
476			</File>
477			<File
478				RelativePath="..\..\..\lib\common\huf_static.h"
479				>
480			</File>
481			<File
482				RelativePath="..\..\..\lib\common\xxhash.h"
483				>
484			</File>
485			<File
486				RelativePath="..\..\..\lib\common\mem.h"
487				>
488			</File>
489			<File
490				RelativePath="..\..\..\lib\common\zstd_internal.h"
491				>
492			</File>
493			<File
494				RelativePath="..\..\..\lib\common\zstd_static.h"
495				>
496			</File>
497			<File
498				RelativePath="..\..\..\lib\compress\zstdmt_compress.h"
499				>
500			</File>
501			<File
502				RelativePath="..\..\..\lib\compress\zstd_compress.h"
503				>
504			</File>
505			<File
506				RelativePath="..\..\..\lib\compress\zstd_compress_literals.h"
507				>
508			</File>
509			<File
510				RelativePath="..\..\..\lib\compress\zstd_compress_sequences.h"
511				>
512			</File>
513			<File
514				RelativePath="..\..\..\lib\compress\zstd_fast.h"
515				>
516			</File>
517			<File
518				RelativePath="..\..\..\lib\compress\zstd_double_fast.h"
519				>
520			</File>
521			<File
522				RelativePath="..\..\..\lib\compress\zstd_lazy.h"
523				>
524			</File>
525			<File
526				RelativePath="..\..\..\lib\compress\zstd_opt.h"
527				>
528      </File>
529			<File
530				RelativePath="..\..\..\lib\compress\zstd_ldm.h"
531				>
532			</File>
533		</Filter>
534	</Files>
535	<Globals>
536	</Globals>
537</VisualStudioProject>
538