~ubuntu-branches/ubuntu/utopic/critcl/utopic

« back to all changes in this revision

Viewing changes to examples/zlibwrap/zlib/contrib/vstudio/vc9/zlibvc.vcproj

  • Committer: Package Import Robot
  • Author(s): Andrew Shadura
  • Date: 2013-05-11 00:08:06 UTC
  • Revision ID: package-import@ubuntu.com-20130511000806-7hq1zc3fnn0gat79
Tags: upstream-3.1.9
ImportĀ upstreamĀ versionĀ 3.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9,00"
 
5
        Name="zlibvc"
 
6
        ProjectGUID="{8FD826F8-3739-44E6-8CC8-997122E53B8D}"
 
7
        RootNamespace="zlibvc"
 
8
        TargetFrameworkVersion="131072"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
                <Platform
 
15
                        Name="x64"
 
16
                />
 
17
                <Platform
 
18
                        Name="Itanium"
 
19
                />
 
20
        </Platforms>
 
21
        <ToolFiles>
 
22
        </ToolFiles>
 
23
        <Configurations>
 
24
                <Configuration
 
25
                        Name="Debug|Win32"
 
26
                        OutputDirectory="x86\ZlibDll$(ConfigurationName)"
 
27
                        IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
 
28
                        ConfigurationType="2"
 
29
                        InheritedPropertySheets="UpgradeFromVC70.vsprops"
 
30
                        UseOfMFC="0"
 
31
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
32
                        >
 
33
                        <Tool
 
34
                                Name="VCPreBuildEventTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCCustomBuildTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCXMLDataGeneratorTool"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCWebServiceProxyGeneratorTool"
 
44
                        />
 
45
                        <Tool
 
46
                                Name="VCMIDLTool"
 
47
                                PreprocessorDefinitions="_DEBUG"
 
48
                                MkTypLibCompatible="true"
 
49
                                SuppressStartupBanner="true"
 
50
                                TargetEnvironment="1"
 
51
                                TypeLibraryName="$(OutDir)/zlibvc.tlb"
 
52
                        />
 
53
                        <Tool
 
54
                                Name="VCCLCompilerTool"
 
55
                                Optimization="0"
 
56
                                AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
 
57
                                PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF"
 
58
                                ExceptionHandling="0"
 
59
                                RuntimeLibrary="1"
 
60
                                BufferSecurityCheck="false"
 
61
                                PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
 
62
                                AssemblerListingLocation="$(IntDir)\"
 
63
                                ObjectFile="$(IntDir)\"
 
64
                                ProgramDataBaseFileName="$(OutDir)\"
 
65
                                BrowseInformation="0"
 
66
                                WarningLevel="3"
 
67
                                SuppressStartupBanner="true"
 
68
                                DebugInformationFormat="4"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCManagedResourceCompilerTool"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCResourceCompilerTool"
 
75
                                PreprocessorDefinitions="_DEBUG"
 
76
                                Culture="1036"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCPreLinkEventTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCLinkerTool"
 
83
                                AdditionalOptions="/MACHINE:I386"
 
84
                                AdditionalDependencies="..\..\masmx86\match686.obj ..\..\masmx86\inffas32.obj"
 
85
                                OutputFile="$(OutDir)\zlibwapi.dll"
 
86
                                LinkIncremental="2"
 
87
                                SuppressStartupBanner="true"
 
88
                                GenerateManifest="false"
 
89
                                ModuleDefinitionFile=".\zlibvc.def"
 
90
                                GenerateDebugInformation="true"
 
91
                                ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
 
92
                                GenerateMapFile="true"
 
93
                                MapFileName="$(OutDir)/zlibwapi.map"
 
94
                                SubSystem="2"
 
95
                                RandomizedBaseAddress="1"
 
96
                                DataExecutionPrevention="0"
 
97
                                ImportLibrary="$(OutDir)/zlibwapi.lib"
 
98
                        />
 
99
                        <Tool
 
100
                                Name="VCALinkTool"
 
101
                        />
 
102
                        <Tool
 
103
                                Name="VCManifestTool"
 
104
                        />
 
105
                        <Tool
 
106
                                Name="VCXDCMakeTool"
 
107
                        />
 
108
                        <Tool
 
109
                                Name="VCBscMakeTool"
 
110
                        />
 
111
                        <Tool
 
112
                                Name="VCFxCopTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCAppVerifierTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCPostBuildEventTool"
 
119
                        />
 
120
                </Configuration>
 
121
                <Configuration
 
122
                        Name="Debug|x64"
 
123
                        OutputDirectory="x64\ZlibDll$(ConfigurationName)"
 
124
                        IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
 
125
                        ConfigurationType="2"
 
126
                        InheritedPropertySheets="UpgradeFromVC70.vsprops"
 
127
                        UseOfMFC="0"
 
128
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
129
                        >
 
130
                        <Tool
 
131
                                Name="VCPreBuildEventTool"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCCustomBuildTool"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCXMLDataGeneratorTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCWebServiceProxyGeneratorTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCMIDLTool"
 
144
                                PreprocessorDefinitions="_DEBUG"
 
145
                                MkTypLibCompatible="true"
 
146
                                SuppressStartupBanner="true"
 
147
                                TargetEnvironment="3"
 
148
                                TypeLibraryName="$(OutDir)/zlibvc.tlb"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCCLCompilerTool"
 
152
                                Optimization="0"
 
153
                                AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
 
154
                                PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64"
 
155
                                ExceptionHandling="0"
 
156
                                RuntimeLibrary="3"
 
157
                                BufferSecurityCheck="false"
 
158
                                PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
 
159
                                AssemblerListingLocation="$(IntDir)\"
 
