2010-05-07 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / msvc05 / monoposixhelper.vcproj
blob7426b7a4502f67a0a60d0bd0d8d36d0e07751db0
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="monoposixhelper"
6 ProjectGUID="{33014734-0F46-4099-9A21-0C989E428681}"
7 RootNamespace="monoposixhelper"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 <Platform
15 Name="x64"
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
24 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
25 ConfigurationType="2"
26 CharacterSet="1"
28 <Tool
29 Name="VCPreBuildEventTool"
31 <Tool
32 Name="VCCustomBuildTool"
34 <Tool
35 Name="VCXMLDataGeneratorTool"
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
40 <Tool
41 Name="VCMIDLTool"
43 <Tool
44 Name="VCCLCompilerTool"
45 Optimization="0"
46 AdditionalIncludeDirectories="$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include;..\"
47 PreprocessorDefinitions="_DEBUG;__i386__;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;TARGET_X86"
48 MinimalRebuild="true"
49 BasicRuntimeChecks="3"
50 RuntimeLibrary="3"
51 UsePrecompiledHeader="0"
52 WarningLevel="3"
53 Detect64BitPortabilityProblems="true"
54 DebugInformationFormat="4"
55 CompileAs="1"
57 <Tool
58 Name="VCManagedResourceCompilerTool"
60 <Tool
61 Name="VCResourceCompilerTool"
63 <Tool
64 Name="VCPreLinkEventTool"
66 <Tool
67 Name="VCLinkerTool"
68 AdditionalDependencies="glib-2.0.lib"
69 OutputFile="$(OutDir)\MonoPosixHelper.dll"
70 LinkIncremental="2"
71 AdditionalLibraryDirectories="$(MONO_DEPENDENCIES_PREFIX)\lib"
72 ModuleDefinitionFile="monoposixhelper.def"
73 GenerateDebugInformation="true"
74 SubSystem="2"
75 ImportLibrary="$(PlatformName)_$(ConfigurationName)/lib/MonoPosixHelper.lib"
76 TargetMachine="1"
78 <Tool
79 Name="VCALinkTool"
81 <Tool
82 Name="VCManifestTool"
84 <Tool
85 Name="VCXDCMakeTool"
87 <Tool
88 Name="VCBscMakeTool"
90 <Tool
91 Name="VCFxCopTool"
93 <Tool
94 Name="VCAppVerifierTool"
96 <Tool
97 Name="VCWebDeploymentTool"
99 <Tool
100 Name="VCPostBuildEventTool"
102 </Configuration>
103 <Configuration
104 Name="Debug|x64"
105 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
106 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
107 ConfigurationType="2"
108 CharacterSet="1"
110 <Tool
111 Name="VCPreBuildEventTool"
113 <Tool
114 Name="VCCustomBuildTool"
116 <Tool
117 Name="VCXMLDataGeneratorTool"
119 <Tool
120 Name="VCWebServiceProxyGeneratorTool"
122 <Tool
123 Name="VCMIDLTool"
124 TargetEnvironment="3"
126 <Tool
127 Name="VCCLCompilerTool"
128 Optimization="0"
129 AdditionalIncludeDirectories="$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include;..\"
130 PreprocessorDefinitions="_DEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;TARGET_AMD64"
131 MinimalRebuild="true"
132 BasicRuntimeChecks="3"
133 RuntimeLibrary="3"
134 UsePrecompiledHeader="0"
135 WarningLevel="3"
136 Detect64BitPortabilityProblems="true"
137 DebugInformationFormat="3"
138 CompileAs="1"
140 <Tool
141 Name="VCManagedResourceCompilerTool"
143 <Tool
144 Name="VCResourceCompilerTool"
146 <Tool
147 Name="VCPreLinkEventTool"
149 <Tool
150 Name="VCLinkerTool"
151 AdditionalDependencies="glib-2.0.lib"
152 OutputFile="$(OutDir)\MonoPosixHelper.dll"
153 LinkIncremental="2"
154 AdditionalLibraryDirectories="$(MONO_DEPENDENCIES_PREFIX)\lib"
155 ModuleDefinitionFile="monoposixhelper.def"
156 GenerateDebugInformation="true"
157 SubSystem="2"
158 ImportLibrary="$(PlatformName)_$(ConfigurationName)/lib/MonoPosixHelper.lib"
159 TargetMachine="17"
161 <Tool
162 Name="VCALinkTool"
164 <Tool
165 Name="VCManifestTool"
167 <Tool
168 Name="VCXDCMakeTool"
170 <Tool
171 Name="VCBscMakeTool"
173 <Tool
174 Name="VCFxCopTool"
176 <Tool
177 Name="VCAppVerifierTool"
179 <Tool
180 Name="VCWebDeploymentTool"
182 <Tool
183 Name="VCPostBuildEventTool"
185 </Configuration>
186 <Configuration
187 Name="Release|Win32"
188 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
189 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
190 ConfigurationType="2"
191 CharacterSet="1"
192 WholeProgramOptimization="1"
194 <Tool
195 Name="VCPreBuildEventTool"
197 <Tool
198 Name="VCCustomBuildTool"
200 <Tool
201 Name="VCXMLDataGeneratorTool"
203 <Tool
204 Name="VCWebServiceProxyGeneratorTool"
206 <Tool
207 Name="VCMIDLTool"
209 <Tool
210 Name="VCCLCompilerTool"
211 Optimization="1"
212 AdditionalIncludeDirectories="$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include;..\"
213 PreprocessorDefinitions="NDEBUG;__i386__;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;TARGET_X86"
214 RuntimeLibrary="2"
215 UsePrecompiledHeader="0"
216 WarningLevel="3"
217 Detect64BitPortabilityProblems="true"
218 DebugInformationFormat="3"
219 CompileAs="1"
221 <Tool
222 Name="VCManagedResourceCompilerTool"
224 <Tool
225 Name="VCResourceCompilerTool"
227 <Tool
228 Name="VCPreLinkEventTool"
230 <Tool
231 Name="VCLinkerTool"
232 AdditionalDependencies="glib-2.0.lib"
233 OutputFile="$(OutDir)\MonoPosixHelper.dll"
234 LinkIncremental="1"
235 AdditionalLibraryDirectories="$(MONO_DEPENDENCIES_PREFIX)\lib"
236 ModuleDefinitionFile="monoposixhelper.def"
237 GenerateDebugInformation="true"
238 SubSystem="2"
239 OptimizeReferences="2"
240 EnableCOMDATFolding="2"
241 ImportLibrary="$(PlatformName)_$(ConfigurationName)/lib/MonoPosixHelper.lib"
242 TargetMachine="1"
244 <Tool
245 Name="VCALinkTool"
247 <Tool
248 Name="VCManifestTool"
250 <Tool
251 Name="VCXDCMakeTool"
253 <Tool
254 Name="VCBscMakeTool"
256 <Tool
257 Name="VCFxCopTool"
259 <Tool
260 Name="VCAppVerifierTool"
262 <Tool
263 Name="VCWebDeploymentTool"
265 <Tool
266 Name="VCPostBuildEventTool"
268 </Configuration>
269 <Configuration
270 Name="Release|x64"
271 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
272 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
273 ConfigurationType="2"
274 CharacterSet="1"
275 WholeProgramOptimization="1"
277 <Tool
278 Name="VCPreBuildEventTool"
280 <Tool
281 Name="VCCustomBuildTool"
283 <Tool
284 Name="VCXMLDataGeneratorTool"
286 <Tool
287 Name="VCWebServiceProxyGeneratorTool"
289 <Tool
290 Name="VCMIDLTool"
291 TargetEnvironment="3"
293 <Tool
294 Name="VCCLCompilerTool"
295 Optimization="1"
296 AdditionalIncludeDirectories="$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include;..\"
297 PreprocessorDefinitions="NDEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;TARGET_AMD64"
298 RuntimeLibrary="2"
299 UsePrecompiledHeader="0"
300 WarningLevel="3"
301 Detect64BitPortabilityProblems="true"
302 DebugInformationFormat="3"
303 CompileAs="1"
305 <Tool
306 Name="VCManagedResourceCompilerTool"
308 <Tool
309 Name="VCResourceCompilerTool"
311 <Tool
312 Name="VCPreLinkEventTool"
314 <Tool
315 Name="VCLinkerTool"
316 AdditionalDependencies="glib-2.0.lib"
317 OutputFile="$(OutDir)\MonoPosixHelper.dll"
318 LinkIncremental="1"
319 AdditionalLibraryDirectories="$(MONO_DEPENDENCIES_PREFIX)\lib"
320 ModuleDefinitionFile="monoposixhelper.def"
321 GenerateDebugInformation="true"
322 SubSystem="2"
323 OptimizeReferences="2"
324 EnableCOMDATFolding="2"
325 ImportLibrary="$(PlatformName)_$(ConfigurationName)/lib/MonoPosixHelper.lib"
326 TargetMachine="17"
328 <Tool
329 Name="VCALinkTool"
331 <Tool
332 Name="VCManifestTool"
334 <Tool
335 Name="VCXDCMakeTool"
337 <Tool
338 Name="VCBscMakeTool"
340 <Tool
341 Name="VCFxCopTool"
343 <Tool
344 Name="VCAppVerifierTool"
346 <Tool
347 Name="VCWebDeploymentTool"
349 <Tool
350 Name="VCPostBuildEventTool"
352 </Configuration>
353 <Configuration
354 Name="Debug_eglib|Win32"
355 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
356 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
357 ConfigurationType="2"
358 CharacterSet="1"
360 <Tool
361 Name="VCPreBuildEventTool"
363 <Tool
364 Name="VCCustomBuildTool"
366 <Tool
367 Name="VCXMLDataGeneratorTool"
369 <Tool
370 Name="VCWebServiceProxyGeneratorTool"
372 <Tool
373 Name="VCMIDLTool"
375 <Tool
376 Name="VCCLCompilerTool"
377 Optimization="0"
378 AdditionalIncludeDirectories="..\..\mono\eglib\src;..\..\mono"
379 PreprocessorDefinitions="_DEBUG;__i386__;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;TARGET_X86"
380 MinimalRebuild="true"
381 BasicRuntimeChecks="3"
382 RuntimeLibrary="3"
383 UsePrecompiledHeader="0"
384 WarningLevel="3"
385 Detect64BitPortabilityProblems="true"
386 DebugInformationFormat="4"
387 CompileAs="1"
389 <Tool
390 Name="VCManagedResourceCompilerTool"
392 <Tool
393 Name="VCResourceCompilerTool"
395 <Tool
396 Name="VCPreLinkEventTool"
398 <Tool
399 Name="VCLinkerTool"
400 AdditionalDependencies="eglib.lib"
401 OutputFile="$(OutDir)\MonoPosixHelper.dll"
402 LinkIncremental="2"
403 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
404 ModuleDefinitionFile="monoposixhelper.def"
405 GenerateDebugInformation="true"
406 SubSystem="2"
407 ImportLibrary="$(PlatformName)_$(ConfigurationName)/lib/MonoPosixHelper.lib"
408 TargetMachine="1"
410 <Tool
411 Name="VCALinkTool"
413 <Tool
414 Name="VCManifestTool"
416 <Tool
417 Name="VCXDCMakeTool"
419 <Tool
420 Name="VCBscMakeTool"
422 <Tool
423 Name="VCFxCopTool"
425 <Tool
426 Name="VCAppVerifierTool"
428 <Tool
429 Name="VCWebDeploymentTool"
431 <Tool
432 Name="VCPostBuildEventTool"
434 </Configuration>
435 <Configuration
436 Name="Debug_eglib|x64"
437 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
438 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
439 ConfigurationType="2"
440 CharacterSet="1"
442 <Tool
443 Name="VCPreBuildEventTool"
445 <Tool
446 Name="VCCustomBuildTool"
448 <Tool
449 Name="VCXMLDataGeneratorTool"
451 <Tool
452 Name="VCWebServiceProxyGeneratorTool"
454 <Tool
455 Name="VCMIDLTool"
456 TargetEnvironment="3"
458 <Tool
459 Name="VCCLCompilerTool"
460 Optimization="0"
461 AdditionalIncludeDirectories="..\..\mono\eglib\src;..\"
462 PreprocessorDefinitions="TARGET_AMD64;_DEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;TARGET_AMD64"
463 MinimalRebuild="true"
464 BasicRuntimeChecks="3"
465 RuntimeLibrary="3"
466 UsePrecompiledHeader="0"
467 WarningLevel="3"
468 Detect64BitPortabilityProblems="true"
469 DebugInformationFormat="3"
470 CompileAs="1"
472 <Tool
473 Name="VCManagedResourceCompilerTool"
475 <Tool
476 Name="VCResourceCompilerTool"
478 <Tool
479 Name="VCPreLinkEventTool"
481 <Tool
482 Name="VCLinkerTool"
483 AdditionalDependencies="eglib.lib"
484 OutputFile="$(OutDir)\MonoPosixHelper.dll"
485 LinkIncremental="2"
486 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
487 ModuleDefinitionFile="monoposixhelper.def"
488 GenerateDebugInformation="true"
489 SubSystem="2"
490 ImportLibrary="$(PlatformName)_$(ConfigurationName)/lib/MonoPosixHelper.lib"
491 TargetMachine="17"
493 <Tool
494 Name="VCALinkTool"
496 <Tool
497 Name="VCManifestTool"
499 <Tool
500 Name="VCXDCMakeTool"
502 <Tool
503 Name="VCBscMakeTool"
505 <Tool
506 Name="VCFxCopTool"
508 <Tool
509 Name="VCAppVerifierTool"
511 <Tool
512 Name="VCWebDeploymentTool"
514 <Tool
515 Name="VCPostBuildEventTool"
517 </Configuration>
518 <Configuration
519 Name="Release_eglib|Win32"
520 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
521 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
522 ConfigurationType="2"
523 CharacterSet="1"
524 WholeProgramOptimization="1"
526 <Tool
527 Name="VCPreBuildEventTool"
529 <Tool
530 Name="VCCustomBuildTool"
532 <Tool
533 Name="VCXMLDataGeneratorTool"
535 <Tool
536 Name="VCWebServiceProxyGeneratorTool"
538 <Tool
539 Name="VCMIDLTool"
541 <Tool
542 Name="VCCLCompilerTool"
543 Optimization="1"
544 AdditionalIncludeDirectories="..\..\mono\eglib\src;..\..\mono"
545 PreprocessorDefinitions="NDEBUG;__i386__;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;TARGET_X86"
546 RuntimeLibrary="2"
547 UsePrecompiledHeader="0"
548 WarningLevel="3"
549 Detect64BitPortabilityProblems="true"
550 DebugInformationFormat="3"
551 CompileAs="1"
553 <Tool
554 Name="VCManagedResourceCompilerTool"
556 <Tool
557 Name="VCResourceCompilerTool"
559 <Tool
560 Name="VCPreLinkEventTool"
562 <Tool
563 Name="VCLinkerTool"
564 AdditionalDependencies="eglib.lib"
565 OutputFile="$(OutDir)\MonoPosixHelper.dll"
566 LinkIncremental="1"
567 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
568 ModuleDefinitionFile="monoposixhelper.def"
569 GenerateDebugInformation="true"
570 SubSystem="2"
571 OptimizeReferences="2"
572 EnableCOMDATFolding="2"
573 ImportLibrary="$(PlatformName)_$(ConfigurationName)/lib/MonoPosixHelper.lib"
574 TargetMachine="1"
576 <Tool
577 Name="VCALinkTool"
579 <Tool
580 Name="VCManifestTool"
582 <Tool
583 Name="VCXDCMakeTool"
585 <Tool
586 Name="VCBscMakeTool"
588 <Tool
589 Name="VCFxCopTool"
591 <Tool
592 Name="VCAppVerifierTool"
594 <Tool
595 Name="VCWebDeploymentTool"
597 <Tool
598 Name="VCPostBuildEventTool"
600 </Configuration>
601 <Configuration
602 Name="Release_eglib|x64"
603 OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
604 IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
605 ConfigurationType="2"
606 CharacterSet="1"
607 WholeProgramOptimization="1"
609 <Tool
610 Name="VCPreBuildEventTool"
612 <Tool
613 Name="VCCustomBuildTool"
615 <Tool
616 Name="VCXMLDataGeneratorTool"
618 <Tool
619 Name="VCWebServiceProxyGeneratorTool"
621 <Tool
622 Name="VCMIDLTool"
623 TargetEnvironment="3"
625 <Tool
626 Name="VCCLCompilerTool"
627 Optimization="1"
628 AdditionalIncludeDirectories="..\..\mono\eglib\src;..\..\mono"
629 PreprocessorDefinitions="NDEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;TARGET_AMD64"
630 RuntimeLibrary="2"
631 UsePrecompiledHeader="0"
632 WarningLevel="3"
633 Detect64BitPortabilityProblems="true"
634 DebugInformationFormat="3"
635 CompileAs="1"
637 <Tool
638 Name="VCManagedResourceCompilerTool"
640 <Tool
641 Name="VCResourceCompilerTool"
643 <Tool
644 Name="VCPreLinkEventTool"
646 <Tool
647 Name="VCLinkerTool"
648 AdditionalDependencies="eglib.lib"
649 OutputFile="$(OutDir)\MonoPosixHelper.dll"
650 LinkIncremental="1"
651 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
652 ModuleDefinitionFile="monoposixhelper.def"
653 GenerateDebugInformation="true"
654 SubSystem="2"
655 OptimizeReferences="2"
656 EnableCOMDATFolding="2"
657 ImportLibrary="$(PlatformName)_$(ConfigurationName)/lib/MonoPosixHelper.lib"
658 TargetMachine="17"
660 <Tool
661 Name="VCALinkTool"
663 <Tool
664 Name="VCManifestTool"
666 <Tool
667 Name="VCXDCMakeTool"
669 <Tool
670 Name="VCBscMakeTool"
672 <Tool
673 Name="VCFxCopTool"
675 <Tool
676 Name="VCAppVerifierTool"
678 <Tool
679 Name="VCWebDeploymentTool"
681 <Tool
682 Name="VCPostBuildEventTool"
684 </Configuration>
685 </Configurations>
686 <References>
687 </References>
688 <Files>
689 <Filter
690 Name="Source Files"
691 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
692 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
694 <File
695 RelativePath="..\support\adler32.c"
697 </File>
698 <File
699 RelativePath="..\support\compress.c"
701 </File>
702 <File
703 RelativePath="..\support\crc32.c"
705 </File>
706 <File
707 RelativePath="..\support\deflate.c"
709 </File>
710 <File
711 RelativePath="..\support\errno.c"
713 </File>
714 <File
715 RelativePath="..\support\gzio.c"
717 </File>
718 <File
719 RelativePath="..\support\infback.c"
721 </File>
722 <File
723 RelativePath="..\support\inffast.c"
725 </File>
726 <File
727 RelativePath="..\support\inffast.h"
729 </File>
730 <File
731 RelativePath="..\support\inflate.c"
733 </File>
734 <File
735 RelativePath="..\support\inftrees.c"
737 </File>
738 <File
739 RelativePath="..\support\map.c"
741 </File>
742 <File
743 RelativePath=".\monoposixhelper.def"
745 </File>
746 <File
747 RelativePath="..\support\signal.c"
749 </File>
750 <File
751 RelativePath="..\support\stdio.c"
753 </File>
754 <File
755 RelativePath="..\support\stdlib.c"
757 </File>
758 <File
759 RelativePath="..\support\string.c"
761 </File>
762 <File
763 RelativePath="..\support\trees.c"
765 </File>
766 <File
767 RelativePath="..\support\uncompr.c"
769 </File>
770 <File
771 RelativePath="..\support\zlib-helper.c"
773 </File>
774 <File
775 RelativePath="..\support\zutil.c"
777 </File>
778 </Filter>
779 <Filter
780 Name="Header Files"
781 Filter="h;hpp;hxx;hm;inl;inc;xsd"
782 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
784 <File
785 RelativePath="..\support\crc32.h"
787 </File>
788 <File
789 RelativePath="..\support\deflate.h"
791 </File>
792 <File
793 RelativePath="..\support\inffixed.h"
795 </File>
796 <File
797 RelativePath="..\support\inflate.h"
799 </File>
800 <File
801 RelativePath="..\support\inftrees.h"
803 </File>
804 <File
805 RelativePath="..\support\map.h"
807 </File>
808 <File
809 RelativePath="..\support\mph.h"
811 </File>
812 <File
813 RelativePath="..\support\trees.h"
815 </File>
816 <File
817 RelativePath="..\support\zconf.h"
819 </File>
820 <File
821 RelativePath="..\support\zutil.h"
823 </File>
824 </Filter>
825 <Filter
826 Name="Resource Files"
827 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
828 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
830 </Filter>
831 </Files>
832 <Globals>
833 </Globals>
834 </VisualStudioProject>