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