160
                                ObjectFile="$(IntDir)\"
 
161
                                ProgramDataBaseFileName="$(OutDir)\"
 
162
                                BrowseInformation="0"
 
163
                                WarningLevel="3"
 
164
                                SuppressStartupBanner="true"
 
165
                                DebugInformationFormat="3"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCManagedResourceCompilerTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCResourceCompilerTool"
 
172
                                PreprocessorDefinitions="_DEBUG"
 
173
                                Culture="1036"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCPreLinkEventTool"
 
177
                        />
 
178
                        <Tool
 
179
                                Name="VCLinkerTool"
 
180
                                AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj "
 
181
                                OutputFile="$(OutDir)\zlibwapi.dll"
 
182
                                LinkIncremental="2"
 
183
                                SuppressStartupBanner="true"
 
184
                                GenerateManifest="false"
 
185
                                ModuleDefinitionFile=".\zlibvc.def"
 
186
                                GenerateDebugInformation="true"
 
187
                                ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
 
188
                                GenerateMapFile="true"
 
189
                                MapFileName="$(OutDir)/zlibwapi.map"
 
190
                                SubSystem="2"
 
191
                                ImportLibrary="$(OutDir)/zlibwapi.lib"
 
192
                                TargetMachine="17"
 
193
                        />
 
194
                        <Tool
 
195
                                Name="VCALinkTool"
 
196
                        />
 
197
                        <Tool
 
198
                                Name="VCManifestTool"
 
199
                        />
 
200
                        <Tool
 
201
                                Name="VCXDCMakeTool"
 
202
                        />
 
203
                        <Tool
 
204
                                Name="VCBscMakeTool"
 
205
                        />
 
206
                        <Tool
 
207
                                Name="VCFxCopTool"
 
208
                        />
 
209
                        <Tool
 
210
                                Name="VCAppVerifierTool"
 
211
                        />
 
212
                        <Tool
 
213
                                Name="VCPostBuildEventTool"
 
214
                        />
 
215
                </Configuration>
 
216
                <Configuration
 
217
                        Name="Debug|Itanium"
 
218
                        OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
 
219
                        IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
 
220
                        ConfigurationType="2"
 
221
                        InheritedPropertySheets="UpgradeFromVC70.vsprops"
 
222
                        UseOfMFC="0"
 
223
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
224
                        >
 
225
                        <Tool
 
226
                                Name="VCPreBuildEventTool"
 
227
                        />
 
228
                        <Tool
 
229
                                Name="VCCustomBuildTool"
 
230
                        />
 
231
                        <Tool
 
232
                                Name="VCXMLDataGeneratorTool"
 
233
                        />
 
234
                        <Tool
 
235
                                Name="VCWebServiceProxyGeneratorTool"
 
236
                        />
 
237
                        <Tool
 
238
                                Name="VCMIDLTool"
 
239
                                PreprocessorDefinitions="_DEBUG"
 
240
                                MkTypLibCompatible="true"
 
241
                                SuppressStartupBanner="true"
 
242
                                TargetEnvironment="2"
 
243
                                TypeLibraryName="$(OutDir)/zlibvc.tlb"
 
244
                        />
 
245
                        <Tool
 
246
                                Name="VCCLCompilerTool"
 
247
                                Optimization="0"
 
248
                                AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
 
249
                                PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
 
250
                                ExceptionHandling="0"
 
251
                                RuntimeLibrary="3"
 
252
                                BufferSecurityCheck="false"
 
253
                                PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
 
254
                                AssemblerListingLocation="$(IntDir)\"
 
255
                                ObjectFile="$(IntDir)\"
 
256
                                ProgramDataBaseFileName="$(OutDir)\"
 
257
                                BrowseInformation="0"
 
258
                                WarningLevel="3"
 
259
                                SuppressStartupBanner="true"
 
260
                                DebugInformationFormat="3"
 
261
                        />
 
262
                        <Tool
 
263
                                Name="VCManagedResourceCompilerTool"
 
264
                        />
 
265
                        <Tool
 
266
                                Name="VCResourceCompilerTool"
 
267
                                PreprocessorDefinitions="_DEBUG"
 
268
                                Culture="1036"
 
269
                        />
 
270
                        <Tool
 
271
                                Name="VCPreLinkEventTool"
 
272
                        />
 
273
                        <Tool
 
274
                                Name="VCLinkerTool"
 
275
                                OutputFile="$(OutDir)\zlibwapi.dll"
 
276
                                LinkIncremental="2"
 
277
                                SuppressStartupBanner="true"
 
278
                                GenerateManifest="false"
 
279
                                ModuleDefinitionFile=".\zlibvc.def"
 
280
                                GenerateDebugInformation="true"
 
281
                                ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
 
282
                                GenerateMapFile="true"
 
283
                                MapFileName="$(OutDir)/zlibwapi.map"
 
284
                                SubSystem="2"
 
285
                                ImportLibrary="$(OutDir)/zlibwapi.lib"
 
286
                                TargetMachine="5"
 
287
                        />
 
288
                        <Tool
 
289
                                Name="VCALinkTool"
 
290
                        />
 
291
                        <Tool
 
292
                                Name="VCManifestTool"
 
293
                        />
 
294
                        <Tool
 
295
                                Name="VCXDCMakeTool"
 
296
                        />
 
297
                        <Tool
 
298
                                Name="VCBscMakeTool"
 
299
                        />
 
300
                        <Tool
 
301
                                Name="VCFxCopTool"
 
302
                        />
 
303
                        <Tool
 
304
                                Name="VCAppVerifierTool"
 
305
                        />
 
306
                        <Tool
 
307
                                Name="VCPostBuildEventTool"
 
