summaryrefslogtreecommitdiff
path: root/contrib/vstudio/vc9/testzlib.vcproj
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:26 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:26 -0700
commit7751bd4c715ea8478113e34b49b5a794a4642e8e (patch)
tree537ba82b3780f933c2f17028febd6fe3a2332190 /contrib/vstudio/vc9/testzlib.vcproj
parente0ff940e1adb68d3575705ebf1546d9f07ad3b4a (diff)
downloadzlib-1.2.3.9.tar.gz
zlib-1.2.3.9.tar.bz2
zlib-1.2.3.9.zip
zlib 1.2.3.9v1.2.3.9
Diffstat (limited to 'contrib/vstudio/vc9/testzlib.vcproj')
-rw-r--r--contrib/vstudio/vc9/testzlib.vcproj946
1 files changed, 946 insertions, 0 deletions
diff --git a/contrib/vstudio/vc9/testzlib.vcproj b/contrib/vstudio/vc9/testzlib.vcproj
new file mode 100644
index 0000000..9ad07ae
--- /dev/null
+++ b/contrib/vstudio/vc9/testzlib.vcproj
@@ -0,0 +1,946 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="testzlib"
6 ProjectGUID="{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}"
7 RootNamespace="testzlib"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 <Platform
16 Name="x64"
17 />
18 <Platform
19 Name="Itanium"
20 />
21 </Platforms>
22 <ToolFiles>
23 </ToolFiles>
24 <Configurations>
25 <Configuration
26 Name="Debug|Win32"
27 OutputDirectory="x86\TestZlib$(ConfigurationName)"
28 IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp"
29 ConfigurationType="1"
30 CharacterSet="2"
31 >
32 <Tool
33 Name="VCPreBuildEventTool"
34 />
35 <Tool
36 Name="VCCustomBuildTool"
37 />
38 <Tool
39 Name="VCXMLDataGeneratorTool"
40 />
41 <Tool
42 Name="VCWebServiceProxyGeneratorTool"
43 />
44 <Tool
45 Name="VCMIDLTool"
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="0"
50 AdditionalIncludeDirectories="..\..\.."
51 PreprocessorDefinitions="ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
52 MinimalRebuild="true"
53 BasicRuntimeChecks="0"
54 RuntimeLibrary="1"
55 BufferSecurityCheck="false"
56 UsePrecompiledHeader="0"
57 AssemblerOutput="4"
58 AssemblerListingLocation="$(IntDir)\"
59 WarningLevel="3"
60 Detect64BitPortabilityProblems="true"
61 DebugInformationFormat="4"
62 />
63 <Tool
64 Name="VCManagedResourceCompilerTool"
65 />
66 <Tool
67 Name="VCResourceCompilerTool"
68 />
69 <Tool
70 Name="VCPreLinkEventTool"
71 />
72 <Tool
73 Name="VCLinkerTool"
74 AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj"
75 OutputFile="$(OutDir)/testzlib.exe"
76 LinkIncremental="2"
77 GenerateManifest="false"
78 GenerateDebugInformation="true"
79 ProgramDatabaseFile="$(OutDir)/testzlib.pdb"
80 SubSystem="1"
81 RandomizedBaseAddress="1"
82 DataExecutionPrevention="0"
83 TargetMachine="1"
84 />
85 <Tool
86 Name="VCALinkTool"
87 />
88 <Tool
89 Name="VCManifestTool"
90 />
91 <Tool
92 Name="VCXDCMakeTool"
93 />
94 <Tool
95 Name="VCBscMakeTool"
96 />
97 <Tool
98 Name="VCFxCopTool"
99 />
100 <Tool
101 Name="VCAppVerifierTool"
102 />
103 <Tool
104 Name="VCPostBuildEventTool"
105 />
106 </Configuration>
107 <Configuration
108 Name="ReleaseWithoutAsm|Win32"
109 OutputDirectory="x86\TestZlib$(ConfigurationName)"
110 IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp"
111 ConfigurationType="1"
112 CharacterSet="2"
113 WholeProgramOptimization="1"
114 >
115 <Tool
116 Name="VCPreBuildEventTool"
117 />
118 <Tool
119 Name="VCCustomBuildTool"
120 />
121 <Tool
122 Name="VCXMLDataGeneratorTool"
123 />
124 <Tool
125 Name="VCWebServiceProxyGeneratorTool"
126 />
127 <Tool
128 Name="VCMIDLTool"
129 />
130 <Tool
131 Name="VCCLCompilerTool"
132 Optimization="2"
133 InlineFunctionExpansion="1"
134 OmitFramePointers="true"
135 AdditionalIncludeDirectories="..\..\.."
136 PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
137 StringPooling="true"
138 BasicRuntimeChecks="0"
139 RuntimeLibrary="0"
140 BufferSecurityCheck="false"
141 EnableFunctionLevelLinking="true"
142 UsePrecompiledHeader="0"
143 AssemblerListingLocation="$(IntDir)\"
144 WarningLevel="3"
145 Detect64BitPortabilityProblems="true"
146 DebugInformationFormat="3"
147 />
148 <Tool
149 Name="VCManagedResourceCompilerTool"
150 />
151 <Tool
152 Name="VCResourceCompilerTool"
153 />
154 <Tool
155 Name="VCPreLinkEventTool"
156 />
157 <Tool
158 Name="VCLinkerTool"
159 OutputFile="$(OutDir)/testzlib.exe"
160 LinkIncremental="1"
161 GenerateManifest="false"
162 GenerateDebugInformation="true"
163 SubSystem="1"
164 OptimizeReferences="2"
165 EnableCOMDATFolding="2"
166 OptimizeForWindows98="1"
167 RandomizedBaseAddress="1"
168 DataExecutionPrevention="0"
169 TargetMachine="1"
170 />
171 <Tool
172 Name="VCALinkTool"
173 />
174 <Tool
175 Name="VCManifestTool"
176 />
177 <Tool
178 Name="VCXDCMakeTool"
179 />
180 <Tool
181 Name="VCBscMakeTool"
182 />
183 <Tool
184 Name="VCFxCopTool"
185 />
186 <Tool
187 Name="VCAppVerifierTool"
188 />
189 <Tool
190 Name="VCPostBuildEventTool"
191 />
192 </Configuration>
193 <Configuration
194 Name="Release|Win32"
195 OutputDirectory="x86\TestZlib$(ConfigurationName)"
196 IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp"
197 ConfigurationType="1"
198 CharacterSet="2"
199 WholeProgramOptimization="1"
200 >
201 <Tool
202 Name="VCPreBuildEventTool"
203 />
204 <Tool
205 Name="VCCustomBuildTool"
206 />
207 <Tool
208 Name="VCXMLDataGeneratorTool"
209 />
210 <Tool
211 Name="VCWebServiceProxyGeneratorTool"
212 />
213 <Tool
214 Name="VCMIDLTool"
215 />
216 <Tool
217 Name="VCCLCompilerTool"
218 Optimization="2"
219 InlineFunctionExpansion="1"
220 OmitFramePointers="true"
221 AdditionalIncludeDirectories="..\..\.."
222 PreprocessorDefinitions="ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
223 StringPooling="true"
224 BasicRuntimeChecks="0"
225 RuntimeLibrary="0"
226 BufferSecurityCheck="false"
227 EnableFunctionLevelLinking="true"
228 UsePrecompiledHeader="0"
229 AssemblerListingLocation="$(IntDir)\"
230 WarningLevel="3"
231 Detect64BitPortabilityProblems="true"
232 DebugInformationFormat="3"
233 />
234 <Tool
235 Name="VCManagedResourceCompilerTool"
236 />
237 <Tool
238 Name="VCResourceCompilerTool"
239 />
240 <Tool
241 Name="VCPreLinkEventTool"
242 />
243 <Tool
244 Name="VCLinkerTool"
245 AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj"
246 OutputFile="$(OutDir)/testzlib.exe"
247 LinkIncremental="1"
248 GenerateManifest="false"
249 GenerateDebugInformation="true"
250 SubSystem="1"
251 OptimizeReferences="2"
252 EnableCOMDATFolding="2"
253 OptimizeForWindows98="1"
254 RandomizedBaseAddress="1"
255 DataExecutionPrevention="0"
256 TargetMachine="1"
257 />
258 <Tool
259 Name="VCALinkTool"
260 />
261 <Tool
262 Name="VCManifestTool"
263 />
264 <Tool
265 Name="VCXDCMakeTool"
266 />
267 <Tool
268 Name="VCBscMakeTool"
269 />
270 <Tool
271 Name="VCFxCopTool"
272 />
273 <Tool
274 Name="VCAppVerifierTool"
275 />
276 <Tool
277 Name="VCPostBuildEventTool"
278 />
279 </Configuration>
280 <Configuration
281 Name="Debug|x64"
282 OutputDirectory="x64\TestZlib$(ConfigurationName)"
283 IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp"
284 ConfigurationType="1"
285 >
286 <Tool
287 Name="VCPreBuildEventTool"
288 />
289 <Tool
290 Name="VCCustomBuildTool"
291 />
292 <Tool
293 Name="VCXMLDataGeneratorTool"
294 />
295 <Tool
296 Name="VCWebServiceProxyGeneratorTool"
297 />
298 <Tool
299 Name="VCMIDLTool"
300 />
301 <Tool
302 Name="VCCLCompilerTool"
303 AdditionalIncludeDirectories="..\..\.."
304 PreprocessorDefinitions="ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
305 BasicRuntimeChecks="0"
306 RuntimeLibrary="3"
307 BufferSecurityCheck="false"
308 AssemblerListingLocation="$(IntDir)\"
309 />
310 <Tool
311 Name="VCManagedResourceCompilerTool"
312 />
313 <Tool
314 Name="VCResourceCompilerTool"
315 />
316 <Tool
317 Name="VCPreLinkEventTool"
318 />
319 <Tool
320 Name="VCLinkerTool"
321 AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj"
322 GenerateManifest="false"
323 />
324 <Tool
325 Name="VCALinkTool"
326 />
327 <Tool
328 Name="VCManifestTool"
329 />
330 <Tool
331 Name="VCXDCMakeTool"
332 />
333 <Tool
334 Name="VCBscMakeTool"
335 />
336 <Tool
337 Name="VCFxCopTool"
338 />
339 <Tool
340 Name="VCAppVerifierTool"
341 />
342 <Tool
343 Name="VCWebDeploymentTool"
344 />
345 <Tool
346 Name="VCPostBuildEventTool"
347 />
348 </Configuration>
349 <Configuration
350 Name="Debug|Itanium"
351 OutputDirectory="ia64\TestZlib$(ConfigurationName)"
352 IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp"
353 ConfigurationType="1"
354 CharacterSet="2"
355 >
356 <Tool
357 Name="VCPreBuildEventTool"
358 />
359 <Tool
360 Name="VCCustomBuildTool"
361 />
362 <Tool
363 Name="VCXMLDataGeneratorTool"
364 />
365 <Tool
366 Name="VCWebServiceProxyGeneratorTool"
367 />
368 <Tool
369 Name="VCMIDLTool"
370 TargetEnvironment="2"
371 />
372 <Tool
373 Name="VCCLCompilerTool"
374 Optimization="0"
375 AdditionalIncludeDirectories="..\..\.."
376 PreprocessorDefinitions="ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
377 MinimalRebuild="true"
378 BasicRuntimeChecks="0"
379 RuntimeLibrary="3"
380 BufferSecurityCheck="false"
381 UsePrecompiledHeader="0"
382 AssemblerOutput="4"
383 AssemblerListingLocation="$(IntDir)\"
384 WarningLevel="3"
385 Detect64BitPortabilityProblems="true"
386 DebugInformationFormat="3"
387 />
388 <Tool
389 Name="VCManagedResourceCompilerTool"
390 />
391 <Tool
392 Name="VCResourceCompilerTool"
393 />
394 <Tool
395 Name="VCPreLinkEventTool"
396 />
397 <Tool
398 Name="VCLinkerTool"
399 OutputFile="$(OutDir)/testzlib.exe"
400 LinkIncremental="2"
401 GenerateManifest="false"
402 GenerateDebugInformation="true"
403 ProgramDatabaseFile="$(OutDir)/testzlib.pdb"
404 SubSystem="1"
405 TargetMachine="5"
406 />
407 <Tool
408 Name="VCALinkTool"
409 />
410 <Tool
411 Name="VCManifestTool"
412 />
413 <Tool
414 Name="VCXDCMakeTool"
415 />
416 <Tool
417 Name="VCBscMakeTool"
418 />
419 <Tool
420 Name="VCFxCopTool"
421 />
422 <Tool
423 Name="VCAppVerifierTool"
424 />
425 <Tool
426 Name="VCWebDeploymentTool"
427 />
428 <Tool
429 Name="VCPostBuildEventTool"
430 />
431 </Configuration>
432 <Configuration
433 Name="ReleaseWithoutAsm|x64"
434 OutputDirectory="x64\TestZlib$(ConfigurationName)"
435 IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp"
436 ConfigurationType="1"
437 WholeProgramOptimization="1"
438 >
439 <Tool
440 Name="VCPreBuildEventTool"
441 />
442 <Tool
443 Name="VCCustomBuildTool"
444 />
445 <Tool
446 Name="VCXMLDataGeneratorTool"
447 />
448 <Tool
449 Name="VCWebServiceProxyGeneratorTool"
450 />
451 <Tool
452 Name="VCMIDLTool"
453 />
454 <Tool
455 Name="VCCLCompilerTool"
456 AdditionalIncludeDirectories="..\..\.."
457 PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
458 BasicRuntimeChecks="0"
459 RuntimeLibrary="2"
460 BufferSecurityCheck="false"
461 AssemblerListingLocation="$(IntDir)\"
462 />
463 <Tool
464 Name="VCManagedResourceCompilerTool"
465 />
466 <Tool
467 Name="VCResourceCompilerTool"
468 />
469 <Tool
470 Name="VCPreLinkEventTool"
471 />
472 <Tool
473 Name="VCLinkerTool"
474 AdditionalDependencies=""
475 GenerateManifest="false"
476 />
477 <Tool
478 Name="VCALinkTool"
479 />
480 <Tool
481 Name="VCManifestTool"
482 />
483 <Tool
484 Name="VCXDCMakeTool"
485 />
486 <Tool
487 Name="VCBscMakeTool"
488 />
489 <Tool
490 Name="VCFxCopTool"
491 />
492 <Tool
493 Name="VCAppVerifierTool"
494 />
495 <Tool
496 Name="VCWebDeploymentTool"
497 />
498 <Tool
499 Name="VCPostBuildEventTool"
500 />
501 </Configuration>
502 <Configuration
503 Name="ReleaseWithoutAsm|Itanium"
504 OutputDirectory="ia64\TestZlib$(ConfigurationName)"
505 IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp"
506 ConfigurationType="1"
507 CharacterSet="2"
508 WholeProgramOptimization="1"
509 >
510 <Tool
511 Name="VCPreBuildEventTool"
512 />
513 <Tool
514 Name="VCCustomBuildTool"
515 />
516 <Tool
517 Name="VCXMLDataGeneratorTool"
518 />
519 <Tool
520 Name="VCWebServiceProxyGeneratorTool"
521 />
522 <Tool
523 Name="VCMIDLTool"
524 TargetEnvironment="2"
525 />
526 <Tool
527 Name="VCCLCompilerTool"
528 Optimization="2"
529 InlineFunctionExpansion="1"
530 OmitFramePointers="true"
531 AdditionalIncludeDirectories="..\..\.."
532 PreprocessorDefinitions="ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
533 StringPooling="true"
534 BasicRuntimeChecks="0"
535 RuntimeLibrary="2"
536 BufferSecurityCheck="false"
537 EnableFunctionLevelLinking="true"
538 UsePrecompiledHeader="0"
539 AssemblerListingLocation="$(IntDir)\"
540 WarningLevel="3"
541 Detect64BitPortabilityProblems="true"
542 DebugInformationFormat="3"
543 />
544 <Tool
545 Name="VCManagedResourceCompilerTool"
546 />
547 <Tool
548 Name="VCResourceCompilerTool"
549 />
550 <Tool
551 Name="VCPreLinkEventTool"
552 />
553 <Tool
554 Name="VCLinkerTool"
555 OutputFile="$(OutDir)/testzlib.exe"
556 LinkIncremental="1"
557 GenerateManifest="false"
558 GenerateDebugInformation="true"
559 SubSystem="1"
560 OptimizeReferences="2"
561 EnableCOMDATFolding="2"
562 OptimizeForWindows98="1"
563 TargetMachine="5"
564 />
565 <Tool
566 Name="VCALinkTool"
567 />
568 <Tool
569 Name="VCManifestTool"
570 />
571 <Tool
572 Name="VCXDCMakeTool"
573 />
574 <Tool
575 Name="VCBscMakeTool"
576 />
577 <Tool
578 Name="VCFxCopTool"
579 />
580 <Tool
581 Name="VCAppVerifierTool"
582 />
583 <Tool
584 Name="VCWebDeploymentTool"
585 />
586 <Tool
587 Name="VCPostBuildEventTool"
588 />
589 </Configuration>
590 <Configuration
591 Name="Release|x64"
592 OutputDirectory="x64\TestZlib$(ConfigurationName)"
593 IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp"
594 ConfigurationType="1"
595 WholeProgramOptimization="1"
596 >
597 <Tool
598 Name="VCPreBuildEventTool"
599 />
600 <Tool
601 Name="VCCustomBuildTool"
602 />
603 <Tool
604 Name="VCXMLDataGeneratorTool"
605 />
606 <Tool
607 Name="VCWebServiceProxyGeneratorTool"
608 />
609 <Tool
610 Name="VCMIDLTool"
611 />
612 <Tool
613 Name="VCCLCompilerTool"
614 AdditionalIncludeDirectories="..\..\.."
615 PreprocessorDefinitions="ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
616 BasicRuntimeChecks="0"
617 RuntimeLibrary="2"
618 BufferSecurityCheck="false"
619 AssemblerListingLocation="$(IntDir)\"
620 />
621 <Tool
622 Name="VCManagedResourceCompilerTool"
623 />
624 <Tool
625 Name="VCResourceCompilerTool"
626 />
627 <Tool
628 Name="VCPreLinkEventTool"
629 />
630 <Tool
631 Name="VCLinkerTool"
632 AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj"
633 GenerateManifest="false"
634 />
635 <Tool
636 Name="VCALinkTool"
637 />
638 <Tool
639 Name="VCManifestTool"
640 />
641 <Tool
642 Name="VCXDCMakeTool"
643 />
644 <Tool
645 Name="VCBscMakeTool"
646 />
647 <Tool
648 Name="VCFxCopTool"
649 />
650 <Tool
651 Name="VCAppVerifierTool"
652 />
653 <Tool
654 Name="VCWebDeploymentTool"
655 />
656 <Tool
657 Name="VCPostBuildEventTool"
658 />
659 </Configuration>
660 <Configuration
661 Name="Release|Itanium"
662 OutputDirectory="ia64\TestZlib$(ConfigurationName)"
663 IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp"
664 ConfigurationType="1"
665 CharacterSet="2"
666 WholeProgramOptimization="1"
667 >
668 <Tool
669 Name="VCPreBuildEventTool"
670 />
671 <Tool
672 Name="VCCustomBuildTool"
673 />
674 <Tool
675 Name="VCXMLDataGeneratorTool"
676 />
677 <Tool
678 Name="VCWebServiceProxyGeneratorTool"
679 />
680 <Tool
681 Name="VCMIDLTool"
682 TargetEnvironment="2"
683 />
684 <Tool
685 Name="VCCLCompilerTool"
686 Optimization="2"
687 InlineFunctionExpansion="1"
688 OmitFramePointers="true"
689 AdditionalIncludeDirectories="..\..\.."
690 PreprocessorDefinitions="ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
691 StringPooling="true"
692 BasicRuntimeChecks="0"
693 RuntimeLibrary="2"
694 BufferSecurityCheck="false"
695 EnableFunctionLevelLinking="true"
696 UsePrecompiledHeader="0"
697 AssemblerListingLocation="$(IntDir)\"
698 WarningLevel="3"
699 Detect64BitPortabilityProblems="true"
700 DebugInformationFormat="3"
701 />
702 <Tool
703 Name="VCManagedResourceCompilerTool"
704 />
705 <Tool
706 Name="VCResourceCompilerTool"
707 />
708 <Tool
709 Name="VCPreLinkEventTool"
710 />
711 <Tool
712 Name="VCLinkerTool"
713 OutputFile="$(OutDir)/testzlib.exe"
714 LinkIncremental="1"
715 GenerateManifest="false"
716 GenerateDebugInformation="true"
717 SubSystem="1"
718 OptimizeReferences="2"
719 EnableCOMDATFolding="2"
720 OptimizeForWindows98="1"
721 TargetMachine="5"
722 />
723 <Tool
724 Name="VCALinkTool"
725 />
726 <Tool
727 Name="VCManifestTool"
728 />
729 <Tool
730 Name="VCXDCMakeTool"
731 />
732 <Tool
733 Name="VCBscMakeTool"
734 />
735 <Tool
736 Name="VCFxCopTool"
737 />
738 <Tool
739 Name="VCAppVerifierTool"
740 />
741 <Tool
742 Name="VCWebDeploymentTool"
743 />
744 <Tool
745 Name="VCPostBuildEventTool"
746 />
747 </Configuration>
748 </Configurations>
749 <References>
750 </References>
751 <Files>
752 <Filter
753 Name="Source Files"
754 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
755 >
756 <File
757 RelativePath="..\..\..\adler32.c"
758 >
759 </File>
760 <File
761 RelativePath="..\..\..\compress.c"
762 >
763 </File>
764 <File
765 RelativePath="..\..\..\crc32.c"
766 >
767 </File>
768 <File
769 RelativePath="..\..\..\deflate.c"
770 >
771 </File>
772 <File
773 RelativePath="..\..\masmx86\gvmat32c.c"
774 >
775 <FileConfiguration
776 Name="Debug|x64"
777 ExcludedFromBuild="true"
778 >
779 <Tool
780 Name="VCCLCompilerTool"
781 />
782 </FileConfiguration>
783 <FileConfiguration
784 Name="Debug|Itanium"
785 ExcludedFromBuild="true"
786 >
787 <Tool
788 Name="VCCLCompilerTool"
789 />
790 </FileConfiguration>
791 <FileConfiguration
792 Name="ReleaseWithoutAsm|x64"
793 ExcludedFromBuild="true"
794 >
795 <Tool
796 Name="VCCLCompilerTool"
797 />
798 </FileConfiguration>
799 <FileConfiguration
800 Name="ReleaseWithoutAsm|Itanium"
801 ExcludedFromBuild="true"
802 >
803 <Tool
804 Name="VCCLCompilerTool"
805 />
806 </FileConfiguration>
807 <FileConfiguration
808 Name="Release|x64"
809 ExcludedFromBuild="true"
810 >
811 <Tool
812 Name="VCCLCompilerTool"
813 />
814 </FileConfiguration>
815 <FileConfiguration
816 Name="Release|Itanium"
817 ExcludedFromBuild="true"
818 >
819 <Tool
820 Name="VCCLCompilerTool"
821 />
822 </FileConfiguration>
823 <FileConfiguration
824 Name="Debug|Win64 (AMD64)"
825 ExcludedFromBuild="TRUE"
826 >
827 <Tool
828 Name="VCCLCompilerTool"
829 />
830 </FileConfiguration>
831 <FileConfiguration
832 Name="Release|Win64 (AMD64)"
833 ExcludedFromBuild="TRUE"
834 >
835 <Tool
836 Name="VCCLCompilerTool"
837 />
838 </FileConfiguration>
839 <FileConfiguration
840 Name="ReleaseAsm|Win64 (AMD64)"
841 ExcludedFromBuild="TRUE"
842 >
843 <Tool
844 Name="VCCLCompilerTool"
845 />
846 </FileConfiguration>
847 </File>
848 <File
849 RelativePath="..\..\..\infback.c"
850 >
851 </File>
852 <File
853 RelativePath="..\..\masmx64\inffas8664.c"
854 >
855 <FileConfiguration
856 Name="Debug|Win32"
857 ExcludedFromBuild="true"
858 >
859 <Tool
860 Name="VCCLCompilerTool"
861 />
862 </FileConfiguration>
863 <FileConfiguration
864 Name="ReleaseWithoutAsm|Win32"
865 ExcludedFromBuild="true"
866 >
867 <Tool
868 Name="VCCLCompilerTool"
869 />
870 </FileConfiguration>
871 <FileConfiguration
872 Name="Release|Win32"
873 ExcludedFromBuild="true"
874 >
875 <Tool
876 Name="VCCLCompilerTool"
877 />
878 </FileConfiguration>
879 <FileConfiguration
880 Name="Debug|Itanium"
881 ExcludedFromBuild="true"
882 >
883 <Tool
884 Name="VCCLCompilerTool"
885 />
886 </FileConfiguration>
887 <FileConfiguration
888 Name="ReleaseWithoutAsm|Itanium"
889 ExcludedFromBuild="true"
890 >
891 <Tool
892 Name="VCCLCompilerTool"
893 />
894 </FileConfiguration>
895 <FileConfiguration
896 Name="Release|Itanium"
897 ExcludedFromBuild="true"
898 >
899 <Tool
900 Name="VCCLCompilerTool"
901 />
902 </FileConfiguration>
903 </File>
904 <File
905 RelativePath="..\..\..\inffast.c"
906 >
907 </File>
908 <File
909 RelativePath="..\..\..\inflate.c"
910 >
911 </File>
912 <File
913 RelativePath="..\..\..\inftrees.c"
914 >
915 </File>
916 <File
917 RelativePath="..\..\testzlib\testzlib.c"
918 >
919 </File>
920 <File
921 RelativePath="..\..\..\trees.c"
922 >
923 </File>
924 <File
925 RelativePath="..\..\..\uncompr.c"
926 >
927 </File>
928 <File
929 RelativePath="..\..\..\zutil.c"
930 >
931 </File>
932 </Filter>
933 <Filter
934 Name="Header Files"
935 Filter="h;hpp;hxx;hm;inl;inc"
936 >
937 </Filter>
938 <Filter
939 Name="Resource Files"
940 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
941 >
942 </Filter>
943 </Files>
944 <Globals>
945 </Globals>
946</VisualStudioProject>