308
                        />
 
309
                </Configuration>
 
310
                <Configuration
 
311
                        Name="ReleaseWithoutAsm|Win32"
 
312
                        OutputDirectory="x86\ZlibDll$(ConfigurationName)"
 
313
                        IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
 
314
                        ConfigurationType="2"
 
315
                        InheritedPropertySheets="UpgradeFromVC70.vsprops"
 
316
                        UseOfMFC="0"
 
317
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
318
                        WholeProgramOptimization="1"
 
319
                        >
 
320
                        <Tool
 
321
                                Name="VCPreBuildEventTool"
 
322
                        />
 
323
                        <Tool
 
324
                                Name="VCCustomBuildTool"
 
325
                        />
 
326
                        <Tool
 
327
                                Name="VCXMLDataGeneratorTool"
 
328
                        />
 
329
                        <Tool
 
330
                                Name="VCWebServiceProxyGeneratorTool"
 
331
                        />
 
332
                        <Tool
 
333
                                Name="VCMIDLTool"
 
334
                                PreprocessorDefinitions="NDEBUG"
 
335
                                MkTypLibCompatible="true"
 
336
                                SuppressStartupBanner="true"
 
337
                                TargetEnvironment="1"
 
338
                                TypeLibraryName="$(OutDir)/zlibvc.tlb"
 
339
                        />
 
340
                        <Tool
 
341
                                Name="VCCLCompilerTool"
 
342
                                InlineFunctionExpansion="1"
 
343
                                AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
 
344
                                PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI"
 
345
                                StringPooling="true"
 
346
                                ExceptionHandling="0"
 
347
                                RuntimeLibrary="2"
 
348
                                BufferSecurityCheck="false"
 
349
                                EnableFunctionLevelLinking="true"
 
350
                                PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
 
351
                                AssemblerOutput="2"
 
352
                                AssemblerListingLocation="$(IntDir)\"
 
353
                                ObjectFile="$(IntDir)\"
 
354
                                ProgramDataBaseFileName="$(OutDir)\"
 
355
                                BrowseInformation="0"
 
356
                                WarningLevel="3"
 
357
                                SuppressStartupBanner="true"
 
358
                        />
 
359
                        <Tool
 
360
                                Name="VCManagedResourceCompilerTool"
 
361
                        />
 
362
                        <Tool
 
363
                                Name="VCResourceCompilerTool"
 
364
                                PreprocessorDefinitions="NDEBUG"
 
365
                                Culture="1036"
 
366
                        />
 
367
                        <Tool
 
368
                                Name="VCPreLinkEventTool"
 
369
                        />
 
370
                        <Tool
 
371
                                Name="VCLinkerTool"
 
372
                                AdditionalOptions="/MACHINE:I386"
 
373
                                OutputFile="$(OutDir)\zlibwapi.dll"
 
374
                                LinkIncremental="1"
 
375
                                SuppressStartupBanner="true"
 
376
                                GenerateManifest="false"
 
377
                                IgnoreAllDefaultLibraries="false"
 
378
                                ModuleDefinitionFile=".\zlibvc.def"
 
379
                                ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
 
380
                                GenerateMapFile="true"
 
381
                                MapFileName="$(OutDir)/zlibwapi.map"
 
382
                                SubSystem="2"
 
383
                                OptimizeForWindows98="1"
 
384
                                RandomizedBaseAddress="1"
 
385
                                DataExecutionPrevention="0"
 
386
                                ImportLibrary="$(OutDir)/zlibwapi.lib"
 
387
                        />
 
388
                        <Tool
 
389
                                Name="VCALinkTool"
 
390
                        />
 
391
                        <Tool
 
392
                                Name="VCManifestTool"
 
393
                        />
 
394
                        <Tool
 
395
                                Name="VCXDCMakeTool"
 
396
                        />
 
397
                        <Tool
 
398
                                Name="VCBscMakeTool"
 
399
                        />
 
400
                        <Tool
 
401
                                Name="VCFxCopTool"
 
402
                        />
 
403
                        <Tool
 
404
                                Name="VCAppVerifierTool"
 
405
                        />
 
406
                        <Tool
 
407
                                Name="VCPostBuildEventTool"
 
408
                        />
 
409
                </Configuration>
 
410
                <Configuration
 
411
                        Name="ReleaseWithoutAsm|x64"
 
412
                        OutputDirectory="x64\ZlibDll$(ConfigurationName)"
 
413
                        IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
 
414
                        ConfigurationType="2"
 
415
                        InheritedPropertySheets="UpgradeFromVC70.vsprops"
 
416
                        UseOfMFC="0"
 
417
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
418
                        WholeProgramOptimization="1"
 
419
                        >
 
420
                        <Tool
 
421
                                Name="VCPreBuildEventTool"
 
422
                        />
 
423
                        <Tool
 
424
                                Name="VCCustomBuildTool"
 
425
                        />
 
426
                        <Tool
 
427
                                Name="VCXMLDataGeneratorTool"
 
428
                        />
 
429
                        <Tool
 
430
                                Name="VCWebServiceProxyGeneratorTool"
 
431
                        />
 
432
                        <Tool
 
433
                                Name="VCMIDLTool"
 
434
                                PreprocessorDefinitions="NDEBUG"
 
435
                                MkTypLibCompatible="true"
 
436
                                SuppressStartupBanner="true"
 
437
                                TargetEnvironment="3"
 
438
                                TypeLibraryName="$(OutDir)/zlibvc.tlb"
 
439
                        />
 
440
                        <Tool
 
441
                                Name="VCCLCompilerTool"
 
442
                                InlineFunctionExpansion="1"
 
443
                                AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
 
444
                                PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
 
445
                                StringPooling="true"
 
446
                                ExceptionHandling="0"
 
447
                                RuntimeLibrary="2"
 
448
                                BufferSecurityCheck="false"
 
449
                                EnableFunctionLevelLinking="true"
 
450
                                PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
 
451
                                AssemblerOutput="2"
 
452
                                AssemblerListingLocation="$(IntDir)\"
 
453
                                ObjectFile="$(IntDir)\"
 
454
                                ProgramDataBaseFileName="$(OutDir)\"
 
455
                                BrowseInformation="0"
 
456
                                WarningLevel="3"
 
457
                                SuppressStartupBanner="true"
 
458
                        />
 
459
                        <Tool
 
460
                                Name="VCManagedResourceCompilerTool"
 
461
                        />
 
462
                        <Tool
 
463
                                Name="VCResourceCompilerTool"
 
464
                                PreprocessorDefinitions="NDEBUG"
 
465
                                Culture="1036"
 
466
                        />
 
467
                        <Tool
 
468
                                Name="VCPreLinkEventTool"
 
469
                        />
 
470
                        <Tool
 
471
                                Name="VCLinkerTool"
 
472
                                OutputFile="$(OutDir)\zlibwapi.dll"
 
473
                                LinkIncremental="1"
 
474
                                SuppressStartupBanner="true"
 
475
                                GenerateManifest="false"
 
476
                                IgnoreAllDefaultLibraries="false"
 
477
                                ModuleDefinitionFile=".\zlibvc.def"
 
478
                                ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
 
479
                                GenerateMapFile="true"
 
480
                                MapFileName="$(OutDir)/zlibwapi.map"
 
481
                                SubSystem="2"
 
482
                                OptimizeForWindows98="1"
 
483
                                ImportLibrary="$(OutDir)/zlibwapi.lib"
 
484
                                TargetMachine="17"
 
485
                        />
 
486
                        <Tool
 
487
                                Name="VCALinkTool"
 
488
                        />
 
489
                        <Tool
 
490
                                Name="VCManifestTool"
 
491
                        />
 
492
                        <Tool
 
493
                                Name="VCXDCMakeTool"
 
494
                        />
 
495
                        <Tool
 
496
                                Name="VCBscMakeTool"
 
497
                        />
 
498
                        <Tool
 
499
                                Name="VCFxCopTool"
 
500
                        />
 
501
                        <Tool
 
502
                                Name="VCAppVerifierTool"
 
503
                        />
 
504
                        <Tool
 
505
                                Name="VCPostBuildEventTool"
 
506
                        />
 
507
                </Configuration>
 
508
                <Configuration
 
509
                        Name="ReleaseWithoutAsm|Itanium"
 
510
                        OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
 
511
                        IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
 
512
                        ConfigurationType="2"
 
513
                        InheritedPropertySheets="UpgradeFromVC70.vsprops"
 
514
                        UseOfMFC="0"
 
515
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
516
                        WholeProgramOptimization="1"
 
517
                        >
 
518
                        <Tool
 
519
                                Name="VCPreBuildEventTool"
 
520
                        />
 
521
                        <Tool
 
522
                                Name="VCCustomBuildTool"
 
523
                        />
 
524
                        <Tool
 
525
                                Name="VCXMLDataGeneratorTool"
 
526
                        />
 
527
                        <Tool
 
528
                                Name="VCWebServiceProxyGeneratorTool"
 
529
                        />
 
530
                        <Tool
 
531
                                Name="VCMIDLTool"
 
532
                                PreprocessorDefinitions="NDEBUG"
 
533
                                MkTypLibCompatible="true"
 
534
                                SuppressStartupBanner="true"
 
535
                                TargetEnvironment="2"
 
536
                                TypeLibraryName="$(OutDir)/zlibvc.tlb"
 
537
                        />
 
538
                        <Tool
 
539
                                Name="VCCLCompilerTool"
 
540
                                InlineFunctionExpansion="1"
 
541
                                AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
 
542
                                PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
 
543
                                StringPooling="true"
 
544
                                ExceptionHandling="0"
 
545
                                RuntimeLibrary="2"
 
546
                                BufferSecurityCheck="false"
 
547
                                EnableFunctionLevelLinking="true"
 
548
                                PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
 
549
                                AssemblerOutput="2"
 
550
                                AssemblerListingLocation="$(IntDir)\"
 
551
                                ObjectFile="$(IntDir)\"
 
552
                                ProgramDataBaseFileName="$(OutDir)\"
 
553
                                BrowseInformation="0"
 
554
                                WarningLevel="3"
 
555
                                SuppressStartupBanner="true"
 
556
                        />
 
557
                        <Tool
 
558
                                Name="VCManagedResourceCompilerTool"
 
559
                        />
 
560
                        <Tool
 
561
                                Name="VCResourceCompilerTool"
 
562
                                PreprocessorDefinitions="NDEBUG"
 
563
                                Culture="1036"
 
564
                        />
 
565
                        <Tool
 
566
                                Name="VCPreLinkEventTool"
 
567
                        />
 
568
                        <Tool
 
569
                                Name="VCLinkerTool"
 
570
                                OutputFile="$(OutDir)\zlibwapi.dll"
 
571
                                LinkIncremental="1"
 
572
                                SuppressStartupBanner="true"
 
573
                                GenerateManifest="false"
 
574
                                IgnoreAllDefaultLibraries="false"
 
575
                                ModuleDefinitionFile=".\zlibvc.def"
 
576
                                ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
 
577
                                GenerateMapFile="true"
 
578
                                MapFileName="$(OutDir)/zlibwapi.map"
 
579
                                SubSystem="2"
 
580
                                OptimizeForWindows98="1"
 
581
                                ImportLibrary="$(OutDir)/zlibwapi.lib"
 
582
                                TargetMachine="5"
 
583
                        />
 
584
                        <Tool
 
585
                                Name="VCALinkTool"
 
586
                        />
 
587
                        <Tool
 
588
                                Name="VCManifestTool"
 
589
                        />
 
590
                        <Tool
 
591
                                Name="VCXDCMakeTool"
 
592
                        />
 
593
                        <Tool
 
594
                                Name="VCBscMakeTool"
 
595
                        />
 
596
                        <Tool
 
597
                                Name="VCFxCopTool"
 
598
                        />
 
599
                        <Tool
 
600
                                Name="VCAppVerifierTool"
 
601
                        />
 
602
                        <Tool
 
603
                                Name="VCPostBuildEventTool"
 
604
                        />
 
605
                </Configuration>
 
606
                <Configuration
 
607
                        Name="Release|Win32"
 
608
                        OutputDirectory="x86\ZlibDll$(ConfigurationName)"
 
609
                        IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
 
610
                        ConfigurationType="2"
 
611
                        InheritedPropertySheets="UpgradeFromVC70.vsprops"
 
612
                        UseOfMFC="0"
 
613
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
614
                        WholeProgramOptimization="1"
 
615
                        >
 
616
                        <Tool
 
617
                                Name="VCPreBuildEventTool"
 
618
                        />
 
619
                        <Tool
 
620
                                Name="VCCustomBuildTool"
 
621
                        />
 
622
                        <Tool
 
623
                                Name="VCXMLDataGeneratorTool"
 
624
                        />
 
625
                        <Tool
 
626
                                Name="VCWebServiceProxyGeneratorTool"
 
627
                        />
 
628
                        <Tool
 
629
                                Name="VCMIDLTool"
 
630
                                PreprocessorDefinitions="NDEBUG"
 
631
                                MkTypLibCompatible="true"
 
632
                                SuppressStartupBanner="true"
 
633
                                TargetEnvironment="1"
 
634
                                TypeLibraryName="$(OutDir)/zlibvc.tlb"
 
635
                        />
 
636
                        <Tool
 
637
                                Name="VCCLCompilerTool"
 
638
                                InlineFunctionExpansion="1"
 
639
                                AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
 
640
                                PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF"
 
641
                                StringPooling="true"
 
642
                                ExceptionHandling="0"
 
643
                                RuntimeLibrary="0"
 
644
                                BufferSecurityCheck="false"
 
645
                                EnableFunctionLevelLinking="true"
 
646
                                PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
 
647
                                AssemblerOutput="2"
 
648
                                AssemblerListingLocation="$(IntDir)\"
 
649
                                ObjectFile="$(IntDir)\"
 
650
                                ProgramDataBaseFileName="$(OutDir)\"
 
651
                                BrowseInformation="0"
 
652
                                WarningLevel="3"
 
653
                                SuppressStartupBanner="true"
 
654
                        />
 
655
                        <Tool
 
656
                                Name="VCManagedResourceCompilerTool"
 
657
                        />
 
658
                        <Tool
 
659
                                Name="VCResourceCompilerTool"
 
660
                                PreprocessorDefinitions="NDEBUG"
 
661
                                Culture="1036"
 
662
                        />
 
663
                        <Tool
 
664
                                Name="VCPreLinkEventTool"
 
665
                        />
 
666
                        <Tool
 
667
                                Name="VCLinkerTool"
 
668
                                AdditionalOptions="/MACHINE:I386"
 
669
                                AdditionalDependencies="..\..\masmx86\match686.obj ..\..\masmx86\inffas32.obj "
 
670
                                OutputFile="$(OutDir)\zlibwapi.dll"
 
671
                                LinkIncremental="1"
 
672
                                SuppressStartupBanner="true"
 
673
                                GenerateManifest="false"
 
674
                                IgnoreAllDefaultLibraries="false"
 
675
                                ModuleDefinitionFile=".\zlibvc.def"
 
676
                                ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
 
677
                                GenerateMapFile="true"
 
678
                                MapFileName="$(OutDir)/zlibwapi.map"
 
679
                                SubSystem="2"
 
680
                                OptimizeForWindows98="1"
 
681
                                RandomizedBaseAddress="1"
 
682
                                DataExecutionPrevention="0"
 
683
                                ImportLibrary="$(OutDir)/zlibwapi.lib"
 
684
                        />
 
685
                        <Tool
 
686
                                Name="VCALinkTool"
 
687
                        />
 
688
                        <Tool
 
689
                                Name="VCManifestTool"
 
690
                        />
 
691
                        <Tool
 
692
                                Name="VCXDCMakeTool"
 
693
                        />
 
694
                        <Tool
 
695
                                Name="VCBscMakeTool"
 
696
                        />
 
697
                        <Tool
 
698
                                Name="VCFxCopTool"
 
699
                        />
 
700
                        <Tool
 
701
                                Name="VCAppVerifierTool"
 
702
                        />
 
703
                        <Tool
 
704
                                Name="VCPostBuildEventTool"
 
705
                        />
 
706
                </Configuration>
 
707
                <Configuration
 
708
                        Name="Release|x64"
 
709
                        OutputDirectory="x64\ZlibDll$(ConfigurationName)"
 
710
                        IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
 
711
                        ConfigurationType="2"
 
712
                        InheritedPropertySheets="UpgradeFromVC70.vsprops"
 
713
                        UseOfMFC="0"
 
714
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
715
                        WholeProgramOptimization="1"
 
716
                        >
 
717
                        <Tool
 
718
                                Name="VCPreBuildEventTool"
 
719
                        />
 
720
                        <Tool
 
721
                                Name="VCCustomBuildTool"
 
722
                        />
 
723
                        <Tool
 
724
                                Name="VCXMLDataGeneratorTool"
 
725
                        />
 
726
                        <Tool
 
727
                                Name="VCWebServiceProxyGeneratorTool"
 
728
                        />
 
729
                        <Tool
 
730
                                Name="VCMIDLTool"
 
731
                                PreprocessorDefinitions="NDEBUG"
 
732
                                MkTypLibCompatible="true"
 
733
                                SuppressStartupBanner="true"
 
734
                                TargetEnvironment="3"
 
735
                                TypeLibraryName="$(OutDir)/zlibvc.tlb"
 
736
                        />
 
737
                        <Tool
 
738
                                Name="VCCLCompilerTool"
 
739
                                InlineFunctionExpansion="1"
 
740
                                AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
 
741
                                PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64"
 
742
                                StringPooling="true"
 
743
                                ExceptionHandling="0"
 
744
                                RuntimeLibrary="2"
 
745
                                BufferSecurityCheck="false"
 
746
                                EnableFunctionLevelLinking="true"
 
747
                                PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
 
748
                                AssemblerOutput="2"
 
749
                                AssemblerListingLocation="$(IntDir)\"
 
750
                                ObjectFile="$(IntDir)\"
 
751
                                ProgramDataBaseFileName="$(OutDir)\"
 
752
                                BrowseInformation="0"
 
753
                                WarningLevel="3"
 
754
                                SuppressStartupBanner="true"
 
755
                        />
 
756
                        <Tool
 
757
                                Name="VCManagedResourceCompilerTool"
 
758
                        />
 
759
                        <Tool
 
760
                                Name="VCResourceCompilerTool"
 
761
                                PreprocessorDefinitions="NDEBUG"
 
762
                                Culture="1036"
 
763
                        />
 
764
                        <Tool
 
765
                                Name="VCPreLinkEventTool"
 
766
                        />
 
767
                        <Tool
 
768
                                Name="VCLinkerTool"
 
769
                                AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj "
 
770
                                OutputFile="$(OutDir)\zlibwapi.dll"
 
771
                                LinkIncremental="1"
 
772
                                SuppressStartupBanner="true"
 
773
                                GenerateManifest="false"
 
774
                                IgnoreAllDefaultLibraries="false"
 
775
                                ModuleDefinitionFile=".\zlibvc.def"
 
776
                                ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
 
777
                                GenerateMapFile="true"
 
778
                                MapFileName="$(OutDir)/zlibwapi.map"
 
779
                                SubSystem="2"
 
780
                                OptimizeForWindows98="1"
 
781
                                ImportLibrary="$(OutDir)/zlibwapi.lib"
 
782
                                TargetMachine="17"
 
783
                        />
 
784
                        <Tool
 
785
                                Name="VCALinkTool"
 
786
                        />
 
787
                        <Tool
 
788
                                Name="VCManifestTool"
 
789
                        />
 
790
                        <Tool
 
791
                                Name="VCXDCMakeTool"
 
792
                        />
 
793
                        <Tool
 
794
                                Name="VCBscMakeTool"
 
795
                        />
 
796
                        <Tool
 
797
                                Name="VCFxCopTool"
 
798
                        />
 
799
                        <Tool
 
800
                                Name="VCAppVerifierTool"
 
801
                        />
 
802
                        <Tool
 
803
                                Name="VCPostBuildEventTool"
 
804
                        />
 
805
                </Configuration>
 
806
                <Configuration
 
807
                        Name="Release|Itanium"
 
808
                        OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
 
809
                        IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
 
810
                        ConfigurationType="2"
 
811
                        InheritedPropertySheets="UpgradeFromVC70.vsprops"
 
812
                        UseOfMFC="0"
 
813
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
814
                        WholeProgramOptimization="1"
 
815
                        >
 
816
                        <Tool
 
817
                                Name="VCPreBuildEventTool"
 
818
                        />
 
819
                        <Tool
 
820
                                Name="VCCustomBuildTool"
 
821
                        />
 
822
                        <Tool
 
823
                                Name="VCXMLDataGeneratorTool"
 
824
                        />
 
825
                        <Tool
 
826
                                Name="VCWebServiceProxyGeneratorTool"
 
827
                        />
 
828
                        <Tool
 
829
                                Name="VCMIDLTool"
 
830
                                PreprocessorDefinitions="NDEBUG"
 
831
                                MkTypLibCompatible="true"
 
832
                                SuppressStartupBanner="true"
 
833
                                TargetEnvironment="2"
 
834
                                TypeLibraryName="$(OutDir)/zlibvc.tlb"
 
835
                        />
 
836
                        <Tool
 
837
                                Name="VCCLCompilerTool"
 
838
                                InlineFunctionExpansion="1"
 
839
                                AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
 
840
                                PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
 
841
                                StringPooling="true"
 
842
                                ExceptionHandling="0"
 
843
                                RuntimeLibrary="2"
 
844
                                BufferSecurityCheck="false"
 
845
                                EnableFunctionLevelLinking="true"
 
846
                                PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
 
847
                                AssemblerOutput="2"
 
848
                                AssemblerListingLocation="$(IntDir)\"
 
849
                                ObjectFile="$(IntDir)\"
 
850
                                ProgramDataBaseFileName="$(OutDir)\"
 
851
                                BrowseInformation="0"
 
852
                                WarningLevel="3"
 
853
                                SuppressStartupBanner="true"
 
854
                        />
 
855
                        <Tool
 
856
                                Name="VCManagedResourceCompilerTool"
 
857
                        />
 
858
                        <Tool
 
859
                                Name="VCResourceCompilerTool"
 
860
                                PreprocessorDefinitions="NDEBUG"
 
861
                                Culture="1036"
 
862
                        />
 
863
                        <Tool
 
864
                                Name="VCPreLinkEventTool"
 
865
                        />
 
866
                        <Tool
 
867
                                Name="VCLinkerTool"
 
868
                                OutputFile="$(OutDir)\zlibwapi.dll"
 
869
                                LinkIncremental="1"
 
870
                                SuppressStartupBanner="true"
 
871
                                GenerateManifest="false"
 
872
                                IgnoreAllDefaultLibraries="false"
 
873
                                ModuleDefinitionFile=".\zlibvc.def"
 
874
                                ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
 
875
                                GenerateMapFile="true"
 
876
                                MapFileName="$(OutDir)/zlibwapi.map"
 
877
                                SubSystem="2"
 
878
                                OptimizeForWindows98="1"
 
879
                                ImportLibrary="$(OutDir)/zlibwapi.lib"
 
880
                                TargetMachine="5"
 
881
                        />
 
882
                        <Tool
 
883
                                Name="VCALinkTool"
 
884
                        />
 
885
                        <Tool
 
886
                                Name="VCManifestTool"
 
887
                        />
 
888
                        <Tool
 
889
                                Name="VCXDCMakeTool"
 
890
                        />
 
891
                        <Tool
 
892
                                Name="VCBscMakeTool"
 
893
                        />
 
894
                        <Tool
 
895
                                Name="VCFxCopTool"
 
896
                        />
 
897
                        <Tool
 
898
                                Name="VCAppVerifierTool"
 
899
                        />
 
900
                        <Tool
 
901
                                Name="VCPostBuildEventTool"
 
902
                        />
 
903
                </Configuration>
 
904
        </Configurations>
 
905
        <References>
 
906
        </References>
 
907
        <Files>
 
908
                <Filter
 
909
                        Name="Source Files"
 
910
                        Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
 
911
                        >
 
912
                        <File
 
913
                                RelativePath="..\..\..\adler32.c"
 
914
                                >
 
915
                        </File>
 
916
                        <File
 
917
                                RelativePath="..\..\..\compress.c"
 
918
                                >
 
919
                        </File>
 
920
                        <File
 
921
                                RelativePath="..\..\..\crc32.c"
 
922
                                >
 
923
                        </File>
 
924
                        <File
 
925
                                RelativePath="..\..\..\deflate.c"
 
926
                                >
 
927
                        </File>
 
928
                        <File
 
929
                                RelativePath="..\..\..\gzclose.c"
 
930
                                >
 
931
                        </File>
 
932
                        <File
 
933
                                RelativePath="..\..\..\gzguts.h"
 
934
                                >
 
935
                        </File>
 
936
                        <File
 
937
                                RelativePath="..\..\..\gzlib.c"
 
938
                                >
 
939
                        </File>
 
940
                        <File
 
941
                                RelativePath="..\..\..\gzread.c"
 
942
                                >
 
943
                        </File>
 
944
                        <File
 
945
                                RelativePath="..\..\..\gzwrite.c"
 
946
                                >
 
947
                        </File>
 
948
                        <File
 
949
                                RelativePath="..\..\..\infback.c"
 
950
                                >
 
951
                        </File>
 
952
                        <File
 
953
                                RelativePath="..\..\masmx64\inffas8664.c"
 
954
                                >
 
955
                                <FileConfiguration
 
956
                                        Name="Debug|Win32"
 
957
                                        ExcludedFromBuild="true"
 
958
                                        >
 
959
                                        <Tool
 
960
                                                Name="VCCLCompilerTool"
 
961
                                        />
 
962
                                </FileConfiguration>
 
963
                                <FileConfiguration
 
964
                                        Name="Debug|Itanium"
 
965
                                        ExcludedFromBuild="true"
 
966
                                        >
 
967
                                        <Tool
 
968
                                                Name="VCCLCompilerTool"
 
969
                                        />
 
970
                                </FileConfiguration>
 
971
                                <FileConfiguration
 
972
                                        Name="ReleaseWithoutAsm|Win32"
 
973
                                        ExcludedFromBuild="true"
 
974
                                        >
 
975
                                        <Tool
 
976
                                                Name="VCCLCompilerTool"
 
977
                                        />
 
978
                                </FileConfiguration>
 
979
                                <FileConfiguration
 
980
                                        Name="ReleaseWithoutAsm|Itanium"
 
981
                                        ExcludedFromBuild="true"
 
982
                                        >
 
983
                                        <Tool
 
984
                                                Name="VCCLCompilerTool"
 
985
                                        />
 
986
                                </FileConfiguration>
 
987
                                <FileConfiguration
 
988
                                        Name="Release|Win32"
 
989
                                        ExcludedFromBuild="true"
 
990
                                        >
 
991
                                        <Tool
 
992
                                                Name="VCCLCompilerTool"
 
993
                                        />
 
994
                                </FileConfiguration>
 
995
                                <FileConfiguration
 
996
                                        Name="Release|Itanium"
 
997
                                        ExcludedFromBuild="true"
 
998
                                        >
 
999
                                        <Tool
 
1000
                                                Name="VCCLCompilerTool"
 
1001
                                        />
 
1002
                                </FileConfiguration>
 
1003
                        </File>
 
1004
                        <File
 
1005
                                RelativePath="..\..\..\inffast.c"
 
1006
                                >
 
1007
                        </File>
 
1008
                        <File
 
1009
                                RelativePath="..\..\..\inflate.c"
 
1010
                                >
 
1011
                        </File>
 
1012
                        <File
 
1013
                                RelativePath="..\..\..\inftrees.c"
 
1014
                                >
 
1015
                        </File>
 
1016
                        <File
 
1017
                                RelativePath="..\..\minizip\ioapi.c"
 
1018
                                >
 
1019
                        </File>
 
1020
                        <File
 
1021
                                RelativePath="..\..\minizip\iowin32.c"
 
1022
                                >
 
1023
                        </File>
 
1024
                        <File
 
1025
                                RelativePath="..\..\..\trees.c"
 
1026
                                >
 
1027
                        </File>
 
1028
                        <File
 
1029
                                RelativePath="..\..\..\uncompr.c"
 
1030
                                >
 
1031
                        </File>
 
1032
                        <File
 
1033
                                RelativePath="..\..\minizip\unzip.c"
 
1034
                                >
 
1035
                                <FileConfiguration
 
1036
                                        Name="Release|Win32"
 
1037
                                        >
 
1038
                                        <Tool
 
1039
                                                Name="VCCLCompilerTool"
 
1040
                                                AdditionalIncludeDirectories=""
 
1041
                                                PreprocessorDefinitions="ZLIB_INTERNAL"
 
1042
                                        />
 
1043
                                </FileConfiguration>
 
1044
                                <FileConfiguration
 
1045
                                        Name="Release|x64"
 
1046
                                        >
 
1047
                                        <Tool
 
1048
                                                Name="VCCLCompilerTool"
 
1049
                                                AdditionalIncludeDirectories=""
 
1050
                                                PreprocessorDefinitions="ZLIB_INTERNAL"
 
1051
                                        />
 
1052
                                </FileConfiguration>
 
1053
                                <FileConfiguration
 
1054
                                        Name="Release|Itanium"
 
1055
                                        >
 
1056
                                        <Tool
 
1057
                                                Name="VCCLCompilerTool"
 
1058
                                                AdditionalIncludeDirectories=""
 
1059
                                                PreprocessorDefinitions="ZLIB_INTERNAL"
 
1060
                                        />
 
1061
                                </FileConfiguration>
 
1062
                        </File>
 
1063
                        <File
 
1064
                                RelativePath="..\..\minizip\zip.c"
 
1065
                                >
 
1066
                                <FileConfiguration
 
1067
                                        Name="Release|Win32"
 
1068
                                        >
 
1069
                                        <Tool
 
1070
                                                Name="VCCLCompilerTool"
 
1071
                                                AdditionalIncludeDirectories=""
 
1072
                                                PreprocessorDefinitions="ZLIB_INTERNAL"
 
1073
                                        />
 
1074
                                </FileConfiguration>
 
1075
                                <FileConfiguration
 
1076
                                        Name="Release|x64"
 
1077
                                        >
 
1078
                                        <Tool
 
1079
                                                Name="VCCLCompilerTool"
 
1080
                                                AdditionalIncludeDirectories=""
 
1081
                                                PreprocessorDefinitions="ZLIB_INTERNAL"
 
1082
                                        />
 
1083
                                </FileConfiguration>
 
1084
                                <FileConfiguration
 
1085
                                        Name="Release|Itanium"
 
1086
                                        >
 
1087
                                        <Tool
 
1088
                                                Name="VCCLCompilerTool"
 
1089
                                                AdditionalIncludeDirectories=""
 
1090
                                                PreprocessorDefinitions="ZLIB_INTERNAL"
 
1091
                                        />
 
1092
                                </FileConfiguration>
 
1093
                        </File>
 
1094
                        <File
 
1095
                                RelativePath=".\zlib.rc"
 
1096
                                >
 
1097
                        </File>
 
1098
                        <File
 
1099
                                RelativePath=".\zlibvc.def"
 
1100
                                >
 
1101
                        </File>
 
1102
                        <File
 
1103
                                RelativePath="..\..\..\zutil.c"
 
1104
                                >
 
1105
                        </File>
 
1106
                </Filter>
 
1107
                <Filter
 
1108
                        Name="Header Files"
 
1109
                        Filter="h;hpp;hxx;hm;inl;fi;fd"
 
1110
                        >
 
1111
                        <File
 
1112
                                RelativePath="..\..\..\deflate.h"
 
1113
                                >
 
1114
                        </File>
 
1115
                        <File
 
1116
                                RelativePath="..\..\..\infblock.h"
 
1117
                                >
 
1118
                        </File>
 
1119
                        <File
 
1120
                                RelativePath="..\..\..\infcodes.h"
 
1121
                                >
 
1122
                        </File>
 
1123
                        <File
 
1124
                                RelativePath="..\..\..\inffast.h"
 
1125
                                >
 
1126
                        </File>
 
1127
                        <File
 
1128
                                RelativePath="..\..\..\inftrees.h"
 
1129
                                >
 
1130
                        </File>
 
1131
                        <File
 
1132
                                RelativePath="..\..\..\infutil.h"
 
1133
                                >
 
1134
                        </File>
 
1135
                        <File
 
1136
                                RelativePath="..\..\..\zconf.h"
 
1137
                                >
 
1138
                        </File>
 
1139
                        <File
 
1140
                                RelativePath="..\..\..\zlib.h"
 
1141
                                >
 
1142
                        </File>
 
1143
                        <File
 
1144
                                RelativePath="..\..\..\zutil.h"
 
1145
                                >
 
1146
                        </File>
 
1147
                </Filter>
 
1148
                <Filter
 
1149
                        Name="Resource Files"
 
1150
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
 
1151
                        >
 
1152
                </Filter>
 
1153
        </Files>
 
1154
        <Globals>
 
1155
        </Globals>
 
1156
</VisualStudioProject>