diff options
Diffstat (limited to 'contrib/vstudio/vc9')
-rw-r--r-- | contrib/vstudio/vc9/miniunz.vcproj | 565 | ||||
-rw-r--r-- | contrib/vstudio/vc9/minizip.vcproj | 562 | ||||
-rw-r--r-- | contrib/vstudio/vc9/testzlib.vcproj | 946 | ||||
-rw-r--r-- | contrib/vstudio/vc9/testzlibdll.vcproj | 565 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlib.rc | 32 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlibstat.vcproj | 887 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlibvc.def | 114 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlibvc.sln | 144 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlibvc.vcproj | 1233 |
9 files changed, 5048 insertions, 0 deletions
diff --git a/contrib/vstudio/vc9/miniunz.vcproj b/contrib/vstudio/vc9/miniunz.vcproj new file mode 100644 index 0000000..7da32b9 --- /dev/null +++ b/contrib/vstudio/vc9/miniunz.vcproj | |||
@@ -0,0 +1,565 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9.00" | ||
5 | Name="miniunz" | ||
6 | ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694382A}" | ||
7 | Keyword="Win32Proj" | ||
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\MiniUnzip$(ConfigurationName)" | ||
27 | IntermediateDirectory="x86\MiniUnzip$(ConfigurationName)\Tmp" | ||
28 | ConfigurationType="1" | ||
29 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
30 | CharacterSet="2" | ||
31 | > | ||
32 | <Tool | ||
33 | Name="VCPreBuildEventTool" | ||
34 | /> | ||
35 | <Tool | ||
36 | Name="VCCustomBuildTool" | ||
37 | /> | ||
38 | <Tool | ||
39 | Name="VCXMLDataGeneratorTool" | ||
40 | /> | ||
41 | <Tool | ||
42 | Name="VCWebServiceProxyGeneratorTool" | ||
43 | /> | ||
44 | <Tool | ||
45 | Name="VCMIDLTool" | ||
46 | /> | ||
47 | <Tool | ||
48 | Name="VCCLCompilerTool" | ||
49 | Optimization="0" | ||
50 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
51 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE" | ||
52 | MinimalRebuild="true" | ||
53 | BasicRuntimeChecks="0" | ||
54 | RuntimeLibrary="1" | ||
55 | BufferSecurityCheck="false" | ||
56 | UsePrecompiledHeader="0" | ||
57 | AssemblerListingLocation="$(IntDir)\" | ||
58 | WarningLevel="3" | ||
59 | Detect64BitPortabilityProblems="true" | ||
60 | DebugInformationFormat="4" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCManagedResourceCompilerTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCResourceCompilerTool" | ||
67 | /> | ||
68 | <Tool | ||
69 | Name="VCPreLinkEventTool" | ||
70 | /> | ||
71 | <Tool | ||
72 | Name="VCLinkerTool" | ||
73 | AdditionalDependencies="x86\ZlibDllDebug\zlibwapi.lib" | ||
74 | OutputFile="$(OutDir)/miniunz.exe" | ||
75 | LinkIncremental="2" | ||
76 | GenerateManifest="false" | ||
77 | GenerateDebugInformation="true" | ||
78 | ProgramDatabaseFile="$(OutDir)/miniunz.pdb" | ||
79 | SubSystem="1" | ||
80 | RandomizedBaseAddress="1" | ||
81 | DataExecutionPrevention="0" | ||
82 | TargetMachine="1" | ||
83 | /> | ||
84 | <Tool | ||
85 | Name="VCALinkTool" | ||
86 | /> | ||
87 | <Tool | ||
88 | Name="VCManifestTool" | ||
89 | /> | ||
90 | <Tool | ||
91 | Name="VCXDCMakeTool" | ||
92 | /> | ||
93 | <Tool | ||
94 | Name="VCBscMakeTool" | ||
95 | /> | ||
96 | <Tool | ||
97 | Name="VCFxCopTool" | ||
98 | /> | ||
99 | <Tool | ||
100 | Name="VCAppVerifierTool" | ||
101 | /> | ||
102 | <Tool | ||
103 | Name="VCPostBuildEventTool" | ||
104 | /> | ||
105 | </Configuration> | ||
106 | <Configuration | ||
107 | Name="Release|Win32" | ||
108 | OutputDirectory="x86\MiniUnzip$(ConfigurationName)" | ||
109 | IntermediateDirectory="x86\MiniUnzip$(ConfigurationName)\Tmp" | ||
110 | ConfigurationType="1" | ||
111 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
112 | CharacterSet="2" | ||
113 | > | ||
114 | <Tool | ||
115 | Name="VCPreBuildEventTool" | ||
116 | /> | ||
117 | <Tool | ||
118 | Name="VCCustomBuildTool" | ||
119 | /> | ||
120 | <Tool | ||
121 | Name="VCXMLDataGeneratorTool" | ||
122 | /> | ||
123 | <Tool | ||
124 | Name="VCWebServiceProxyGeneratorTool" | ||
125 | /> | ||
126 | <Tool | ||
127 | Name="VCMIDLTool" | ||
128 | /> | ||
129 | <Tool | ||
130 | Name="VCCLCompilerTool" | ||
131 | Optimization="2" | ||
132 | InlineFunctionExpansion="1" | ||
133 | OmitFramePointers="true" | ||
134 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
135 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE" | ||
136 | StringPooling="true" | ||
137 | BasicRuntimeChecks="0" | ||
138 | RuntimeLibrary="0" | ||
139 | BufferSecurityCheck="false" | ||
140 | EnableFunctionLevelLinking="true" | ||
141 | UsePrecompiledHeader="0" | ||
142 | AssemblerListingLocation="$(IntDir)\" | ||
143 | WarningLevel="3" | ||
144 | Detect64BitPortabilityProblems="true" | ||
145 | DebugInformationFormat="3" | ||
146 | /> | ||
147 | <Tool | ||
148 | Name="VCManagedResourceCompilerTool" | ||
149 | /> | ||
150 | <Tool | ||
151 | Name="VCResourceCompilerTool" | ||
152 | /> | ||
153 | <Tool | ||
154 | Name="VCPreLinkEventTool" | ||
155 | /> | ||
156 | <Tool | ||
157 | Name="VCLinkerTool" | ||
158 | AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" | ||
159 | OutputFile="$(OutDir)/miniunz.exe" | ||
160 | LinkIncremental="1" | ||
161 | GenerateManifest="false" | ||
162 | GenerateDebugInformation="true" | ||
163 | SubSystem="1" | ||
164 | OptimizeReferences="2" | ||
165 | EnableCOMDATFolding="2" | ||
166 | OptimizeForWindows98="1" | ||
167 | RandomizedBaseAddress="1" | ||
168 | DataExecutionPrevention="0" | ||
169 | TargetMachine="1" | ||
170 | /> | ||
171 | <Tool | ||
172 | Name="VCALinkTool" | ||
173 | /> | ||
174 | <Tool | ||
175 | Name="VCManifestTool" | ||
176 | /> | ||
177 | <Tool | ||
178 | Name="VCXDCMakeTool" | ||
179 | /> | ||
180 | <Tool | ||
181 | Name="VCBscMakeTool" | ||
182 | /> | ||
183 | <Tool | ||
184 | Name="VCFxCopTool" | ||
185 | /> | ||
186 | <Tool | ||
187 | Name="VCAppVerifierTool" | ||
188 | /> | ||
189 | <Tool | ||
190 | Name="VCPostBuildEventTool" | ||
191 | /> | ||
192 | </Configuration> | ||
193 | <Configuration | ||
194 | Name="Debug|x64" | ||
195 | OutputDirectory="x64\MiniUnzip$(ConfigurationName)" | ||
196 | IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp" | ||
197 | ConfigurationType="1" | ||
198 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
199 | CharacterSet="2" | ||
200 | > | ||
201 | <Tool | ||
202 | Name="VCPreBuildEventTool" | ||
203 | /> | ||
204 | <Tool | ||
205 | Name="VCCustomBuildTool" | ||
206 | /> | ||
207 | <Tool | ||
208 | Name="VCXMLDataGeneratorTool" | ||
209 | /> | ||
210 | <Tool | ||
211 | Name="VCWebServiceProxyGeneratorTool" | ||
212 | /> | ||
213 | <Tool | ||
214 | Name="VCMIDLTool" | ||
215 | TargetEnvironment="3" | ||
216 | /> | ||
217 | <Tool | ||
218 | Name="VCCLCompilerTool" | ||
219 | Optimization="0" | ||
220 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
221 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
222 | MinimalRebuild="true" | ||
223 | BasicRuntimeChecks="0" | ||
224 | RuntimeLibrary="3" | ||
225 | BufferSecurityCheck="false" | ||
226 | UsePrecompiledHeader="0" | ||
227 | AssemblerListingLocation="$(IntDir)\" | ||
228 | WarningLevel="3" | ||
229 | Detect64BitPortabilityProblems="true" | ||
230 | DebugInformationFormat="3" | ||
231 | /> | ||
232 | <Tool | ||
233 | Name="VCManagedResourceCompilerTool" | ||
234 | /> | ||
235 | <Tool | ||
236 | Name="VCResourceCompilerTool" | ||
237 | /> | ||
238 | <Tool | ||
239 | Name="VCPreLinkEventTool" | ||
240 | /> | ||
241 | <Tool | ||
242 | Name="VCLinkerTool" | ||
243 | AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib" | ||
244 | OutputFile="$(OutDir)/miniunz.exe" | ||
245 | LinkIncremental="2" | ||
246 | GenerateManifest="false" | ||
247 | GenerateDebugInformation="true" | ||
248 | ProgramDatabaseFile="$(OutDir)/miniunz.pdb" | ||
249 | SubSystem="1" | ||
250 | TargetMachine="17" | ||
251 | /> | ||
252 | <Tool | ||
253 | Name="VCALinkTool" | ||
254 | /> | ||
255 | <Tool | ||
256 | Name="VCManifestTool" | ||
257 | /> | ||
258 | <Tool | ||
259 | Name="VCXDCMakeTool" | ||
260 | /> | ||
261 | <Tool | ||
262 | Name="VCBscMakeTool" | ||
263 | /> | ||
264 | <Tool | ||
265 | Name="VCFxCopTool" | ||
266 | /> | ||
267 | <Tool | ||
268 | Name="VCAppVerifierTool" | ||
269 | /> | ||
270 | <Tool | ||
271 | Name="VCWebDeploymentTool" | ||
272 | /> | ||
273 | <Tool | ||
274 | Name="VCPostBuildEventTool" | ||
275 | /> | ||
276 | </Configuration> | ||
277 | <Configuration | ||
278 | Name="Debug|Itanium" | ||
279 | OutputDirectory="ia64\MiniUnzip$(ConfigurationName)" | ||
280 | IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp" | ||
281 | ConfigurationType="1" | ||
282 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
283 | CharacterSet="2" | ||
284 | > | ||
285 | <Tool | ||
286 | Name="VCPreBuildEventTool" | ||
287 | /> | ||
288 | <Tool | ||
289 | Name="VCCustomBuildTool" | ||
290 | /> | ||
291 | <Tool | ||
292 | Name="VCXMLDataGeneratorTool" | ||
293 | /> | ||
294 | <Tool | ||
295 | Name="VCWebServiceProxyGeneratorTool" | ||
296 | /> | ||
297 | <Tool | ||
298 | Name="VCMIDLTool" | ||
299 | TargetEnvironment="2" | ||
300 | /> | ||
301 | <Tool | ||
302 | Name="VCCLCompilerTool" | ||
303 | Optimization="0" | ||
304 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
305 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
306 | MinimalRebuild="true" | ||
307 | BasicRuntimeChecks="0" | ||
308 | RuntimeLibrary="3" | ||
309 | BufferSecurityCheck="false" | ||
310 | UsePrecompiledHeader="0" | ||
311 | AssemblerListingLocation="$(IntDir)\" | ||
312 | WarningLevel="3" | ||
313 | Detect64BitPortabilityProblems="true" | ||
314 | DebugInformationFormat="3" | ||
315 | /> | ||
316 | <Tool | ||
317 | Name="VCManagedResourceCompilerTool" | ||
318 | /> | ||
319 | <Tool | ||
320 | Name="VCResourceCompilerTool" | ||
321 | /> | ||
322 | <Tool | ||
323 | Name="VCPreLinkEventTool" | ||
324 | /> | ||
325 | <Tool | ||
326 | Name="VCLinkerTool" | ||
327 | AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" | ||
328 | OutputFile="$(OutDir)/miniunz.exe" | ||
329 | LinkIncremental="2" | ||
330 | GenerateManifest="false" | ||
331 | GenerateDebugInformation="true" | ||
332 | ProgramDatabaseFile="$(OutDir)/miniunz.pdb" | ||
333 | SubSystem="1" | ||
334 | TargetMachine="5" | ||
335 | /> | ||
336 | <Tool | ||
337 | Name="VCALinkTool" | ||
338 | /> | ||
339 | <Tool | ||
340 | Name="VCManifestTool" | ||
341 | /> | ||
342 | <Tool | ||
343 | Name="VCXDCMakeTool" | ||
344 | /> | ||
345 | <Tool | ||
346 | Name="VCBscMakeTool" | ||
347 | /> | ||
348 | <Tool | ||
349 | Name="VCFxCopTool" | ||
350 | /> | ||
351 | <Tool | ||
352 | Name="VCAppVerifierTool" | ||
353 | /> | ||
354 | <Tool | ||
355 | Name="VCWebDeploymentTool" | ||
356 | /> | ||
357 | <Tool | ||
358 | Name="VCPostBuildEventTool" | ||
359 | /> | ||
360 | </Configuration> | ||
361 | <Configuration | ||
362 | Name="Release|x64" | ||
363 | OutputDirectory="x64\MiniUnzip$(ConfigurationName)" | ||
364 | IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp" | ||
365 | ConfigurationType="1" | ||
366 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
367 | CharacterSet="2" | ||
368 | > | ||
369 | <Tool | ||
370 | Name="VCPreBuildEventTool" | ||
371 | /> | ||
372 | <Tool | ||
373 | Name="VCCustomBuildTool" | ||
374 | /> | ||
375 | <Tool | ||
376 | Name="VCXMLDataGeneratorTool" | ||
377 | /> | ||
378 | <Tool | ||
379 | Name="VCWebServiceProxyGeneratorTool" | ||
380 | /> | ||
381 | <Tool | ||
382 | Name="VCMIDLTool" | ||
383 | TargetEnvironment="3" | ||
384 | /> | ||
385 | <Tool | ||
386 | Name="VCCLCompilerTool" | ||
387 | Optimization="2" | ||
388 | InlineFunctionExpansion="1" | ||
389 | OmitFramePointers="true" | ||
390 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
391 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
392 | StringPooling="true" | ||
393 | BasicRuntimeChecks="0" | ||
394 | RuntimeLibrary="2" | ||
395 | BufferSecurityCheck="false" | ||
396 | EnableFunctionLevelLinking="true" | ||
397 | UsePrecompiledHeader="0" | ||
398 | AssemblerListingLocation="$(IntDir)\" | ||
399 | WarningLevel="3" | ||
400 | Detect64BitPortabilityProblems="true" | ||
401 | DebugInformationFormat="3" | ||
402 | /> | ||
403 | <Tool | ||
404 | Name="VCManagedResourceCompilerTool" | ||
405 | /> | ||
406 | <Tool | ||
407 | Name="VCResourceCompilerTool" | ||
408 | /> | ||
409 | <Tool | ||
410 | Name="VCPreLinkEventTool" | ||
411 | /> | ||
412 | <Tool | ||
413 | Name="VCLinkerTool" | ||
414 | AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib" | ||
415 | OutputFile="$(OutDir)/miniunz.exe" | ||
416 | LinkIncremental="1" | ||
417 | GenerateManifest="false" | ||
418 | GenerateDebugInformation="true" | ||
419 | SubSystem="1" | ||
420 | OptimizeReferences="2" | ||
421 | EnableCOMDATFolding="2" | ||
422 | OptimizeForWindows98="1" | ||
423 | TargetMachine="17" | ||
424 | /> | ||
425 | <Tool | ||
426 | Name="VCALinkTool" | ||
427 | /> | ||
428 | <Tool | ||
429 | Name="VCManifestTool" | ||
430 | /> | ||
431 | <Tool | ||
432 | Name="VCXDCMakeTool" | ||
433 | /> | ||
434 | <Tool | ||
435 | Name="VCBscMakeTool" | ||
436 | /> | ||
437 | <Tool | ||
438 | Name="VCFxCopTool" | ||
439 | /> | ||
440 | <Tool | ||
441 | Name="VCAppVerifierTool" | ||
442 | /> | ||
443 | <Tool | ||
444 | Name="VCWebDeploymentTool" | ||
445 | /> | ||
446 | <Tool | ||
447 | Name="VCPostBuildEventTool" | ||
448 | /> | ||
449 | </Configuration> | ||
450 | <Configuration | ||
451 | Name="Release|Itanium" | ||
452 | OutputDirectory="ia64\MiniUnzip$(ConfigurationName)" | ||
453 | IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp" | ||
454 | ConfigurationType="1" | ||
455 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
456 | CharacterSet="2" | ||
457 | > | ||
458 | <Tool | ||
459 | Name="VCPreBuildEventTool" | ||
460 | /> | ||
461 | <Tool | ||
462 | Name="VCCustomBuildTool" | ||
463 | /> | ||
464 | <Tool | ||
465 | Name="VCXMLDataGeneratorTool" | ||
466 | /> | ||
467 | <Tool | ||
468 | Name="VCWebServiceProxyGeneratorTool" | ||
469 | /> | ||
470 | <Tool | ||
471 | Name="VCMIDLTool" | ||
472 | TargetEnvironment="2" | ||
473 | /> | ||
474 | <Tool | ||
475 | Name="VCCLCompilerTool" | ||
476 | Optimization="2" | ||
477 | InlineFunctionExpansion="1" | ||
478 | OmitFramePointers="true" | ||
479 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
480 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
481 | StringPooling="true" | ||
482 | BasicRuntimeChecks="0" | ||
483 | RuntimeLibrary="2" | ||
484 | BufferSecurityCheck="false" | ||
485 | EnableFunctionLevelLinking="true" | ||
486 | UsePrecompiledHeader="0" | ||
487 | AssemblerListingLocation="$(IntDir)\" | ||
488 | WarningLevel="3" | ||
489 | Detect64BitPortabilityProblems="true" | ||
490 | DebugInformationFormat="3" | ||
491 | /> | ||
492 | <Tool | ||
493 | Name="VCManagedResourceCompilerTool" | ||
494 | /> | ||
495 | <Tool | ||
496 | Name="VCResourceCompilerTool" | ||
497 | /> | ||
498 | <Tool | ||
499 | Name="VCPreLinkEventTool" | ||
500 | /> | ||
501 | <Tool | ||
502 | Name="VCLinkerTool" | ||
503 | AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib" | ||
504 | OutputFile="$(OutDir)/miniunz.exe" | ||
505 | LinkIncremental="1" | ||
506 | GenerateManifest="false" | ||
507 | GenerateDebugInformation="true" | ||
508 | SubSystem="1" | ||
509 | OptimizeReferences="2" | ||
510 | EnableCOMDATFolding="2" | ||
511 | OptimizeForWindows98="1" | ||
512 | TargetMachine="5" | ||
513 | /> | ||
514 | <Tool | ||
515 | Name="VCALinkTool" | ||
516 | /> | ||
517 | <Tool | ||
518 | Name="VCManifestTool" | ||
519 | /> | ||
520 | <Tool | ||
521 | Name="VCXDCMakeTool" | ||
522 | /> | ||
523 | <Tool | ||
524 | Name="VCBscMakeTool" | ||
525 | /> | ||
526 | <Tool | ||
527 | Name="VCFxCopTool" | ||
528 | /> | ||
529 | <Tool | ||
530 | Name="VCAppVerifierTool" | ||
531 | /> | ||
532 | <Tool | ||
533 | Name="VCWebDeploymentTool" | ||
534 | /> | ||
535 | <Tool | ||
536 | Name="VCPostBuildEventTool" | ||
537 | /> | ||
538 | </Configuration> | ||
539 | </Configurations> | ||
540 | <References> | ||
541 | </References> | ||
542 | <Files> | ||
543 | <Filter | ||
544 | Name="Source Files" | ||
545 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | ||
546 | > | ||
547 | <File | ||
548 | RelativePath="..\..\minizip\miniunz.c" | ||
549 | > | ||
550 | </File> | ||
551 | </Filter> | ||
552 | <Filter | ||
553 | Name="Header Files" | ||
554 | Filter="h;hpp;hxx;hm;inl;inc" | ||
555 | > | ||
556 | </Filter> | ||
557 | <Filter | ||
558 | Name="Resource Files" | ||
559 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
560 | > | ||
561 | </Filter> | ||
562 | </Files> | ||
563 | <Globals> | ||
564 | </Globals> | ||
565 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/minizip.vcproj b/contrib/vstudio/vc9/minizip.vcproj new file mode 100644 index 0000000..e57e07d --- /dev/null +++ b/contrib/vstudio/vc9/minizip.vcproj | |||
@@ -0,0 +1,562 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9.00" | ||
5 | Name="minizip" | ||
6 | ProjectGUID="{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" | ||
7 | Keyword="Win32Proj" | ||
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\MiniZip$(ConfigurationName)" | ||
27 | IntermediateDirectory="x86\MiniZip$(ConfigurationName)\Tmp" | ||
28 | ConfigurationType="1" | ||
29 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
30 | CharacterSet="2" | ||
31 | > | ||
32 | <Tool | ||
33 | Name="VCPreBuildEventTool" | ||
34 | /> | ||
35 | <Tool | ||
36 | Name="VCCustomBuildTool" | ||
37 | /> | ||
38 | <Tool | ||
39 | Name="VCXMLDataGeneratorTool" | ||
40 | /> | ||
41 | <Tool | ||
42 | Name="VCWebServiceProxyGeneratorTool" | ||
43 | /> | ||
44 | <Tool | ||
45 | Name="VCMIDLTool" | ||
46 | /> | ||
47 | <Tool | ||
48 | Name="VCCLCompilerTool" | ||
49 | Optimization="0" | ||
50 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
51 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE" | ||
52 | MinimalRebuild="true" | ||
53 | BasicRuntimeChecks="0" | ||
54 | RuntimeLibrary="1" | ||
55 | BufferSecurityCheck="false" | ||
56 | UsePrecompiledHeader="0" | ||
57 | AssemblerListingLocation="$(IntDir)\" | ||
58 | WarningLevel="3" | ||
59 | Detect64BitPortabilityProblems="true" | ||
60 | DebugInformationFormat="4" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCManagedResourceCompilerTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCResourceCompilerTool" | ||
67 | /> | ||
68 | <Tool | ||
69 | Name="VCPreLinkEventTool" | ||
70 | /> | ||
71 | <Tool | ||
72 | Name="VCLinkerTool" | ||
73 | AdditionalDependencies="x86\ZlibDllDebug\zlibwapi.lib" | ||
74 | OutputFile="$(OutDir)/minizip.exe" | ||
75 | LinkIncremental="2" | ||
76 | GenerateManifest="false" | ||
77 | GenerateDebugInformation="true" | ||
78 | ProgramDatabaseFile="$(OutDir)/minizip.pdb" | ||
79 | SubSystem="1" | ||
80 | RandomizedBaseAddress="1" | ||
81 | DataExecutionPrevention="0" | ||
82 | TargetMachine="1" | ||
83 | /> | ||
84 | <Tool | ||
85 | Name="VCALinkTool" | ||
86 | /> | ||
87 | <Tool | ||
88 | Name="VCManifestTool" | ||
89 | /> | ||
90 | <Tool | ||
91 | Name="VCXDCMakeTool" | ||
92 | /> | ||
93 | <Tool | ||
94 | Name="VCBscMakeTool" | ||
95 | /> | ||
96 | <Tool | ||
97 | Name="VCFxCopTool" | ||
98 | /> | ||
99 | <Tool | ||
100 | Name="VCAppVerifierTool" | ||
101 | /> | ||
102 | <Tool | ||
103 | Name="VCPostBuildEventTool" | ||
104 | /> | ||
105 | </Configuration> | ||
106 | <Configuration | ||
107 | Name="Release|Win32" | ||
108 | OutputDirectory="x86\MiniZip$(ConfigurationName)" | ||
109 | IntermediateDirectory="x86\MiniZip$(ConfigurationName)\Tmp" | ||
110 | ConfigurationType="1" | ||
111 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
112 | CharacterSet="2" | ||
113 | > | ||
114 | <Tool | ||
115 | Name="VCPreBuildEventTool" | ||
116 | /> | ||
117 | <Tool | ||
118 | Name="VCCustomBuildTool" | ||
119 | /> | ||
120 | <Tool | ||
121 | Name="VCXMLDataGeneratorTool" | ||
122 | /> | ||
123 | <Tool | ||
124 | Name="VCWebServiceProxyGeneratorTool" | ||
125 | /> | ||
126 | <Tool | ||
127 | Name="VCMIDLTool" | ||
128 | /> | ||
129 | <Tool | ||
130 | Name="VCCLCompilerTool" | ||
131 | Optimization="2" | ||
132 | InlineFunctionExpansion="1" | ||
133 | OmitFramePointers="true" | ||
134 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
135 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE" | ||
136 | StringPooling="true" | ||
137 | BasicRuntimeChecks="0" | ||
138 | RuntimeLibrary="0" | ||
139 | BufferSecurityCheck="false" | ||
140 | EnableFunctionLevelLinking="true" | ||
141 | UsePrecompiledHeader="0" | ||
142 | AssemblerListingLocation="$(IntDir)\" | ||
143 | WarningLevel="3" | ||
144 | Detect64BitPortabilityProblems="true" | ||
145 | DebugInformationFormat="3" | ||
146 | /> | ||
147 | <Tool | ||
148 | Name="VCManagedResourceCompilerTool" | ||
149 | /> | ||
150 | <Tool | ||
151 | Name="VCResourceCompilerTool" | ||
152 | /> | ||
153 | <Tool | ||
154 | Name="VCPreLinkEventTool" | ||
155 | /> | ||
156 | <Tool | ||
157 | Name="VCLinkerTool" | ||
158 | AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" | ||
159 | OutputFile="$(OutDir)/minizip.exe" | ||
160 | LinkIncremental="1" | ||
161 | GenerateDebugInformation="true" | ||
162 | SubSystem="1" | ||
163 | OptimizeReferences="2" | ||
164 | EnableCOMDATFolding="2" | ||
165 | OptimizeForWindows98="1" | ||
166 | RandomizedBaseAddress="1" | ||
167 | DataExecutionPrevention="0" | ||
168 | TargetMachine="1" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCALinkTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCManifestTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCXDCMakeTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCBscMakeTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCFxCopTool" | ||
184 | /> | ||
185 | <Tool | ||
186 | Name="VCAppVerifierTool" | ||
187 | /> | ||
188 | <Tool | ||
189 | Name="VCPostBuildEventTool" | ||
190 | /> | ||
191 | </Configuration> | ||
192 | <Configuration | ||
193 | Name="Debug|x64" | ||
194 | OutputDirectory="x64\$(ConfigurationName)" | ||
195 | IntermediateDirectory="x64\$(ConfigurationName)" | ||
196 | ConfigurationType="1" | ||
197 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
198 | CharacterSet="2" | ||
199 | > | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool" | ||
202 | /> | ||
203 | <Tool | ||
204 | Name="VCCustomBuildTool" | ||
205 | /> | ||
206 | <Tool | ||
207 | Name="VCXMLDataGeneratorTool" | ||
208 | /> | ||
209 | <Tool | ||
210 | Name="VCWebServiceProxyGeneratorTool" | ||
211 | /> | ||
212 | <Tool | ||
213 | Name="VCMIDLTool" | ||
214 | TargetEnvironment="3" | ||
215 | /> | ||
216 | <Tool | ||
217 | Name="VCCLCompilerTool" | ||
218 | Optimization="0" | ||
219 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
220 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
221 | MinimalRebuild="true" | ||
222 | BasicRuntimeChecks="0" | ||
223 | RuntimeLibrary="3" | ||
224 | BufferSecurityCheck="false" | ||
225 | UsePrecompiledHeader="0" | ||
226 | AssemblerListingLocation="$(IntDir)\" | ||
227 | WarningLevel="3" | ||
228 | Detect64BitPortabilityProblems="true" | ||
229 | DebugInformationFormat="3" | ||
230 | /> | ||
231 | <Tool | ||
232 | Name="VCManagedResourceCompilerTool" | ||
233 | /> | ||
234 | <Tool | ||
235 | Name="VCResourceCompilerTool" | ||
236 | /> | ||
237 | <Tool | ||
238 | Name="VCPreLinkEventTool" | ||
239 | /> | ||
240 | <Tool | ||
241 | Name="VCLinkerTool" | ||
242 | AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib" | ||
243 | OutputFile="$(OutDir)/minizip.exe" | ||
244 | LinkIncremental="2" | ||
245 | GenerateManifest="false" | ||
246 | GenerateDebugInformation="true" | ||
247 | ProgramDatabaseFile="$(OutDir)/minizip.pdb" | ||
248 | SubSystem="1" | ||
249 | TargetMachine="17" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCALinkTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCManifestTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCXDCMakeTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCBscMakeTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCFxCopTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCAppVerifierTool" | ||
268 | /> | ||
269 | <Tool | ||
270 | Name="VCWebDeploymentTool" | ||
271 | /> | ||
272 | <Tool | ||
273 | Name="VCPostBuildEventTool" | ||
274 | /> | ||
275 | </Configuration> | ||
276 | <Configuration | ||
277 | Name="Debug|Itanium" | ||
278 | OutputDirectory="ia64\$(ConfigurationName)" | ||
279 | IntermediateDirectory="ia64\$(ConfigurationName)" | ||
280 | ConfigurationType="1" | ||
281 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
282 | CharacterSet="2" | ||
283 | > | ||
284 | <Tool | ||
285 | Name="VCPreBuildEventTool" | ||
286 | /> | ||
287 | <Tool | ||
288 | Name="VCCustomBuildTool" | ||
289 | /> | ||
290 | <Tool | ||
291 | Name="VCXMLDataGeneratorTool" | ||
292 | /> | ||
293 | <Tool | ||
294 | Name="VCWebServiceProxyGeneratorTool" | ||
295 | /> | ||
296 | <Tool | ||
297 | Name="VCMIDLTool" | ||
298 | TargetEnvironment="2" | ||
299 | /> | ||
300 | <Tool | ||
301 | Name="VCCLCompilerTool" | ||
302 | Optimization="0" | ||
303 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
304 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
305 | MinimalRebuild="true" | ||
306 | BasicRuntimeChecks="0" | ||
307 | RuntimeLibrary="3" | ||
308 | BufferSecurityCheck="false" | ||
309 | UsePrecompiledHeader="0" | ||
310 | AssemblerListingLocation="$(IntDir)\" | ||
311 | WarningLevel="3" | ||
312 | Detect64BitPortabilityProblems="true" | ||
313 | DebugInformationFormat="3" | ||
314 | /> | ||
315 | <Tool | ||
316 | Name="VCManagedResourceCompilerTool" | ||
317 | /> | ||
318 | <Tool | ||
319 | Name="VCResourceCompilerTool" | ||
320 | /> | ||
321 | <Tool | ||
322 | Name="VCPreLinkEventTool" | ||
323 | /> | ||
324 | <Tool | ||
325 | Name="VCLinkerTool" | ||
326 | AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" | ||
327 | OutputFile="$(OutDir)/minizip.exe" | ||
328 | LinkIncremental="2" | ||
329 | GenerateManifest="false" | ||
330 | GenerateDebugInformation="true" | ||
331 | ProgramDatabaseFile="$(OutDir)/minizip.pdb" | ||
332 | SubSystem="1" | ||
333 | TargetMachine="5" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCALinkTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCManifestTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCXDCMakeTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCBscMakeTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCFxCopTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCAppVerifierTool" | ||
352 | /> | ||
353 | <Tool | ||
354 | Name="VCWebDeploymentTool" | ||
355 | /> | ||
356 | <Tool | ||
357 | Name="VCPostBuildEventTool" | ||
358 | /> | ||
359 | </Configuration> | ||
360 | <Configuration | ||
361 | Name="Release|x64" | ||
362 | OutputDirectory="x64\$(ConfigurationName)" | ||
363 | IntermediateDirectory="x64\$(ConfigurationName)" | ||
364 | ConfigurationType="1" | ||
365 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
366 | CharacterSet="2" | ||
367 | > | ||
368 | <Tool | ||
369 | Name="VCPreBuildEventTool" | ||
370 | /> | ||
371 | <Tool | ||
372 | Name="VCCustomBuildTool" | ||
373 | /> | ||
374 | <Tool | ||
375 | Name="VCXMLDataGeneratorTool" | ||
376 | /> | ||
377 | <Tool | ||
378 | Name="VCWebServiceProxyGeneratorTool" | ||
379 | /> | ||
380 | <Tool | ||
381 | Name="VCMIDLTool" | ||
382 | TargetEnvironment="3" | ||
383 | /> | ||
384 | <Tool | ||
385 | Name="VCCLCompilerTool" | ||
386 | Optimization="2" | ||
387 | InlineFunctionExpansion="1" | ||
388 | OmitFramePointers="true" | ||
389 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
390 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
391 | StringPooling="true" | ||
392 | BasicRuntimeChecks="0" | ||
393 | RuntimeLibrary="2" | ||
394 | BufferSecurityCheck="false" | ||
395 | EnableFunctionLevelLinking="true" | ||
396 | UsePrecompiledHeader="0" | ||
397 | AssemblerListingLocation="$(IntDir)\" | ||
398 | WarningLevel="3" | ||
399 | Detect64BitPortabilityProblems="true" | ||
400 | DebugInformationFormat="3" | ||
401 | /> | ||
402 | <Tool | ||
403 | Name="VCManagedResourceCompilerTool" | ||
404 | /> | ||
405 | <Tool | ||
406 | Name="VCResourceCompilerTool" | ||
407 | /> | ||
408 | <Tool | ||
409 | Name="VCPreLinkEventTool" | ||
410 | /> | ||
411 | <Tool | ||
412 | Name="VCLinkerTool" | ||
413 | AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib" | ||
414 | OutputFile="$(OutDir)/minizip.exe" | ||
415 | LinkIncremental="1" | ||
416 | GenerateDebugInformation="true" | ||
417 | SubSystem="1" | ||
418 | OptimizeReferences="2" | ||
419 | EnableCOMDATFolding="2" | ||
420 | OptimizeForWindows98="1" | ||
421 | TargetMachine="17" | ||
422 | /> | ||
423 | <Tool | ||
424 | Name="VCALinkTool" | ||
425 | /> | ||
426 | <Tool | ||
427 | Name="VCManifestTool" | ||
428 | /> | ||
429 | <Tool | ||
430 | Name="VCXDCMakeTool" | ||
431 | /> | ||
432 | <Tool | ||
433 | Name="VCBscMakeTool" | ||
434 | /> | ||
435 | <Tool | ||
436 | Name="VCFxCopTool" | ||
437 | /> | ||
438 | <Tool | ||
439 | Name="VCAppVerifierTool" | ||
440 | /> | ||
441 | <Tool | ||
442 | Name="VCWebDeploymentTool" | ||
443 | /> | ||
444 | <Tool | ||
445 | Name="VCPostBuildEventTool" | ||
446 | /> | ||
447 | </Configuration> | ||
448 | <Configuration | ||
449 | Name="Release|Itanium" | ||
450 | OutputDirectory="ia64\$(ConfigurationName)" | ||
451 | IntermediateDirectory="ia64\$(ConfigurationName)" | ||
452 | ConfigurationType="1" | ||
453 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
454 | CharacterSet="2" | ||
455 | > | ||
456 | <Tool | ||
457 | Name="VCPreBuildEventTool" | ||
458 | /> | ||
459 | <Tool | ||
460 | Name="VCCustomBuildTool" | ||
461 | /> | ||
462 | <Tool | ||
463 | Name="VCXMLDataGeneratorTool" | ||
464 | /> | ||
465 | <Tool | ||
466 | Name="VCWebServiceProxyGeneratorTool" | ||
467 | /> | ||
468 | <Tool | ||
469 | Name="VCMIDLTool" | ||
470 | TargetEnvironment="2" | ||
471 | /> | ||
472 | <Tool | ||
473 | Name="VCCLCompilerTool" | ||
474 | Optimization="2" | ||
475 | InlineFunctionExpansion="1" | ||
476 | OmitFramePointers="true" | ||
477 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
478 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
479 | StringPooling="true" | ||
480 | BasicRuntimeChecks="0" | ||
481 | RuntimeLibrary="2" | ||
482 | BufferSecurityCheck="false" | ||
483 | EnableFunctionLevelLinking="true" | ||
484 | UsePrecompiledHeader="0" | ||
485 | AssemblerListingLocation="$(IntDir)\" | ||
486 | WarningLevel="3" | ||
487 | Detect64BitPortabilityProblems="true" | ||
488 | DebugInformationFormat="3" | ||
489 | /> | ||
490 | <Tool | ||
491 | Name="VCManagedResourceCompilerTool" | ||
492 | /> | ||
493 | <Tool | ||
494 | Name="VCResourceCompilerTool" | ||
495 | /> | ||
496 | <Tool | ||
497 | Name="VCPreLinkEventTool" | ||
498 | /> | ||
499 | <Tool | ||
500 | Name="VCLinkerTool" | ||
501 | AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib" | ||
502 | OutputFile="$(OutDir)/minizip.exe" | ||
503 | LinkIncremental="1" | ||
504 | GenerateDebugInformation="true" | ||
505 | SubSystem="1" | ||
506 | OptimizeReferences="2" | ||
507 | EnableCOMDATFolding="2" | ||
508 | OptimizeForWindows98="1" | ||
509 | TargetMachine="5" | ||
510 | /> | ||
511 | <Tool | ||
512 | Name="VCALinkTool" | ||
513 | /> | ||
514 | <Tool | ||
515 | Name="VCManifestTool" | ||
516 | /> | ||
517 | <Tool | ||
518 | Name="VCXDCMakeTool" | ||
519 | /> | ||
520 | <Tool | ||
521 | Name="VCBscMakeTool" | ||
522 | /> | ||
523 | <Tool | ||
524 | Name="VCFxCopTool" | ||
525 | /> | ||
526 | <Tool | ||
527 | Name="VCAppVerifierTool" | ||
528 | /> | ||
529 | <Tool | ||
530 | Name="VCWebDeploymentTool" | ||
531 | /> | ||
532 | <Tool | ||
533 | Name="VCPostBuildEventTool" | ||
534 | /> | ||
535 | </Configuration> | ||
536 | </Configurations> | ||
537 | <References> | ||
538 | </References> | ||
539 | <Files> | ||
540 | <Filter | ||
541 | Name="Source Files" | ||
542 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | ||
543 | > | ||
544 | <File | ||
545 | RelativePath="..\..\minizip\minizip.c" | ||
546 | > | ||
547 | </File> | ||
548 | </Filter> | ||
549 | <Filter | ||
550 | Name="Header Files" | ||
551 | Filter="h;hpp;hxx;hm;inl;inc" | ||
552 | > | ||
553 | </Filter> | ||
554 | <Filter | ||
555 | Name="Resource Files" | ||
556 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
557 | > | ||
558 | </Filter> | ||
559 | </Files> | ||
560 | <Globals> | ||
561 | </Globals> | ||
562 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/testzlib.vcproj b/contrib/vstudio/vc9/testzlib.vcproj new file mode 100644 index 0000000..9ad07ae --- /dev/null +++ b/contrib/vstudio/vc9/testzlib.vcproj | |||
@@ -0,0 +1,946 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9.00" | ||
5 | Name="testzlib" | ||
6 | ProjectGUID="{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
7 | RootNamespace="testzlib" | ||
8 | Keyword="Win32Proj" | ||
9 | TargetFrameworkVersion="131072" | ||
10 | > | ||
11 | <Platforms> | ||
12 | <Platform | ||
13 | Name="Win32" | ||
14 | /> | ||
15 | <Platform | ||
16 | Name="x64" | ||
17 | /> | ||
18 | <Platform | ||
19 | Name="Itanium" | ||
20 | /> | ||
21 | </Platforms> | ||
22 | <ToolFiles> | ||
23 | </ToolFiles> | ||
24 | <Configurations> | ||
25 | <Configuration | ||
26 | Name="Debug|Win32" | ||
27 | OutputDirectory="x86\TestZlib$(ConfigurationName)" | ||
28 | IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp" | ||
29 | ConfigurationType="1" | ||
30 | CharacterSet="2" | ||
31 | > | ||
32 | <Tool | ||
33 | Name="VCPreBuildEventTool" | ||
34 | /> | ||
35 | <Tool | ||
36 | Name="VCCustomBuildTool" | ||
37 | /> | ||
38 | <Tool | ||
39 | Name="VCXMLDataGeneratorTool" | ||
40 | /> | ||
41 | <Tool | ||
42 | Name="VCWebServiceProxyGeneratorTool" | ||
43 | /> | ||
44 | <Tool | ||
45 | Name="VCMIDLTool" | ||
46 | /> | ||
47 | <Tool | ||
48 | Name="VCCLCompilerTool" | ||
49 | Optimization="0" | ||
50 | AdditionalIncludeDirectories="..\..\.." | ||
51 | PreprocessorDefinitions="ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
52 | MinimalRebuild="true" | ||
53 | BasicRuntimeChecks="0" | ||
54 | RuntimeLibrary="1" | ||
55 | BufferSecurityCheck="false" | ||
56 | UsePrecompiledHeader="0" | ||
57 | AssemblerOutput="4" | ||
58 | AssemblerListingLocation="$(IntDir)\" | ||
59 | WarningLevel="3" | ||
60 | Detect64BitPortabilityProblems="true" | ||
61 | DebugInformationFormat="4" | ||
62 | /> | ||
63 | <Tool | ||
64 | Name="VCManagedResourceCompilerTool" | ||
65 | /> | ||
66 | <Tool | ||
67 | Name="VCResourceCompilerTool" | ||
68 | /> | ||
69 | <Tool | ||
70 | Name="VCPreLinkEventTool" | ||
71 | /> | ||
72 | <Tool | ||
73 | Name="VCLinkerTool" | ||
74 | AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj" | ||
75 | OutputFile="$(OutDir)/testzlib.exe" | ||
76 | LinkIncremental="2" | ||
77 | GenerateManifest="false" | ||
78 | GenerateDebugInformation="true" | ||
79 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
80 | SubSystem="1" | ||
81 | RandomizedBaseAddress="1" | ||
82 | DataExecutionPrevention="0" | ||
83 | TargetMachine="1" | ||
84 | /> | ||
85 | <Tool | ||
86 | Name="VCALinkTool" | ||
87 | /> | ||
88 | <Tool | ||
89 | Name="VCManifestTool" | ||
90 | /> | ||
91 | <Tool | ||
92 | Name="VCXDCMakeTool" | ||
93 | /> | ||
94 | <Tool | ||
95 | Name="VCBscMakeTool" | ||
96 | /> | ||
97 | <Tool | ||
98 | Name="VCFxCopTool" | ||
99 | /> | ||
100 | <Tool | ||
101 | Name="VCAppVerifierTool" | ||
102 | /> | ||
103 | <Tool | ||
104 | Name="VCPostBuildEventTool" | ||
105 | /> | ||
106 | </Configuration> | ||
107 | <Configuration | ||
108 | Name="ReleaseWithoutAsm|Win32" | ||
109 | OutputDirectory="x86\TestZlib$(ConfigurationName)" | ||
110 | IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp" | ||
111 | ConfigurationType="1" | ||
112 | CharacterSet="2" | ||
113 | WholeProgramOptimization="1" | ||
114 | > | ||
115 | <Tool | ||
116 | Name="VCPreBuildEventTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCCustomBuildTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCXMLDataGeneratorTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCWebServiceProxyGeneratorTool" | ||
126 | /> | ||
127 | <Tool | ||
128 | Name="VCMIDLTool" | ||
129 | /> | ||
130 | <Tool | ||
131 | Name="VCCLCompilerTool" | ||
132 | Optimization="2" | ||
133 | InlineFunctionExpansion="1" | ||
134 | OmitFramePointers="true" | ||
135 | AdditionalIncludeDirectories="..\..\.." | ||
136 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
137 | StringPooling="true" | ||
138 | BasicRuntimeChecks="0" | ||
139 | RuntimeLibrary="0" | ||
140 | BufferSecurityCheck="false" | ||
141 | EnableFunctionLevelLinking="true" | ||
142 | UsePrecompiledHeader="0" | ||
143 | AssemblerListingLocation="$(IntDir)\" | ||
144 | WarningLevel="3" | ||
145 | Detect64BitPortabilityProblems="true" | ||
146 | DebugInformationFormat="3" | ||
147 | /> | ||
148 | <Tool | ||
149 | Name="VCManagedResourceCompilerTool" | ||
150 | /> | ||
151 | <Tool | ||
152 | Name="VCResourceCompilerTool" | ||
153 | /> | ||
154 | <Tool | ||
155 | Name="VCPreLinkEventTool" | ||
156 | /> | ||
157 | <Tool | ||
158 | Name="VCLinkerTool" | ||
159 | OutputFile="$(OutDir)/testzlib.exe" | ||
160 | LinkIncremental="1" | ||
161 | GenerateManifest="false" | ||
162 | GenerateDebugInformation="true" | ||
163 | SubSystem="1" | ||
164 | OptimizeReferences="2" | ||
165 | EnableCOMDATFolding="2" | ||
166 | OptimizeForWindows98="1" | ||
167 | RandomizedBaseAddress="1" | ||
168 | DataExecutionPrevention="0" | ||
169 | TargetMachine="1" | ||
170 | /> | ||
171 | <Tool | ||
172 | Name="VCALinkTool" | ||
173 | /> | ||
174 | <Tool | ||
175 | Name="VCManifestTool" | ||
176 | /> | ||
177 | <Tool | ||
178 | Name="VCXDCMakeTool" | ||
179 | /> | ||
180 | <Tool | ||
181 | Name="VCBscMakeTool" | ||
182 | /> | ||
183 | <Tool | ||
184 | Name="VCFxCopTool" | ||
185 | /> | ||
186 | <Tool | ||
187 | Name="VCAppVerifierTool" | ||
188 | /> | ||
189 | <Tool | ||
190 | Name="VCPostBuildEventTool" | ||
191 | /> | ||
192 | </Configuration> | ||
193 | <Configuration | ||
194 | Name="Release|Win32" | ||
195 | OutputDirectory="x86\TestZlib$(ConfigurationName)" | ||
196 | IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp" | ||
197 | ConfigurationType="1" | ||
198 | CharacterSet="2" | ||
199 | WholeProgramOptimization="1" | ||
200 | > | ||
201 | <Tool | ||
202 | Name="VCPreBuildEventTool" | ||
203 | /> | ||
204 | <Tool | ||
205 | Name="VCCustomBuildTool" | ||
206 | /> | ||
207 | <Tool | ||
208 | Name="VCXMLDataGeneratorTool" | ||
209 | /> | ||
210 | <Tool | ||
211 | Name="VCWebServiceProxyGeneratorTool" | ||
212 | /> | ||
213 | <Tool | ||
214 | Name="VCMIDLTool" | ||
215 | /> | ||
216 | <Tool | ||
217 | Name="VCCLCompilerTool" | ||
218 | Optimization="2" | ||
219 | InlineFunctionExpansion="1" | ||
220 | OmitFramePointers="true" | ||
221 | AdditionalIncludeDirectories="..\..\.." | ||
222 | PreprocessorDefinitions="ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
223 | StringPooling="true" | ||
224 | BasicRuntimeChecks="0" | ||
225 | RuntimeLibrary="0" | ||
226 | BufferSecurityCheck="false" | ||
227 | EnableFunctionLevelLinking="true" | ||
228 | UsePrecompiledHeader="0" | ||
229 | AssemblerListingLocation="$(IntDir)\" | ||
230 | WarningLevel="3" | ||
231 | Detect64BitPortabilityProblems="true" | ||
232 | DebugInformationFormat="3" | ||
233 | /> | ||
234 | <Tool | ||
235 | Name="VCManagedResourceCompilerTool" | ||
236 | /> | ||
237 | <Tool | ||
238 | Name="VCResourceCompilerTool" | ||
239 | /> | ||
240 | <Tool | ||
241 | Name="VCPreLinkEventTool" | ||
242 | /> | ||
243 | <Tool | ||
244 | Name="VCLinkerTool" | ||
245 | AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj" | ||
246 | OutputFile="$(OutDir)/testzlib.exe" | ||
247 | LinkIncremental="1" | ||
248 | GenerateManifest="false" | ||
249 | GenerateDebugInformation="true" | ||
250 | SubSystem="1" | ||
251 | OptimizeReferences="2" | ||
252 | EnableCOMDATFolding="2" | ||
253 | OptimizeForWindows98="1" | ||
254 | RandomizedBaseAddress="1" | ||
255 | DataExecutionPrevention="0" | ||
256 | TargetMachine="1" | ||
257 | /> | ||
258 | <Tool | ||
259 | Name="VCALinkTool" | ||
260 | /> | ||
261 | <Tool | ||
262 | Name="VCManifestTool" | ||
263 | /> | ||
264 | <Tool | ||
265 | Name="VCXDCMakeTool" | ||
266 | /> | ||
267 | <Tool | ||
268 | Name="VCBscMakeTool" | ||
269 | /> | ||
270 | <Tool | ||
271 | Name="VCFxCopTool" | ||
272 | /> | ||
273 | <Tool | ||
274 | Name="VCAppVerifierTool" | ||
275 | /> | ||
276 | <Tool | ||
277 | Name="VCPostBuildEventTool" | ||
278 | /> | ||
279 | </Configuration> | ||
280 | <Configuration | ||
281 | Name="Debug|x64" | ||
282 | OutputDirectory="x64\TestZlib$(ConfigurationName)" | ||
283 | IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp" | ||
284 | ConfigurationType="1" | ||
285 | > | ||
286 | <Tool | ||
287 | Name="VCPreBuildEventTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCCustomBuildTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCXMLDataGeneratorTool" | ||
294 | /> | ||
295 | <Tool | ||
296 | Name="VCWebServiceProxyGeneratorTool" | ||
297 | /> | ||
298 | <Tool | ||
299 | Name="VCMIDLTool" | ||
300 | /> | ||
301 | <Tool | ||
302 | Name="VCCLCompilerTool" | ||
303 | AdditionalIncludeDirectories="..\..\.." | ||
304 | PreprocessorDefinitions="ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
305 | BasicRuntimeChecks="0" | ||
306 | RuntimeLibrary="3" | ||
307 | BufferSecurityCheck="false" | ||
308 | AssemblerListingLocation="$(IntDir)\" | ||
309 | /> | ||
310 | <Tool | ||
311 | Name="VCManagedResourceCompilerTool" | ||
312 | /> | ||
313 | <Tool | ||
314 | Name="VCResourceCompilerTool" | ||
315 | /> | ||
316 | <Tool | ||
317 | Name="VCPreLinkEventTool" | ||
318 | /> | ||
319 | <Tool | ||
320 | Name="VCLinkerTool" | ||
321 | AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj" | ||
322 | GenerateManifest="false" | ||
323 | /> | ||
324 | <Tool | ||
325 | Name="VCALinkTool" | ||
326 | /> | ||
327 | <Tool | ||
328 | Name="VCManifestTool" | ||
329 | /> | ||
330 | <Tool | ||
331 | Name="VCXDCMakeTool" | ||
332 | /> | ||
333 | <Tool | ||
334 | Name="VCBscMakeTool" | ||
335 | /> | ||
336 | <Tool | ||
337 | Name="VCFxCopTool" | ||
338 | /> | ||
339 | <Tool | ||
340 | Name="VCAppVerifierTool" | ||
341 | /> | ||
342 | <Tool | ||
343 | Name="VCWebDeploymentTool" | ||
344 | /> | ||
345 | <Tool | ||
346 | Name="VCPostBuildEventTool" | ||
347 | /> | ||
348 | </Configuration> | ||
349 | <Configuration | ||
350 | Name="Debug|Itanium" | ||
351 | OutputDirectory="ia64\TestZlib$(ConfigurationName)" | ||
352 | IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp" | ||
353 | ConfigurationType="1" | ||
354 | CharacterSet="2" | ||
355 | > | ||
356 | <Tool | ||
357 | Name="VCPreBuildEventTool" | ||
358 | /> | ||
359 | <Tool | ||
360 | Name="VCCustomBuildTool" | ||
361 | /> | ||
362 | <Tool | ||
363 | Name="VCXMLDataGeneratorTool" | ||
364 | /> | ||
365 | <Tool | ||
366 | Name="VCWebServiceProxyGeneratorTool" | ||
367 | /> | ||
368 | <Tool | ||
369 | Name="VCMIDLTool" | ||
370 | TargetEnvironment="2" | ||
371 | /> | ||
372 | <Tool | ||
373 | Name="VCCLCompilerTool" | ||
374 | Optimization="0" | ||
375 | AdditionalIncludeDirectories="..\..\.." | ||
376 | PreprocessorDefinitions="ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
377 | MinimalRebuild="true" | ||
378 | BasicRuntimeChecks="0" | ||
379 | RuntimeLibrary="3" | ||
380 | BufferSecurityCheck="false" | ||
381 | UsePrecompiledHeader="0" | ||
382 | AssemblerOutput="4" | ||
383 | AssemblerListingLocation="$(IntDir)\" | ||
384 | WarningLevel="3" | ||
385 | Detect64BitPortabilityProblems="true" | ||
386 | DebugInformationFormat="3" | ||
387 | /> | ||
388 | <Tool | ||
389 | Name="VCManagedResourceCompilerTool" | ||
390 | /> | ||
391 | <Tool | ||
392 | Name="VCResourceCompilerTool" | ||
393 | /> | ||
394 | <Tool | ||
395 | Name="VCPreLinkEventTool" | ||
396 | /> | ||
397 | <Tool | ||
398 | Name="VCLinkerTool" | ||
399 | OutputFile="$(OutDir)/testzlib.exe" | ||
400 | LinkIncremental="2" | ||
401 | GenerateManifest="false" | ||
402 | GenerateDebugInformation="true" | ||
403 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
404 | SubSystem="1" | ||
405 | TargetMachine="5" | ||
406 | /> | ||
407 | <Tool | ||
408 | Name="VCALinkTool" | ||
409 | /> | ||
410 | <Tool | ||
411 | Name="VCManifestTool" | ||
412 | /> | ||
413 | <Tool | ||
414 | Name="VCXDCMakeTool" | ||
415 | /> | ||
416 | <Tool | ||
417 | Name="VCBscMakeTool" | ||
418 | /> | ||
419 | <Tool | ||
420 | Name="VCFxCopTool" | ||
421 | /> | ||
422 | <Tool | ||
423 | Name="VCAppVerifierTool" | ||
424 | /> | ||
425 | <Tool | ||
426 | Name="VCWebDeploymentTool" | ||
427 | /> | ||
428 | <Tool | ||
429 | Name="VCPostBuildEventTool" | ||
430 | /> | ||
431 | </Configuration> | ||
432 | <Configuration | ||
433 | Name="ReleaseWithoutAsm|x64" | ||
434 | OutputDirectory="x64\TestZlib$(ConfigurationName)" | ||
435 | IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp" | ||
436 | ConfigurationType="1" | ||
437 | WholeProgramOptimization="1" | ||
438 | > | ||
439 | <Tool | ||
440 | Name="VCPreBuildEventTool" | ||
441 | /> | ||
442 | <Tool | ||
443 | Name="VCCustomBuildTool" | ||
444 | /> | ||
445 | <Tool | ||
446 | Name="VCXMLDataGeneratorTool" | ||
447 | /> | ||
448 | <Tool | ||
449 | Name="VCWebServiceProxyGeneratorTool" | ||
450 | /> | ||
451 | <Tool | ||
452 | Name="VCMIDLTool" | ||
453 | /> | ||
454 | <Tool | ||
455 | Name="VCCLCompilerTool" | ||
456 | AdditionalIncludeDirectories="..\..\.." | ||
457 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
458 | BasicRuntimeChecks="0" | ||
459 | RuntimeLibrary="2" | ||
460 | BufferSecurityCheck="false" | ||
461 | AssemblerListingLocation="$(IntDir)\" | ||
462 | /> | ||
463 | <Tool | ||
464 | Name="VCManagedResourceCompilerTool" | ||
465 | /> | ||
466 | <Tool | ||
467 | Name="VCResourceCompilerTool" | ||
468 | /> | ||
469 | <Tool | ||
470 | Name="VCPreLinkEventTool" | ||
471 | /> | ||
472 | <Tool | ||
473 | Name="VCLinkerTool" | ||
474 | AdditionalDependencies="" | ||
475 | GenerateManifest="false" | ||
476 | /> | ||
477 | <Tool | ||
478 | Name="VCALinkTool" | ||
479 | /> | ||
480 | <Tool | ||
481 | Name="VCManifestTool" | ||
482 | /> | ||
483 | <Tool | ||
484 | Name="VCXDCMakeTool" | ||
485 | /> | ||
486 | <Tool | ||
487 | Name="VCBscMakeTool" | ||
488 | /> | ||
489 | <Tool | ||
490 | Name="VCFxCopTool" | ||
491 | /> | ||
492 | <Tool | ||
493 | Name="VCAppVerifierTool" | ||
494 | /> | ||
495 | <Tool | ||
496 | Name="VCWebDeploymentTool" | ||
497 | /> | ||
498 | <Tool | ||
499 | Name="VCPostBuildEventTool" | ||
500 | /> | ||
501 | </Configuration> | ||
502 | <Configuration | ||
503 | Name="ReleaseWithoutAsm|Itanium" | ||
504 | OutputDirectory="ia64\TestZlib$(ConfigurationName)" | ||
505 | IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp" | ||
506 | ConfigurationType="1" | ||
507 | CharacterSet="2" | ||
508 | WholeProgramOptimization="1" | ||
509 | > | ||
510 | <Tool | ||
511 | Name="VCPreBuildEventTool" | ||
512 | /> | ||
513 | <Tool | ||
514 | Name="VCCustomBuildTool" | ||
515 | /> | ||
516 | <Tool | ||
517 | Name="VCXMLDataGeneratorTool" | ||
518 | /> | ||
519 | <Tool | ||
520 | Name="VCWebServiceProxyGeneratorTool" | ||
521 | /> | ||
522 | <Tool | ||
523 | Name="VCMIDLTool" | ||
524 | TargetEnvironment="2" | ||
525 | /> | ||
526 | <Tool | ||
527 | Name="VCCLCompilerTool" | ||
528 | Optimization="2" | ||
529 | InlineFunctionExpansion="1" | ||
530 | OmitFramePointers="true" | ||
531 | AdditionalIncludeDirectories="..\..\.." | ||
532 | PreprocessorDefinitions="ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
533 | StringPooling="true" | ||
534 | BasicRuntimeChecks="0" | ||
535 | RuntimeLibrary="2" | ||
536 | BufferSecurityCheck="false" | ||
537 | EnableFunctionLevelLinking="true" | ||
538 | UsePrecompiledHeader="0" | ||
539 | AssemblerListingLocation="$(IntDir)\" | ||
540 | WarningLevel="3" | ||
541 | Detect64BitPortabilityProblems="true" | ||
542 | DebugInformationFormat="3" | ||
543 | /> | ||
544 | <Tool | ||
545 | Name="VCManagedResourceCompilerTool" | ||
546 | /> | ||
547 | <Tool | ||
548 | Name="VCResourceCompilerTool" | ||
549 | /> | ||
550 | <Tool | ||
551 | Name="VCPreLinkEventTool" | ||
552 | /> | ||
553 | <Tool | ||
554 | Name="VCLinkerTool" | ||
555 | OutputFile="$(OutDir)/testzlib.exe" | ||
556 | LinkIncremental="1" | ||
557 | GenerateManifest="false" | ||
558 | GenerateDebugInformation="true" | ||
559 | SubSystem="1" | ||
560 | OptimizeReferences="2" | ||
561 | EnableCOMDATFolding="2" | ||
562 | OptimizeForWindows98="1" | ||
563 | TargetMachine="5" | ||
564 | /> | ||
565 | <Tool | ||
566 | Name="VCALinkTool" | ||
567 | /> | ||
568 | <Tool | ||
569 | Name="VCManifestTool" | ||
570 | /> | ||
571 | <Tool | ||
572 | Name="VCXDCMakeTool" | ||
573 | /> | ||
574 | <Tool | ||
575 | Name="VCBscMakeTool" | ||
576 | /> | ||
577 | <Tool | ||
578 | Name="VCFxCopTool" | ||
579 | /> | ||
580 | <Tool | ||
581 | Name="VCAppVerifierTool" | ||
582 | /> | ||
583 | <Tool | ||
584 | Name="VCWebDeploymentTool" | ||
585 | /> | ||
586 | <Tool | ||
587 | Name="VCPostBuildEventTool" | ||
588 | /> | ||
589 | </Configuration> | ||
590 | <Configuration | ||
591 | Name="Release|x64" | ||
592 | OutputDirectory="x64\TestZlib$(ConfigurationName)" | ||
593 | IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp" | ||
594 | ConfigurationType="1" | ||
595 | WholeProgramOptimization="1" | ||
596 | > | ||
597 | <Tool | ||
598 | Name="VCPreBuildEventTool" | ||
599 | /> | ||
600 | <Tool | ||
601 | Name="VCCustomBuildTool" | ||
602 | /> | ||
603 | <Tool | ||
604 | Name="VCXMLDataGeneratorTool" | ||
605 | /> | ||
606 | <Tool | ||
607 | Name="VCWebServiceProxyGeneratorTool" | ||
608 | /> | ||
609 | <Tool | ||
610 | Name="VCMIDLTool" | ||
611 | /> | ||
612 | <Tool | ||
613 | Name="VCCLCompilerTool" | ||
614 | AdditionalIncludeDirectories="..\..\.." | ||
615 | PreprocessorDefinitions="ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
616 | BasicRuntimeChecks="0" | ||
617 | RuntimeLibrary="2" | ||
618 | BufferSecurityCheck="false" | ||
619 | AssemblerListingLocation="$(IntDir)\" | ||
620 | /> | ||
621 | <Tool | ||
622 | Name="VCManagedResourceCompilerTool" | ||
623 | /> | ||
624 | <Tool | ||
625 | Name="VCResourceCompilerTool" | ||
626 | /> | ||
627 | <Tool | ||
628 | Name="VCPreLinkEventTool" | ||
629 | /> | ||
630 | <Tool | ||
631 | Name="VCLinkerTool" | ||
632 | AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj" | ||
633 | GenerateManifest="false" | ||
634 | /> | ||
635 | <Tool | ||
636 | Name="VCALinkTool" | ||
637 | /> | ||
638 | <Tool | ||
639 | Name="VCManifestTool" | ||
640 | /> | ||
641 | <Tool | ||
642 | Name="VCXDCMakeTool" | ||
643 | /> | ||
644 | <Tool | ||
645 | Name="VCBscMakeTool" | ||
646 | /> | ||
647 | <Tool | ||
648 | Name="VCFxCopTool" | ||
649 | /> | ||
650 | <Tool | ||
651 | Name="VCAppVerifierTool" | ||
652 | /> | ||
653 | <Tool | ||
654 | Name="VCWebDeploymentTool" | ||
655 | /> | ||
656 | <Tool | ||
657 | Name="VCPostBuildEventTool" | ||
658 | /> | ||
659 | </Configuration> | ||
660 | <Configuration | ||
661 | Name="Release|Itanium" | ||
662 | OutputDirectory="ia64\TestZlib$(ConfigurationName)" | ||
663 | IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp" | ||
664 | ConfigurationType="1" | ||
665 | CharacterSet="2" | ||
666 | WholeProgramOptimization="1" | ||
667 | > | ||
668 | <Tool | ||
669 | Name="VCPreBuildEventTool" | ||
670 | /> | ||
671 | <Tool | ||
672 | Name="VCCustomBuildTool" | ||
673 | /> | ||
674 | <Tool | ||
675 | Name="VCXMLDataGeneratorTool" | ||
676 | /> | ||
677 | <Tool | ||
678 | Name="VCWebServiceProxyGeneratorTool" | ||
679 | /> | ||
680 | <Tool | ||
681 | Name="VCMIDLTool" | ||
682 | TargetEnvironment="2" | ||
683 | /> | ||
684 | <Tool | ||
685 | Name="VCCLCompilerTool" | ||
686 | Optimization="2" | ||
687 | InlineFunctionExpansion="1" | ||
688 | OmitFramePointers="true" | ||
689 | AdditionalIncludeDirectories="..\..\.." | ||
690 | PreprocessorDefinitions="ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
691 | StringPooling="true" | ||
692 | BasicRuntimeChecks="0" | ||
693 | RuntimeLibrary="2" | ||
694 | BufferSecurityCheck="false" | ||
695 | EnableFunctionLevelLinking="true" | ||
696 | UsePrecompiledHeader="0" | ||
697 | AssemblerListingLocation="$(IntDir)\" | ||
698 | WarningLevel="3" | ||
699 | Detect64BitPortabilityProblems="true" | ||
700 | DebugInformationFormat="3" | ||
701 | /> | ||
702 | <Tool | ||
703 | Name="VCManagedResourceCompilerTool" | ||
704 | /> | ||
705 | <Tool | ||
706 | Name="VCResourceCompilerTool" | ||
707 | /> | ||
708 | <Tool | ||
709 | Name="VCPreLinkEventTool" | ||
710 | /> | ||
711 | <Tool | ||
712 | Name="VCLinkerTool" | ||
713 | OutputFile="$(OutDir)/testzlib.exe" | ||
714 | LinkIncremental="1" | ||
715 | GenerateManifest="false" | ||
716 | GenerateDebugInformation="true" | ||
717 | SubSystem="1" | ||
718 | OptimizeReferences="2" | ||
719 | EnableCOMDATFolding="2" | ||
720 | OptimizeForWindows98="1" | ||
721 | TargetMachine="5" | ||
722 | /> | ||
723 | <Tool | ||
724 | Name="VCALinkTool" | ||
725 | /> | ||
726 | <Tool | ||
727 | Name="VCManifestTool" | ||
728 | /> | ||
729 | <Tool | ||
730 | Name="VCXDCMakeTool" | ||
731 | /> | ||
732 | <Tool | ||
733 | Name="VCBscMakeTool" | ||
734 | /> | ||
735 | <Tool | ||
736 | Name="VCFxCopTool" | ||
737 | /> | ||
738 | <Tool | ||
739 | Name="VCAppVerifierTool" | ||
740 | /> | ||
741 | <Tool | ||
742 | Name="VCWebDeploymentTool" | ||
743 | /> | ||
744 | <Tool | ||
745 | Name="VCPostBuildEventTool" | ||
746 | /> | ||
747 | </Configuration> | ||
748 | </Configurations> | ||
749 | <References> | ||
750 | </References> | ||
751 | <Files> | ||
752 | <Filter | ||
753 | Name="Source Files" | ||
754 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | ||
755 | > | ||
756 | <File | ||
757 | RelativePath="..\..\..\adler32.c" | ||
758 | > | ||
759 | </File> | ||
760 | <File | ||
761 | RelativePath="..\..\..\compress.c" | ||
762 | > | ||
763 | </File> | ||
764 | <File | ||
765 | RelativePath="..\..\..\crc32.c" | ||
766 | > | ||
767 | </File> | ||
768 | <File | ||
769 | RelativePath="..\..\..\deflate.c" | ||
770 | > | ||
771 | </File> | ||
772 | <File | ||
773 | RelativePath="..\..\masmx86\gvmat32c.c" | ||
774 | > | ||
775 | <FileConfiguration | ||
776 | Name="Debug|x64" | ||
777 | ExcludedFromBuild="true" | ||
778 | > | ||
779 | <Tool | ||
780 | Name="VCCLCompilerTool" | ||
781 | /> | ||
782 | </FileConfiguration> | ||
783 | <FileConfiguration | ||
784 | Name="Debug|Itanium" | ||
785 | ExcludedFromBuild="true" | ||
786 | > | ||
787 | <Tool | ||
788 | Name="VCCLCompilerTool" | ||
789 | /> | ||
790 | </FileConfiguration> | ||
791 | <FileConfiguration | ||
792 | Name="ReleaseWithoutAsm|x64" | ||
793 | ExcludedFromBuild="true" | ||
794 | > | ||
795 | <Tool | ||
796 | Name="VCCLCompilerTool" | ||
797 | /> | ||
798 | </FileConfiguration> | ||
799 | <FileConfiguration | ||
800 | Name="ReleaseWithoutAsm|Itanium" | ||
801 | ExcludedFromBuild="true" | ||
802 | > | ||
803 | <Tool | ||
804 | Name="VCCLCompilerTool" | ||
805 | /> | ||
806 | </FileConfiguration> | ||
807 | <FileConfiguration | ||
808 | Name="Release|x64" | ||
809 | ExcludedFromBuild="true" | ||
810 | > | ||
811 | <Tool | ||
812 | Name="VCCLCompilerTool" | ||
813 | /> | ||
814 | </FileConfiguration> | ||
815 | <FileConfiguration | ||
816 | Name="Release|Itanium" | ||
817 | ExcludedFromBuild="true" | ||
818 | > | ||
819 | <Tool | ||
820 | Name="VCCLCompilerTool" | ||
821 | /> | ||
822 | </FileConfiguration> | ||
823 | <FileConfiguration | ||
824 | Name="Debug|Win64 (AMD64)" | ||
825 | ExcludedFromBuild="TRUE" | ||
826 | > | ||
827 | <Tool | ||
828 | Name="VCCLCompilerTool" | ||
829 | /> | ||
830 | </FileConfiguration> | ||
831 | <FileConfiguration | ||
832 | Name="Release|Win64 (AMD64)" | ||
833 | ExcludedFromBuild="TRUE" | ||
834 | > | ||
835 | <Tool | ||
836 | Name="VCCLCompilerTool" | ||
837 | /> | ||
838 | </FileConfiguration> | ||
839 | <FileConfiguration | ||
840 | Name="ReleaseAsm|Win64 (AMD64)" | ||
841 | ExcludedFromBuild="TRUE" | ||
842 | > | ||
843 | <Tool | ||
844 | Name="VCCLCompilerTool" | ||
845 | /> | ||
846 | </FileConfiguration> | ||
847 | </File> | ||
848 | <File | ||
849 | RelativePath="..\..\..\infback.c" | ||
850 | > | ||
851 | </File> | ||
852 | <File | ||
853 | RelativePath="..\..\masmx64\inffas8664.c" | ||
854 | > | ||
855 | <FileConfiguration | ||
856 | Name="Debug|Win32" | ||
857 | ExcludedFromBuild="true" | ||
858 | > | ||
859 | <Tool | ||
860 | Name="VCCLCompilerTool" | ||
861 | /> | ||
862 | </FileConfiguration> | ||
863 | <FileConfiguration | ||
864 | Name="ReleaseWithoutAsm|Win32" | ||
865 | ExcludedFromBuild="true" | ||
866 | > | ||
867 | <Tool | ||
868 | Name="VCCLCompilerTool" | ||
869 | /> | ||
870 | </FileConfiguration> | ||
871 | <FileConfiguration | ||
872 | Name="Release|Win32" | ||
873 | ExcludedFromBuild="true" | ||
874 | > | ||
875 | <Tool | ||
876 | Name="VCCLCompilerTool" | ||
877 | /> | ||
878 | </FileConfiguration> | ||
879 | <FileConfiguration | ||
880 | Name="Debug|Itanium" | ||
881 | ExcludedFromBuild="true" | ||
882 | > | ||
883 | <Tool | ||
884 | Name="VCCLCompilerTool" | ||
885 | /> | ||
886 | </FileConfiguration> | ||
887 | <FileConfiguration | ||
888 | Name="ReleaseWithoutAsm|Itanium" | ||
889 | ExcludedFromBuild="true" | ||
890 | > | ||
891 | <Tool | ||
892 | Name="VCCLCompilerTool" | ||
893 | /> | ||
894 | </FileConfiguration> | ||
895 | <FileConfiguration | ||
896 | Name="Release|Itanium" | ||
897 | ExcludedFromBuild="true" | ||
898 | > | ||
899 | <Tool | ||
900 | Name="VCCLCompilerTool" | ||
901 | /> | ||
902 | </FileConfiguration> | ||
903 | </File> | ||
904 | <File | ||
905 | RelativePath="..\..\..\inffast.c" | ||
906 | > | ||
907 | </File> | ||
908 | <File | ||
909 | RelativePath="..\..\..\inflate.c" | ||
910 | > | ||
911 | </File> | ||
912 | <File | ||
913 | RelativePath="..\..\..\inftrees.c" | ||
914 | > | ||
915 | </File> | ||
916 | <File | ||
917 | RelativePath="..\..\testzlib\testzlib.c" | ||
918 | > | ||
919 | </File> | ||
920 | <File | ||
921 | RelativePath="..\..\..\trees.c" | ||
922 | > | ||
923 | </File> | ||
924 | <File | ||
925 | RelativePath="..\..\..\uncompr.c" | ||
926 | > | ||
927 | </File> | ||
928 | <File | ||
929 | RelativePath="..\..\..\zutil.c" | ||
930 | > | ||
931 | </File> | ||
932 | </Filter> | ||
933 | <Filter | ||
934 | Name="Header Files" | ||
935 | Filter="h;hpp;hxx;hm;inl;inc" | ||
936 | > | ||
937 | </Filter> | ||
938 | <Filter | ||
939 | Name="Resource Files" | ||
940 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
941 | > | ||
942 | </Filter> | ||
943 | </Files> | ||
944 | <Globals> | ||
945 | </Globals> | ||
946 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/testzlibdll.vcproj b/contrib/vstudio/vc9/testzlibdll.vcproj new file mode 100644 index 0000000..b1ddde0 --- /dev/null +++ b/contrib/vstudio/vc9/testzlibdll.vcproj | |||
@@ -0,0 +1,565 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9.00" | ||
5 | Name="TestZlibDll" | ||
6 | ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | ||
7 | Keyword="Win32Proj" | ||
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\TestZlibDll$(ConfigurationName)" | ||
27 | IntermediateDirectory="x86\TestZlibDll$(ConfigurationName)\Tmp" | ||
28 | ConfigurationType="1" | ||
29 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
30 | CharacterSet="2" | ||
31 | > | ||
32 | <Tool | ||
33 | Name="VCPreBuildEventTool" | ||
34 | /> | ||
35 | <Tool | ||
36 | Name="VCCustomBuildTool" | ||
37 | /> | ||
38 | <Tool | ||
39 | Name="VCXMLDataGeneratorTool" | ||
40 | /> | ||
41 | <Tool | ||
42 | Name="VCWebServiceProxyGeneratorTool" | ||
43 | /> | ||
44 | <Tool | ||
45 | Name="VCMIDLTool" | ||
46 | /> | ||
47 | <Tool | ||
48 | Name="VCCLCompilerTool" | ||
49 | Optimization="0" | ||
50 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
51 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE" | ||
52 | MinimalRebuild="true" | ||
53 | BasicRuntimeChecks="0" | ||
54 | RuntimeLibrary="1" | ||
55 | BufferSecurityCheck="false" | ||
56 | UsePrecompiledHeader="0" | ||
57 | AssemblerListingLocation="$(IntDir)\" | ||
58 | WarningLevel="3" | ||
59 | Detect64BitPortabilityProblems="true" | ||
60 | DebugInformationFormat="4" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCManagedResourceCompilerTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCResourceCompilerTool" | ||
67 | /> | ||
68 | <Tool | ||
69 | Name="VCPreLinkEventTool" | ||
70 | /> | ||
71 | <Tool | ||
72 | Name="VCLinkerTool" | ||
73 | AdditionalDependencies="x86\ZlibDllDebug\zlibwapi.lib" | ||
74 | OutputFile="$(OutDir)/testzlib.exe" | ||
75 | LinkIncremental="2" | ||
76 | GenerateManifest="false" | ||
77 | GenerateDebugInformation="true" | ||
78 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
79 | SubSystem="1" | ||
80 | RandomizedBaseAddress="1" | ||
81 | DataExecutionPrevention="0" | ||
82 | TargetMachine="1" | ||
83 | /> | ||
84 | <Tool | ||
85 | Name="VCALinkTool" | ||
86 | /> | ||
87 | <Tool | ||
88 | Name="VCManifestTool" | ||
89 | /> | ||
90 | <Tool | ||
91 | Name="VCXDCMakeTool" | ||
92 | /> | ||
93 | <Tool | ||
94 | Name="VCBscMakeTool" | ||
95 | /> | ||
96 | <Tool | ||
97 | Name="VCFxCopTool" | ||
98 | /> | ||
99 | <Tool | ||
100 | Name="VCAppVerifierTool" | ||
101 | /> | ||
102 | <Tool | ||
103 | Name="VCPostBuildEventTool" | ||
104 | /> | ||
105 | </Configuration> | ||
106 | <Configuration | ||
107 | Name="Release|Win32" | ||
108 | OutputDirectory="x86\TestZlibDll$(ConfigurationName)" | ||
109 | IntermediateDirectory="x86\TestZlibDll$(ConfigurationName)\Tmp" | ||
110 | ConfigurationType="1" | ||
111 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
112 | CharacterSet="2" | ||
113 | > | ||
114 | <Tool | ||
115 | Name="VCPreBuildEventTool" | ||
116 | /> | ||
117 | <Tool | ||
118 | Name="VCCustomBuildTool" | ||
119 | /> | ||
120 | <Tool | ||
121 | Name="VCXMLDataGeneratorTool" | ||
122 | /> | ||
123 | <Tool | ||
124 | Name="VCWebServiceProxyGeneratorTool" | ||
125 | /> | ||
126 | <Tool | ||
127 | Name="VCMIDLTool" | ||
128 | /> | ||
129 | <Tool | ||
130 | Name="VCCLCompilerTool" | ||
131 | Optimization="2" | ||
132 | InlineFunctionExpansion="1" | ||
133 | OmitFramePointers="true" | ||
134 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
135 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE" | ||
136 | StringPooling="true" | ||
137 | BasicRuntimeChecks="0" | ||
138 | RuntimeLibrary="0" | ||
139 | BufferSecurityCheck="false" | ||
140 | EnableFunctionLevelLinking="true" | ||
141 | UsePrecompiledHeader="0" | ||
142 | AssemblerListingLocation="$(IntDir)\" | ||
143 | WarningLevel="3" | ||
144 | Detect64BitPortabilityProblems="true" | ||
145 | DebugInformationFormat="3" | ||
146 | /> | ||
147 | <Tool | ||
148 | Name="VCManagedResourceCompilerTool" | ||
149 | /> | ||
150 | <Tool | ||
151 | Name="VCResourceCompilerTool" | ||
152 | /> | ||
153 | <Tool | ||
154 | Name="VCPreLinkEventTool" | ||
155 | /> | ||
156 | <Tool | ||
157 | Name="VCLinkerTool" | ||
158 | AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" | ||
159 | OutputFile="$(OutDir)/testzlib.exe" | ||
160 | LinkIncremental="1" | ||
161 | GenerateManifest="false" | ||
162 | GenerateDebugInformation="true" | ||
163 | SubSystem="1" | ||
164 | OptimizeReferences="2" | ||
165 | EnableCOMDATFolding="2" | ||
166 | OptimizeForWindows98="1" | ||
167 | RandomizedBaseAddress="1" | ||
168 | DataExecutionPrevention="0" | ||
169 | TargetMachine="1" | ||
170 | /> | ||
171 | <Tool | ||
172 | Name="VCALinkTool" | ||
173 | /> | ||
174 | <Tool | ||
175 | Name="VCManifestTool" | ||
176 | /> | ||
177 | <Tool | ||
178 | Name="VCXDCMakeTool" | ||
179 | /> | ||
180 | <Tool | ||
181 | Name="VCBscMakeTool" | ||
182 | /> | ||
183 | <Tool | ||
184 | Name="VCFxCopTool" | ||
185 | /> | ||
186 | <Tool | ||
187 | Name="VCAppVerifierTool" | ||
188 | /> | ||
189 | <Tool | ||
190 | Name="VCPostBuildEventTool" | ||
191 | /> | ||
192 | </Configuration> | ||
193 | <Configuration | ||
194 | Name="Debug|x64" | ||
195 | OutputDirectory="x64\TestZlibDll$(ConfigurationName)" | ||
196 | IntermediateDirectory="x64\TestZlibDll$(ConfigurationName)\Tmp" | ||
197 | ConfigurationType="1" | ||
198 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
199 | CharacterSet="2" | ||
200 | > | ||
201 | <Tool | ||
202 | Name="VCPreBuildEventTool" | ||
203 | /> | ||
204 | <Tool | ||
205 | Name="VCCustomBuildTool" | ||
206 | /> | ||
207 | <Tool | ||
208 | Name="VCXMLDataGeneratorTool" | ||
209 | /> | ||
210 | <Tool | ||
211 | Name="VCWebServiceProxyGeneratorTool" | ||
212 | /> | ||
213 | <Tool | ||
214 | Name="VCMIDLTool" | ||
215 | TargetEnvironment="3" | ||
216 | /> | ||
217 | <Tool | ||
218 | Name="VCCLCompilerTool" | ||
219 | Optimization="0" | ||
220 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
221 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
222 | MinimalRebuild="true" | ||
223 | BasicRuntimeChecks="0" | ||
224 | RuntimeLibrary="3" | ||
225 | BufferSecurityCheck="false" | ||
226 | UsePrecompiledHeader="0" | ||
227 | AssemblerListingLocation="$(IntDir)\" | ||
228 | WarningLevel="3" | ||
229 | Detect64BitPortabilityProblems="true" | ||
230 | DebugInformationFormat="3" | ||
231 | /> | ||
232 | <Tool | ||
233 | Name="VCManagedResourceCompilerTool" | ||
234 | /> | ||
235 | <Tool | ||
236 | Name="VCResourceCompilerTool" | ||
237 | /> | ||
238 | <Tool | ||
239 | Name="VCPreLinkEventTool" | ||
240 | /> | ||
241 | <Tool | ||
242 | Name="VCLinkerTool" | ||
243 | AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib" | ||
244 | OutputFile="$(OutDir)/testzlib.exe" | ||
245 | LinkIncremental="2" | ||
246 | GenerateManifest="false" | ||
247 | GenerateDebugInformation="true" | ||
248 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
249 | SubSystem="1" | ||
250 | TargetMachine="17" | ||
251 | /> | ||
252 | <Tool | ||
253 | Name="VCALinkTool" | ||
254 | /> | ||
255 | <Tool | ||
256 | Name="VCManifestTool" | ||
257 | /> | ||
258 | <Tool | ||
259 | Name="VCXDCMakeTool" | ||
260 | /> | ||
261 | <Tool | ||
262 | Name="VCBscMakeTool" | ||
263 | /> | ||
264 | <Tool | ||
265 | Name="VCFxCopTool" | ||
266 | /> | ||
267 | <Tool | ||
268 | Name="VCAppVerifierTool" | ||
269 | /> | ||
270 | <Tool | ||
271 | Name="VCWebDeploymentTool" | ||
272 | /> | ||
273 | <Tool | ||
274 | Name="VCPostBuildEventTool" | ||
275 | /> | ||
276 | </Configuration> | ||
277 | <Configuration | ||
278 | Name="Debug|Itanium" | ||
279 | OutputDirectory="ia64\TestZlibDll$(ConfigurationName)" | ||
280 | IntermediateDirectory="ia64\TestZlibDll$(ConfigurationName)\Tmp" | ||
281 | ConfigurationType="1" | ||
282 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
283 | CharacterSet="2" | ||
284 | > | ||
285 | <Tool | ||
286 | Name="VCPreBuildEventTool" | ||
287 | /> | ||
288 | <Tool | ||
289 | Name="VCCustomBuildTool" | ||
290 | /> | ||
291 | <Tool | ||
292 | Name="VCXMLDataGeneratorTool" | ||
293 | /> | ||
294 | <Tool | ||
295 | Name="VCWebServiceProxyGeneratorTool" | ||
296 | /> | ||
297 | <Tool | ||
298 | Name="VCMIDLTool" | ||
299 | TargetEnvironment="2" | ||
300 | /> | ||
301 | <Tool | ||
302 | Name="VCCLCompilerTool" | ||
303 | Optimization="0" | ||
304 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
305 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
306 | MinimalRebuild="true" | ||
307 | BasicRuntimeChecks="0" | ||
308 | RuntimeLibrary="3" | ||
309 | BufferSecurityCheck="false" | ||
310 | UsePrecompiledHeader="0" | ||
311 | AssemblerListingLocation="$(IntDir)\" | ||
312 | WarningLevel="3" | ||
313 | Detect64BitPortabilityProblems="true" | ||
314 | DebugInformationFormat="3" | ||
315 | /> | ||
316 | <Tool | ||
317 | Name="VCManagedResourceCompilerTool" | ||
318 | /> | ||
319 | <Tool | ||
320 | Name="VCResourceCompilerTool" | ||
321 | /> | ||
322 | <Tool | ||
323 | Name="VCPreLinkEventTool" | ||
324 | /> | ||
325 | <Tool | ||
326 | Name="VCLinkerTool" | ||
327 | AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" | ||
328 | OutputFile="$(OutDir)/testzlib.exe" | ||
329 | LinkIncremental="2" | ||
330 | GenerateManifest="false" | ||
331 | GenerateDebugInformation="true" | ||
332 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
333 | SubSystem="1" | ||
334 | TargetMachine="5" | ||
335 | /> | ||
336 | <Tool | ||
337 | Name="VCALinkTool" | ||
338 | /> | ||
339 | <Tool | ||
340 | Name="VCManifestTool" | ||
341 | /> | ||
342 | <Tool | ||
343 | Name="VCXDCMakeTool" | ||
344 | /> | ||
345 | <Tool | ||
346 | Name="VCBscMakeTool" | ||
347 | /> | ||
348 | <Tool | ||
349 | Name="VCFxCopTool" | ||
350 | /> | ||
351 | <Tool | ||
352 | Name="VCAppVerifierTool" | ||
353 | /> | ||
354 | <Tool | ||
355 | Name="VCWebDeploymentTool" | ||
356 | /> | ||
357 | <Tool | ||
358 | Name="VCPostBuildEventTool" | ||
359 | /> | ||
360 | </Configuration> | ||
361 | <Configuration | ||
362 | Name="Release|x64" | ||
363 | OutputDirectory="x64\TestZlibDll$(ConfigurationName)" | ||
364 | IntermediateDirectory="x64\TestZlibDll$(ConfigurationName)\Tmp" | ||
365 | ConfigurationType="1" | ||
366 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
367 | CharacterSet="2" | ||
368 | > | ||
369 | <Tool | ||
370 | Name="VCPreBuildEventTool" | ||
371 | /> | ||
372 | <Tool | ||
373 | Name="VCCustomBuildTool" | ||
374 | /> | ||
375 | <Tool | ||
376 | Name="VCXMLDataGeneratorTool" | ||
377 | /> | ||
378 | <Tool | ||
379 | Name="VCWebServiceProxyGeneratorTool" | ||
380 | /> | ||
381 | <Tool | ||
382 | Name="VCMIDLTool" | ||
383 | TargetEnvironment="3" | ||
384 | /> | ||
385 | <Tool | ||
386 | Name="VCCLCompilerTool" | ||
387 | Optimization="2" | ||
388 | InlineFunctionExpansion="1" | ||
389 | OmitFramePointers="true" | ||
390 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
391 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
392 | StringPooling="true" | ||
393 | BasicRuntimeChecks="0" | ||
394 | RuntimeLibrary="2" | ||
395 | BufferSecurityCheck="false" | ||
396 | EnableFunctionLevelLinking="true" | ||
397 | UsePrecompiledHeader="0" | ||
398 | AssemblerListingLocation="$(IntDir)\" | ||
399 | WarningLevel="3" | ||
400 | Detect64BitPortabilityProblems="true" | ||
401 | DebugInformationFormat="3" | ||
402 | /> | ||
403 | <Tool | ||
404 | Name="VCManagedResourceCompilerTool" | ||
405 | /> | ||
406 | <Tool | ||
407 | Name="VCResourceCompilerTool" | ||
408 | /> | ||
409 | <Tool | ||
410 | Name="VCPreLinkEventTool" | ||
411 | /> | ||
412 | <Tool | ||
413 | Name="VCLinkerTool" | ||
414 | AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib" | ||
415 | OutputFile="$(OutDir)/testzlib.exe" | ||
416 | LinkIncremental="1" | ||
417 | GenerateManifest="false" | ||
418 | GenerateDebugInformation="true" | ||
419 | SubSystem="1" | ||
420 | OptimizeReferences="2" | ||
421 | EnableCOMDATFolding="2" | ||
422 | OptimizeForWindows98="1" | ||
423 | TargetMachine="17" | ||
424 | /> | ||
425 | <Tool | ||
426 | Name="VCALinkTool" | ||
427 | /> | ||
428 | <Tool | ||
429 | Name="VCManifestTool" | ||
430 | /> | ||
431 | <Tool | ||
432 | Name="VCXDCMakeTool" | ||
433 | /> | ||
434 | <Tool | ||
435 | Name="VCBscMakeTool" | ||
436 | /> | ||
437 | <Tool | ||
438 | Name="VCFxCopTool" | ||
439 | /> | ||
440 | <Tool | ||
441 | Name="VCAppVerifierTool" | ||
442 | /> | ||
443 | <Tool | ||
444 | Name="VCWebDeploymentTool" | ||
445 | /> | ||
446 | <Tool | ||
447 | Name="VCPostBuildEventTool" | ||
448 | /> | ||
449 | </Configuration> | ||
450 | <Configuration | ||
451 | Name="Release|Itanium" | ||
452 | OutputDirectory="ia64\TestZlibDll$(ConfigurationName)" | ||
453 | IntermediateDirectory="ia64\TestZlibDll$(ConfigurationName)\Tmp" | ||
454 | ConfigurationType="1" | ||
455 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
456 | CharacterSet="2" | ||
457 | > | ||
458 | <Tool | ||
459 | Name="VCPreBuildEventTool" | ||
460 | /> | ||
461 | <Tool | ||
462 | Name="VCCustomBuildTool" | ||
463 | /> | ||
464 | <Tool | ||
465 | Name="VCXMLDataGeneratorTool" | ||
466 | /> | ||
467 | <Tool | ||
468 | Name="VCWebServiceProxyGeneratorTool" | ||
469 | /> | ||
470 | <Tool | ||
471 | Name="VCMIDLTool" | ||
472 | TargetEnvironment="2" | ||
473 | /> | ||
474 | <Tool | ||
475 | Name="VCCLCompilerTool" | ||
476 | Optimization="2" | ||
477 | InlineFunctionExpansion="1" | ||
478 | OmitFramePointers="true" | ||
479 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
480 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
481 | StringPooling="true" | ||
482 | BasicRuntimeChecks="0" | ||
483 | RuntimeLibrary="2" | ||
484 | BufferSecurityCheck="false" | ||
485 | EnableFunctionLevelLinking="true" | ||
486 | UsePrecompiledHeader="0" | ||
487 | AssemblerListingLocation="$(IntDir)\" | ||
488 | WarningLevel="3" | ||
489 | Detect64BitPortabilityProblems="true" | ||
490 | DebugInformationFormat="3" | ||
491 | /> | ||
492 | <Tool | ||
493 | Name="VCManagedResourceCompilerTool" | ||
494 | /> | ||
495 | <Tool | ||
496 | Name="VCResourceCompilerTool" | ||
497 | /> | ||
498 | <Tool | ||
499 | Name="VCPreLinkEventTool" | ||
500 | /> | ||
501 | <Tool | ||
502 | Name="VCLinkerTool" | ||
503 | AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib" | ||
504 | OutputFile="$(OutDir)/testzlib.exe" | ||
505 | LinkIncremental="1" | ||
506 | GenerateManifest="false" | ||
507 | GenerateDebugInformation="true" | ||
508 | SubSystem="1" | ||
509 | OptimizeReferences="2" | ||
510 | EnableCOMDATFolding="2" | ||
511 | OptimizeForWindows98="1" | ||
512 | TargetMachine="5" | ||
513 | /> | ||
514 | <Tool | ||
515 | Name="VCALinkTool" | ||
516 | /> | ||
517 | <Tool | ||
518 | Name="VCManifestTool" | ||
519 | /> | ||
520 | <Tool | ||
521 | Name="VCXDCMakeTool" | ||
522 | /> | ||
523 | <Tool | ||
524 | Name="VCBscMakeTool" | ||
525 | /> | ||
526 | <Tool | ||
527 | Name="VCFxCopTool" | ||
528 | /> | ||
529 | <Tool | ||
530 | Name="VCAppVerifierTool" | ||
531 | /> | ||
532 | <Tool | ||
533 | Name="VCWebDeploymentTool" | ||
534 | /> | ||
535 | <Tool | ||
536 | Name="VCPostBuildEventTool" | ||
537 | /> | ||
538 | </Configuration> | ||
539 | </Configurations> | ||
540 | <References> | ||
541 | </References> | ||
542 | <Files> | ||
543 | <Filter | ||
544 | Name="Source Files" | ||
545 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | ||
546 | > | ||
547 | <File | ||
548 | RelativePath="..\..\testzlib\testzlib.c" | ||
549 | > | ||
550 | </File> | ||
551 | </Filter> | ||
552 | <Filter | ||
553 | Name="Header Files" | ||
554 | Filter="h;hpp;hxx;hm;inl;inc" | ||
555 | > | ||
556 | </Filter> | ||
557 | <Filter | ||
558 | Name="Resource Files" | ||
559 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
560 | > | ||
561 | </Filter> | ||
562 | </Files> | ||
563 | <Globals> | ||
564 | </Globals> | ||
565 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/zlib.rc b/contrib/vstudio/vc9/zlib.rc new file mode 100644 index 0000000..72cb8b4 --- /dev/null +++ b/contrib/vstudio/vc9/zlib.rc | |||
@@ -0,0 +1,32 @@ | |||
1 | #include <windows.h> | ||
2 | |||
3 | #define IDR_VERSION1 1 | ||
4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | ||
5 | FILEVERSION 1,2,3,0 | ||
6 | PRODUCTVERSION 1,2,3,0 | ||
7 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
8 | FILEFLAGS 0 | ||
9 | FILEOS VOS_DOS_WINDOWS32 | ||
10 | FILETYPE VFT_DLL | ||
11 | FILESUBTYPE 0 // not used | ||
12 | BEGIN | ||
13 | BLOCK "StringFileInfo" | ||
14 | BEGIN | ||
15 | BLOCK "040904E4" | ||
16 | //language ID = U.S. English, char set = Windows, Multilingual | ||
17 | |||
18 | BEGIN | ||
19 | VALUE "FileDescription", "zlib data compression library\0" | ||
20 | VALUE "FileVersion", "1.2.3.0\0" | ||
21 | VALUE "InternalName", "zlib\0" | ||
22 | VALUE "OriginalFilename", "zlib.dll\0" | ||
23 | VALUE "ProductName", "ZLib.DLL\0" | ||
24 | VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" | ||
25 | VALUE "LegalCopyright", "(C) 1995-2003 Jean-loup Gailly & Mark Adler\0" | ||
26 | END | ||
27 | END | ||
28 | BLOCK "VarFileInfo" | ||
29 | BEGIN | ||
30 | VALUE "Translation", 0x0409, 1252 | ||
31 | END | ||
32 | END | ||
diff --git a/contrib/vstudio/vc9/zlibstat.vcproj b/contrib/vstudio/vc9/zlibstat.vcproj new file mode 100644 index 0000000..ff9813a --- /dev/null +++ b/contrib/vstudio/vc9/zlibstat.vcproj | |||
@@ -0,0 +1,887 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9.00" | ||
5 | Name="zlibstat" | ||
6 | ProjectGUID="{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" | ||
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\ZlibStat$(ConfigurationName)" | ||
26 | IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp" | ||
27 | ConfigurationType="4" | ||
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 | /> | ||
47 | <Tool | ||
48 | Name="VCCLCompilerTool" | ||
49 | Optimization="0" | ||
50 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
51 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
52 | ExceptionHandling="0" | ||
53 | RuntimeLibrary="1" | ||
54 | BufferSecurityCheck="false" | ||
55 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
56 | AssemblerListingLocation="$(IntDir)\" | ||
57 | ObjectFile="$(IntDir)\" | ||
58 | ProgramDataBaseFileName="$(OutDir)\" | ||
59 | WarningLevel="3" | ||
60 | SuppressStartupBanner="true" | ||
61 | Detect64BitPortabilityProblems="true" | ||
62 | DebugInformationFormat="1" | ||
63 | /> | ||
64 | <Tool | ||
65 | Name="VCManagedResourceCompilerTool" | ||
66 | /> | ||
67 | <Tool | ||
68 | Name="VCResourceCompilerTool" | ||
69 | Culture="1036" | ||
70 | /> | ||
71 | <Tool | ||
72 | Name="VCPreLinkEventTool" | ||
73 | /> | ||
74 | <Tool | ||
75 | Name="VCLibrarianTool" | ||
76 | AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB" | ||
77 | OutputFile="$(OutDir)\zlibstat.lib" | ||
78 | SuppressStartupBanner="true" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCALinkTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCPostBuildEventTool" | ||
94 | /> | ||
95 | </Configuration> | ||
96 | <Configuration | ||
97 | Name="Release|Win32" | ||
98 | OutputDirectory="x86\ZlibStat$(ConfigurationName)" | ||
99 | IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp" | ||
100 | ConfigurationType="4" | ||
101 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
102 | UseOfMFC="0" | ||
103 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
104 | > | ||
105 | <Tool | ||
106 | Name="VCPreBuildEventTool" | ||
107 | /> | ||
108 | <Tool | ||
109 | Name="VCCustomBuildTool" | ||
110 | /> | ||
111 | <Tool | ||
112 | Name="VCXMLDataGeneratorTool" | ||
113 | /> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool" | ||
116 | /> | ||
117 | <Tool | ||
118 | Name="VCMIDLTool" | ||
119 | /> | ||
120 | <Tool | ||
121 | Name="VCCLCompilerTool" | ||
122 | InlineFunctionExpansion="1" | ||
123 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
124 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF" | ||
125 | StringPooling="true" | ||
126 | ExceptionHandling="0" | ||
127 | RuntimeLibrary="0" | ||
128 | BufferSecurityCheck="false" | ||
129 | EnableFunctionLevelLinking="true" | ||
130 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
131 | AssemblerListingLocation="$(IntDir)\" | ||
132 | ObjectFile="$(IntDir)\" | ||
133 | ProgramDataBaseFileName="$(OutDir)\" | ||
134 | WarningLevel="3" | ||
135 | SuppressStartupBanner="true" | ||
136 | /> | ||
137 | <Tool | ||
138 | Name="VCManagedResourceCompilerTool" | ||
139 | /> | ||
140 | <Tool | ||
141 | Name="VCResourceCompilerTool" | ||
142 | Culture="1036" | ||
143 | /> | ||
144 | <Tool | ||
145 | Name="VCPreLinkEventTool" | ||
146 | /> | ||
147 | <Tool | ||
148 | Name="VCLibrarianTool" | ||
149 | AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB" | ||
150 | AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj " | ||
151 | OutputFile="$(OutDir)\zlibstat.lib" | ||
152 | SuppressStartupBanner="true" | ||
153 | /> | ||
154 | <Tool | ||
155 | Name="VCALinkTool" | ||
156 | /> | ||
157 | <Tool | ||
158 | Name="VCXDCMakeTool" | ||
159 | /> | ||
160 | <Tool | ||
161 | Name="VCBscMakeTool" | ||
162 | /> | ||
163 | <Tool | ||
164 | Name="VCFxCopTool" | ||
165 | /> | ||
166 | <Tool | ||
167 | Name="VCPostBuildEventTool" | ||
168 | /> | ||
169 | </Configuration> | ||
170 | <Configuration | ||
171 | Name="ReleaseWithoutAsm|Win32" | ||
172 | OutputDirectory="x86\ZlibStat$(ConfigurationName)" | ||
173 | IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp" | ||
174 | ConfigurationType="4" | ||
175 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
176 | UseOfMFC="0" | ||
177 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
178 | > | ||
179 | <Tool | ||
180 | Name="VCPreBuildEventTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCCustomBuildTool" | ||
184 | /> | ||
185 | <Tool | ||
186 | Name="VCXMLDataGeneratorTool" | ||
187 | /> | ||
188 | <Tool | ||
189 | Name="VCWebServiceProxyGeneratorTool" | ||
190 | /> | ||
191 | <Tool | ||
192 | Name="VCMIDLTool" | ||
193 | /> | ||
194 | <Tool | ||
195 | Name="VCCLCompilerTool" | ||
196 | InlineFunctionExpansion="1" | ||
197 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
198 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
199 | StringPooling="true" | ||
200 | ExceptionHandling="0" | ||
201 | RuntimeLibrary="0" | ||
202 | BufferSecurityCheck="false" | ||
203 | EnableFunctionLevelLinking="true" | ||
204 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
205 | AssemblerListingLocation="$(IntDir)\" | ||
206 | ObjectFile="$(IntDir)\" | ||
207 | ProgramDataBaseFileName="$(OutDir)\" | ||
208 | WarningLevel="3" | ||
209 | SuppressStartupBanner="true" | ||
210 | /> | ||
211 | <Tool | ||
212 | Name="VCManagedResourceCompilerTool" | ||
213 | /> | ||
214 | <Tool | ||
215 | Name="VCResourceCompilerTool" | ||
216 | Culture="1036" | ||
217 | /> | ||
218 | <Tool | ||
219 | Name="VCPreLinkEventTool" | ||
220 | /> | ||
221 | <Tool | ||
222 | Name="VCLibrarianTool" | ||
223 | AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB" | ||
224 | OutputFile="$(OutDir)\zlibstat.lib" | ||
225 | SuppressStartupBanner="true" | ||
226 | /> | ||
227 | <Tool | ||
228 | Name="VCALinkTool" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCXDCMakeTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCBscMakeTool" | ||
235 | /> | ||
236 | <Tool | ||
237 | Name="VCFxCopTool" | ||
238 | /> | ||
239 | <Tool | ||
240 | Name="VCPostBuildEventTool" | ||
241 | /> | ||
242 | </Configuration> | ||
243 | <Configuration | ||
244 | Name="Debug|x64" | ||
245 | OutputDirectory="x64\ZlibStat$(ConfigurationName)" | ||
246 | IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp" | ||
247 | ConfigurationType="4" | ||
248 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
249 | UseOfMFC="0" | ||
250 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
251 | > | ||
252 | <Tool | ||
253 | Name="VCPreBuildEventTool" | ||
254 | /> | ||
255 | <Tool | ||
256 | Name="VCCustomBuildTool" | ||
257 | /> | ||
258 | <Tool | ||
259 | Name="VCXMLDataGeneratorTool" | ||
260 | /> | ||
261 | <Tool | ||
262 | Name="VCWebServiceProxyGeneratorTool" | ||
263 | /> | ||
264 | <Tool | ||
265 | Name="VCMIDLTool" | ||
266 | TargetEnvironment="3" | ||
267 | /> | ||
268 | <Tool | ||
269 | Name="VCCLCompilerTool" | ||
270 | Optimization="0" | ||
271 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
272 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
273 | ExceptionHandling="0" | ||
274 | RuntimeLibrary="3" | ||
275 | BufferSecurityCheck="false" | ||
276 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
277 | AssemblerListingLocation="$(IntDir)\" | ||
278 | ObjectFile="$(IntDir)\" | ||
279 | ProgramDataBaseFileName="$(OutDir)\" | ||
280 | WarningLevel="3" | ||
281 | SuppressStartupBanner="true" | ||
282 | Detect64BitPortabilityProblems="true" | ||
283 | DebugInformationFormat="1" | ||
284 | /> | ||
285 | <Tool | ||
286 | Name="VCManagedResourceCompilerTool" | ||
287 | /> | ||
288 | <Tool | ||
289 | Name="VCResourceCompilerTool" | ||
290 | Culture="1036" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCPreLinkEventTool" | ||
294 | /> | ||
295 | <Tool | ||
296 | Name="VCLibrarianTool" | ||
297 | AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB" | ||
298 | OutputFile="$(OutDir)\zlibstat.lib" | ||
299 | SuppressStartupBanner="true" | ||
300 | /> | ||
301 | <Tool | ||
302 | Name="VCALinkTool" | ||
303 | /> | ||
304 | <Tool | ||
305 | Name="VCXDCMakeTool" | ||
306 | /> | ||
307 | <Tool | ||
308 | Name="VCBscMakeTool" | ||
309 | /> | ||
310 | <Tool | ||
311 | Name="VCFxCopTool" | ||
312 | /> | ||
313 | <Tool | ||
314 | Name="VCPostBuildEventTool" | ||
315 | /> | ||
316 | </Configuration> | ||
317 | <Configuration | ||
318 | Name="Debug|Itanium" | ||
319 | OutputDirectory="ia64\ZlibStat$(ConfigurationName)" | ||
320 | IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp" | ||
321 | ConfigurationType="4" | ||
322 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
323 | UseOfMFC="0" | ||
324 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
325 | > | ||
326 | <Tool | ||
327 | Name="VCPreBuildEventTool" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCCustomBuildTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCXMLDataGeneratorTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCWebServiceProxyGeneratorTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCMIDLTool" | ||
340 | TargetEnvironment="2" | ||
341 | /> | ||
342 | <Tool | ||
343 | Name="VCCLCompilerTool" | ||
344 | Optimization="0" | ||
345 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
346 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
347 | ExceptionHandling="0" | ||
348 | RuntimeLibrary="3" | ||
349 | BufferSecurityCheck="false" | ||
350 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
351 | AssemblerListingLocation="$(IntDir)\" | ||
352 | ObjectFile="$(IntDir)\" | ||
353 | ProgramDataBaseFileName="$(OutDir)\" | ||
354 | WarningLevel="3" | ||
355 | SuppressStartupBanner="true" | ||
356 | Detect64BitPortabilityProblems="true" | ||
357 | DebugInformationFormat="1" | ||
358 | /> | ||
359 | <Tool | ||
360 | Name="VCManagedResourceCompilerTool" | ||
361 | /> | ||
362 | <Tool | ||
363 | Name="VCResourceCompilerTool" | ||
364 | Culture="1036" | ||
365 | /> | ||
366 | <Tool | ||
367 | Name="VCPreLinkEventTool" | ||
368 | /> | ||
369 | <Tool | ||
370 | Name="VCLibrarianTool" | ||
371 | AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB" | ||
372 | OutputFile="$(OutDir)\zlibstat.lib" | ||
373 | SuppressStartupBanner="true" | ||
374 | /> | ||
375 | <Tool | ||
376 | Name="VCALinkTool" | ||
377 | /> | ||
378 | <Tool | ||
379 | Name="VCXDCMakeTool" | ||
380 | /> | ||
381 | <Tool | ||
382 | Name="VCBscMakeTool" | ||
383 | /> | ||
384 | <Tool | ||
385 | Name="VCFxCopTool" | ||
386 | /> | ||
387 | <Tool | ||
388 | Name="VCPostBuildEventTool" | ||
389 | /> | ||
390 | </Configuration> | ||
391 | <Configuration | ||
392 | Name="Release|x64" | ||
393 | OutputDirectory="x64\ZlibStat$(ConfigurationName)" | ||
394 | IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp" | ||
395 | ConfigurationType="4" | ||
396 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
397 | UseOfMFC="0" | ||
398 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
399 | > | ||
400 | <Tool | ||
401 | Name="VCPreBuildEventTool" | ||
402 | /> | ||
403 | <Tool | ||
404 | Name="VCCustomBuildTool" | ||
405 | /> | ||
406 | <Tool | ||
407 | Name="VCXMLDataGeneratorTool" | ||
408 | /> | ||
409 | <Tool | ||
410 | Name="VCWebServiceProxyGeneratorTool" | ||
411 | /> | ||
412 | <Tool | ||
413 | Name="VCMIDLTool" | ||
414 | TargetEnvironment="3" | ||
415 | /> | ||
416 | <Tool | ||
417 | Name="VCCLCompilerTool" | ||
418 | InlineFunctionExpansion="1" | ||
419 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
420 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;WIN64" | ||
421 | StringPooling="true" | ||
422 | ExceptionHandling="0" | ||
423 | RuntimeLibrary="2" | ||
424 | BufferSecurityCheck="false" | ||
425 | EnableFunctionLevelLinking="true" | ||
426 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
427 | AssemblerListingLocation="$(IntDir)\" | ||
428 | ObjectFile="$(IntDir)\" | ||
429 | ProgramDataBaseFileName="$(OutDir)\" | ||
430 | WarningLevel="3" | ||
431 | SuppressStartupBanner="true" | ||
432 | /> | ||
433 | <Tool | ||
434 | Name="VCManagedResourceCompilerTool" | ||
435 | /> | ||
436 | <Tool | ||
437 | Name="VCResourceCompilerTool" | ||
438 | Culture="1036" | ||
439 | /> | ||
440 | <Tool | ||
441 | Name="VCPreLinkEventTool" | ||
442 | /> | ||
443 | <Tool | ||
444 | Name="VCLibrarianTool" | ||
445 | AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB" | ||
446 | AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj " | ||
447 | OutputFile="$(OutDir)\zlibstat.lib" | ||
448 | SuppressStartupBanner="true" | ||
449 | /> | ||
450 | <Tool | ||
451 | Name="VCALinkTool" | ||
452 | /> | ||
453 | <Tool | ||
454 | Name="VCXDCMakeTool" | ||
455 | /> | ||
456 | <Tool | ||
457 | Name="VCBscMakeTool" | ||
458 | /> | ||
459 | <Tool | ||
460 | Name="VCFxCopTool" | ||
461 | /> | ||
462 | <Tool | ||
463 | Name="VCPostBuildEventTool" | ||
464 | /> | ||
465 | </Configuration> | ||
466 | <Configuration | ||
467 | Name="Release|Itanium" | ||
468 | OutputDirectory="ia64\ZlibStat$(ConfigurationName)" | ||
469 | IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp" | ||
470 | ConfigurationType="4" | ||
471 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
472 | UseOfMFC="0" | ||
473 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
474 | > | ||
475 | <Tool | ||
476 | Name="VCPreBuildEventTool" | ||
477 | /> | ||
478 | <Tool | ||
479 | Name="VCCustomBuildTool" | ||
480 | /> | ||
481 | <Tool | ||
482 | Name="VCXMLDataGeneratorTool" | ||
483 | /> | ||
484 | <Tool | ||
485 | Name="VCWebServiceProxyGeneratorTool" | ||
486 | /> | ||
487 | <Tool | ||
488 | Name="VCMIDLTool" | ||
489 | TargetEnvironment="2" | ||
490 | /> | ||
491 | <Tool | ||
492 | Name="VCCLCompilerTool" | ||
493 | InlineFunctionExpansion="1" | ||
494 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
495 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
496 | StringPooling="true" | ||
497 | ExceptionHandling="0" | ||
498 | RuntimeLibrary="2" | ||
499 | BufferSecurityCheck="false" | ||
500 | EnableFunctionLevelLinking="true" | ||
501 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
502 | AssemblerListingLocation="$(IntDir)\" | ||
503 | ObjectFile="$(IntDir)\" | ||
504 | ProgramDataBaseFileName="$(OutDir)\" | ||
505 | WarningLevel="3" | ||
506 | SuppressStartupBanner="true" | ||
507 | /> | ||
508 | <Tool | ||
509 | Name="VCManagedResourceCompilerTool" | ||
510 | /> | ||
511 | <Tool | ||
512 | Name="VCResourceCompilerTool" | ||
513 | Culture="1036" | ||
514 | /> | ||
515 | <Tool | ||
516 | Name="VCPreLinkEventTool" | ||
517 | /> | ||
518 | <Tool | ||
519 | Name="VCLibrarianTool" | ||
520 | AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB" | ||
521 | OutputFile="$(OutDir)\zlibstat.lib" | ||
522 | SuppressStartupBanner="true" | ||
523 | /> | ||
524 | <Tool | ||
525 | Name="VCALinkTool" | ||
526 | /> | ||
527 | <Tool | ||
528 | Name="VCXDCMakeTool" | ||
529 | /> | ||
530 | <Tool | ||
531 | Name="VCBscMakeTool" | ||
532 | /> | ||
533 | <Tool | ||
534 | Name="VCFxCopTool" | ||
535 | /> | ||
536 | <Tool | ||
537 | Name="VCPostBuildEventTool" | ||
538 | /> | ||
539 | </Configuration> | ||
540 | <Configuration | ||
541 | Name="ReleaseWithoutAsm|x64" | ||
542 | OutputDirectory="x64\ZlibStat$(ConfigurationName)" | ||
543 | IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp" | ||
544 | ConfigurationType="4" | ||
545 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
546 | UseOfMFC="0" | ||
547 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
548 | > | ||
549 | <Tool | ||
550 | Name="VCPreBuildEventTool" | ||
551 | /> | ||
552 | <Tool | ||
553 | Name="VCCustomBuildTool" | ||
554 | /> | ||
555 | <Tool | ||
556 | Name="VCXMLDataGeneratorTool" | ||
557 | /> | ||
558 | <Tool | ||
559 | Name="VCWebServiceProxyGeneratorTool" | ||
560 | /> | ||
561 | <Tool | ||
562 | Name="VCMIDLTool" | ||
563 | TargetEnvironment="3" | ||
564 | /> | ||
565 | <Tool | ||
566 | Name="VCCLCompilerTool" | ||
567 | InlineFunctionExpansion="1" | ||
568 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
569 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
570 | StringPooling="true" | ||
571 | ExceptionHandling="0" | ||
572 | RuntimeLibrary="2" | ||
573 | BufferSecurityCheck="false" | ||
574 | EnableFunctionLevelLinking="true" | ||
575 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
576 | AssemblerListingLocation="$(IntDir)\" | ||
577 | ObjectFile="$(IntDir)\" | ||
578 | ProgramDataBaseFileName="$(OutDir)\" | ||
579 | WarningLevel="3" | ||
580 | SuppressStartupBanner="true" | ||
581 | /> | ||
582 | <Tool | ||
583 | Name="VCManagedResourceCompilerTool" | ||
584 | /> | ||
585 | <Tool | ||
586 | Name="VCResourceCompilerTool" | ||
587 | Culture="1036" | ||
588 | /> | ||
589 | <Tool | ||
590 | Name="VCPreLinkEventTool" | ||
591 | /> | ||
592 | <Tool | ||
593 | Name="VCLibrarianTool" | ||
594 | AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB" | ||
595 | OutputFile="$(OutDir)\zlibstat.lib" | ||
596 | SuppressStartupBanner="true" | ||
597 | /> | ||
598 | <Tool | ||
599 | Name="VCALinkTool" | ||
600 | /> | ||
601 | <Tool | ||
602 | Name="VCXDCMakeTool" | ||
603 | /> | ||
604 | <Tool | ||
605 | Name="VCBscMakeTool" | ||
606 | /> | ||
607 | <Tool | ||
608 | Name="VCFxCopTool" | ||
609 | /> | ||
610 | <Tool | ||
611 | Name="VCPostBuildEventTool" | ||
612 | /> | ||
613 | </Configuration> | ||
614 | <Configuration | ||
615 | Name="ReleaseWithoutAsm|Itanium" | ||
616 | OutputDirectory="ia64\ZlibStat$(ConfigurationName)" | ||
617 | IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp" | ||
618 | ConfigurationType="4" | ||
619 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
620 | UseOfMFC="0" | ||
621 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
622 | > | ||
623 | <Tool | ||
624 | Name="VCPreBuildEventTool" | ||
625 | /> | ||
626 | <Tool | ||
627 | Name="VCCustomBuildTool" | ||
628 | /> | ||
629 | <Tool | ||
630 | Name="VCXMLDataGeneratorTool" | ||
631 | /> | ||
632 | <Tool | ||
633 | Name="VCWebServiceProxyGeneratorTool" | ||
634 | /> | ||
635 | <Tool | ||
636 | Name="VCMIDLTool" | ||
637 | TargetEnvironment="2" | ||
638 | /> | ||
639 | <Tool | ||
640 | Name="VCCLCompilerTool" | ||
641 | InlineFunctionExpansion="1" | ||
642 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
643 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
644 | StringPooling="true" | ||
645 | ExceptionHandling="0" | ||
646 | RuntimeLibrary="2" | ||
647 | BufferSecurityCheck="false" | ||
648 | EnableFunctionLevelLinking="true" | ||
649 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
650 | AssemblerListingLocation="$(IntDir)\" | ||
651 | ObjectFile="$(IntDir)\" | ||
652 | ProgramDataBaseFileName="$(OutDir)\" | ||
653 | WarningLevel="3" | ||
654 | SuppressStartupBanner="true" | ||
655 | /> | ||
656 | <Tool | ||
657 | Name="VCManagedResourceCompilerTool" | ||
658 | /> | ||
659 | <Tool | ||
660 | Name="VCResourceCompilerTool" | ||
661 | Culture="1036" | ||
662 | /> | ||
663 | <Tool | ||
664 | Name="VCPreLinkEventTool" | ||
665 | /> | ||
666 | <Tool | ||
667 | Name="VCLibrarianTool" | ||
668 | AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB" | ||
669 | OutputFile="$(OutDir)\zlibstat.lib" | ||
670 | SuppressStartupBanner="true" | ||
671 | /> | ||
672 | <Tool | ||
673 | Name="VCALinkTool" | ||
674 | /> | ||
675 | <Tool | ||
676 | Name="VCXDCMakeTool" | ||
677 | /> | ||
678 | <Tool | ||
679 | Name="VCBscMakeTool" | ||
680 | /> | ||
681 | <Tool | ||
682 | Name="VCFxCopTool" | ||
683 | /> | ||
684 | <Tool | ||
685 | Name="VCPostBuildEventTool" | ||
686 | /> | ||
687 | </Configuration> | ||
688 | </Configurations> | ||
689 | <References> | ||
690 | </References> | ||
691 | <Files> | ||
692 | <Filter | ||
693 | Name="Source Files" | ||
694 | > | ||
695 | <File | ||
696 | RelativePath="..\..\..\adler32.c" | ||
697 | > | ||
698 | </File> | ||
699 | <File | ||
700 | RelativePath="..\..\..\compress.c" | ||
701 | > | ||
702 | </File> | ||
703 | <File | ||
704 | RelativePath="..\..\..\crc32.c" | ||
705 | > | ||
706 | </File> | ||
707 | <File | ||
708 | RelativePath="..\..\..\deflate.c" | ||
709 | > | ||
710 | </File> | ||
711 | <File | ||
712 | RelativePath="..\..\masmx86\gvmat32c.c" | ||
713 | > | ||
714 | <FileConfiguration | ||
715 | Name="Debug|x64" | ||
716 | ExcludedFromBuild="true" | ||
717 | > | ||
718 | <Tool | ||
719 | Name="VCCLCompilerTool" | ||
720 | /> | ||
721 | </FileConfiguration> | ||
722 | <FileConfiguration | ||
723 | Name="Debug|Itanium" | ||
724 | ExcludedFromBuild="true" | ||
725 | > | ||
726 | <Tool | ||
727 | Name="VCCLCompilerTool" | ||
728 | /> | ||
729 | </FileConfiguration> | ||
730 | <FileConfiguration | ||
731 | Name="Release|x64" | ||
732 | ExcludedFromBuild="true" | ||
733 | > | ||
734 | <Tool | ||
735 | Name="VCCLCompilerTool" | ||
736 | /> | ||
737 | </FileConfiguration> | ||
738 | <FileConfiguration | ||
739 | Name="Release|Itanium" | ||
740 | ExcludedFromBuild="true" | ||
741 | > | ||
742 | <Tool | ||
743 | Name="VCCLCompilerTool" | ||
744 | /> | ||
745 | </FileConfiguration> | ||
746 | <FileConfiguration | ||
747 | Name="ReleaseWithoutAsm|x64" | ||
748 | ExcludedFromBuild="true" | ||
749 | > | ||
750 | <Tool | ||
751 | Name="VCCLCompilerTool" | ||
752 | /> | ||
753 | </FileConfiguration> | ||
754 | <FileConfiguration | ||
755 | Name="ReleaseWithoutAsm|Itanium" | ||
756 | ExcludedFromBuild="true" | ||
757 | > | ||
758 | <Tool | ||
759 | Name="VCCLCompilerTool" | ||
760 | /> | ||
761 | </FileConfiguration> | ||
762 | </File> | ||
763 | <File | ||
764 | RelativePath="..\..\..\gzclose.c" | ||
765 | > | ||
766 | </File> | ||
767 | <File | ||
768 | RelativePath="..\..\..\gzio.c" | ||
769 | > | ||
770 | </File> | ||
771 | <File | ||
772 | RelativePath="..\..\..\gzlib.c" | ||
773 | > | ||
774 | </File> | ||
775 | <File | ||
776 | RelativePath="..\..\..\gzread.c" | ||
777 | > | ||
778 | </File> | ||
779 | <File | ||
780 | RelativePath="..\..\..\gzwrite.c" | ||
781 | > | ||
782 | </File> | ||
783 | <File | ||
784 | RelativePath="..\..\..\infback.c" | ||
785 | > | ||
786 | </File> | ||
787 | <File | ||
788 | RelativePath="..\..\masmx64\inffas8664.c" | ||
789 | > | ||
790 | <FileConfiguration | ||
791 | Name="Debug|Win32" | ||
792 | ExcludedFromBuild="true" | ||
793 | > | ||
794 | <Tool | ||
795 | Name="VCCLCompilerTool" | ||
796 | /> | ||
797 | </FileConfiguration> | ||
798 | <FileConfiguration | ||
799 | Name="Release|Win32" | ||
800 | ExcludedFromBuild="true" | ||
801 | > | ||
802 | <Tool | ||
803 | Name="VCCLCompilerTool" | ||
804 | /> | ||
805 | </FileConfiguration> | ||
806 | <FileConfiguration | ||
807 | Name="ReleaseWithoutAsm|Win32" | ||
808 | ExcludedFromBuild="true" | ||
809 | > | ||
810 | <Tool | ||
811 | Name="VCCLCompilerTool" | ||
812 | /> | ||
813 | </FileConfiguration> | ||
814 | <FileConfiguration | ||
815 | Name="Debug|Itanium" | ||
816 | ExcludedFromBuild="true" | ||
817 | > | ||
818 | <Tool | ||
819 | Name="VCCLCompilerTool" | ||
820 | /> | ||
821 | </FileConfiguration> | ||
822 | <FileConfiguration | ||
823 | Name="Release|Itanium" | ||
824 | ExcludedFromBuild="true" | ||
825 | > | ||
826 | <Tool | ||
827 | Name="VCCLCompilerTool" | ||
828 | /> | ||
829 | </FileConfiguration> | ||
830 | <FileConfiguration | ||
831 | Name="ReleaseWithoutAsm|Itanium" | ||
832 | ExcludedFromBuild="true" | ||
833 | > | ||
834 | <Tool | ||
835 | Name="VCCLCompilerTool" | ||
836 | /> | ||
837 | </FileConfiguration> | ||
838 | </File> | ||
839 | <File | ||
840 | RelativePath="..\..\..\inffast.c" | ||
841 | > | ||
842 | </File> | ||
843 | <File | ||
844 | RelativePath="..\..\..\inflate.c" | ||
845 | > | ||
846 | </File> | ||
847 | <File | ||
848 | RelativePath="..\..\..\inftrees.c" | ||
849 | > | ||
850 | </File> | ||
851 | <File | ||
852 | RelativePath="..\..\minizip\ioapi.c" | ||
853 | > | ||
854 | </File> | ||
855 | <File | ||
856 | RelativePath="..\..\..\trees.c" | ||
857 | > | ||
858 | </File> | ||
859 | <File | ||
860 | RelativePath="..\..\..\uncompr.c" | ||
861 | > | ||
862 | </File> | ||
863 | <File | ||
864 | RelativePath="..\..\minizip\unzip.c" | ||
865 | > | ||
866 | </File> | ||
867 | <File | ||
868 | RelativePath="..\..\minizip\zip.c" | ||
869 | > | ||
870 | </File> | ||
871 | <File | ||
872 | RelativePath=".\zlib.rc" | ||
873 | > | ||
874 | </File> | ||
875 | <File | ||
876 | RelativePath=".\zlibvc.def" | ||
877 | > | ||
878 | </File> | ||
879 | <File | ||
880 | RelativePath="..\..\..\zutil.c" | ||
881 | > | ||
882 | </File> | ||
883 | </Filter> | ||
884 | </Files> | ||
885 | <Globals> | ||
886 | </Globals> | ||
887 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def new file mode 100644 index 0000000..0b6a9e9 --- /dev/null +++ b/contrib/vstudio/vc9/zlibvc.def | |||
@@ -0,0 +1,114 @@ | |||
1 | |||
2 | VERSION 1.23 | ||
3 | |||
4 | HEAPSIZE 1048576,8192 | ||
5 | |||
6 | EXPORTS | ||
7 | adler32 @1 | ||
8 | compress @2 | ||
9 | crc32 @3 | ||
10 | deflate @4 | ||
11 | deflateCopy @5 | ||
12 | deflateEnd @6 | ||
13 | deflateInit2_ @7 | ||
14 | deflateInit_ @8 | ||
15 | deflateParams @9 | ||
16 | deflateReset @10 | ||
17 | deflateSetDictionary @11 | ||
18 | gzclose @12 | ||
19 | gzdopen @13 | ||
20 | gzerror @14 | ||
21 | gzflush @15 | ||
22 | gzopen @16 | ||
23 | gzread @17 | ||
24 | gzwrite @18 | ||
25 | inflate @19 | ||
26 | inflateEnd @20 | ||
27 | inflateInit2_ @21 | ||
28 | inflateInit_ @22 | ||
29 | inflateReset @23 | ||
30 | inflateSetDictionary @24 | ||
31 | inflateSync @25 | ||
32 | uncompress @26 | ||
33 | zlibVersion @27 | ||
34 | gzprintf @28 | ||
35 | gzputc @29 | ||
36 | gzgetc @30 | ||
37 | gzseek @31 | ||
38 | gzrewind @32 | ||
39 | gztell @33 | ||
40 | gzeof @34 | ||
41 | gzsetparams @35 | ||
42 | zError @36 | ||
43 | inflateSyncPoint @37 | ||
44 | get_crc_table @38 | ||
45 | compress2 @39 | ||
46 | gzputs @40 | ||
47 | gzgets @41 | ||
48 | inflateCopy @42 | ||
49 | inflateBackInit_ @43 | ||
50 | inflateBack @44 | ||
51 | inflateBackEnd @45 | ||
52 | compressBound @46 | ||
53 | deflateBound @47 | ||
54 | gzclearerr @48 | ||
55 | gzungetc @49 | ||
56 | zlibCompileFlags @50 | ||
57 | deflatePrime @51 | ||
58 | |||
59 | unzOpen @61 | ||
60 | unzClose @62 | ||
61 | unzGetGlobalInfo @63 | ||
62 | unzGetCurrentFileInfo @64 | ||
63 | unzGoToFirstFile @65 | ||
64 | unzGoToNextFile @66 | ||
65 | unzOpenCurrentFile @67 | ||
66 | unzReadCurrentFile @68 | ||
67 | unzOpenCurrentFile3 @69 | ||
68 | unztell @70 | ||
69 | unzeof @71 | ||
70 | unzCloseCurrentFile @72 | ||
71 | unzGetGlobalComment @73 | ||
72 | unzStringFileNameCompare @74 | ||
73 | unzLocateFile @75 | ||
74 | unzGetLocalExtrafield @76 | ||
75 | unzOpen2 @77 | ||
76 | unzOpenCurrentFile2 @78 | ||
77 | unzOpenCurrentFilePassword @79 | ||
78 | |||
79 | zipOpen @80 | ||
80 | zipOpenNewFileInZip @81 | ||
81 | zipWriteInFileInZip @82 | ||
82 | zipCloseFileInZip @83 | ||
83 | zipClose @84 | ||
84 | zipOpenNewFileInZip2 @86 | ||
85 | zipCloseFileInZipRaw @87 | ||
86 | zipOpen2 @88 | ||
87 | zipOpenNewFileInZip3 @89 | ||
88 | |||
89 | unzGetFilePos @100 | ||
90 | unzGoToFilePos @101 | ||
91 | |||
92 | fill_win32_filefunc @110 | ||
93 | fill_win32_filefunc64 @111 | ||
94 | fill_win32_filefunc64A @112 | ||
95 | fill_win32_filefunc64W @113 | ||
96 | |||
97 | ; quick hack by hkuno@microhouse.co.jp | ||
98 | unzOpen64 @120 | ||
99 | unzOpen2_64 @121 | ||
100 | unzGetGlobalInfo64 @122 | ||
101 | unzGetCurrentFileInfo64 @124 | ||
102 | unzGetCurrentFileZStreamPos64 @125 | ||
103 | unztell64 @126 | ||
104 | unzGetFilePos64 @127 | ||
105 | unzGoToFilePos64 @128 | ||
106 | |||
107 | zipOpen64 @130 | ||
108 | zipOpen2_64 @131 | ||
109 | zipOpenNewFileInZip64 @132 | ||
110 | zipOpenNewFileInZip2_64 @133 | ||
111 | zipOpenNewFileInZip3_64 @134 | ||
112 | zipOpenNewFileInZip4_64 @135 | ||
113 | zipCloseFileInZipRaw64 @136 | ||
114 | ; end hack | ||
diff --git a/contrib/vstudio/vc9/zlibvc.sln b/contrib/vstudio/vc9/zlibvc.sln new file mode 100644 index 0000000..c7f1b0b --- /dev/null +++ b/contrib/vstudio/vc9/zlibvc.sln | |||
@@ -0,0 +1,144 @@ | |||
1 |  | ||
2 | Microsoft Visual Studio Solution File, Format Version 10.00 | ||
3 | # Visual Studio 2008 | ||
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" | ||
5 | EndProject | ||
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" | ||
7 | EndProject | ||
8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
9 | EndProject | ||
10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestZlibDll", "testzlibdll.vcproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | ||
11 | ProjectSection(ProjectDependencies) = postProject | ||
12 | {8FD826F8-3739-44E6-8CC8-997122E53B8D} = {8FD826F8-3739-44E6-8CC8-997122E53B8D} | ||
13 | EndProjectSection | ||
14 | EndProject | ||
15 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" | ||
16 | ProjectSection(ProjectDependencies) = postProject | ||
17 | {8FD826F8-3739-44E6-8CC8-997122E53B8D} = {8FD826F8-3739-44E6-8CC8-997122E53B8D} | ||
18 | EndProjectSection | ||
19 | EndProject | ||
20 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" | ||
21 | ProjectSection(ProjectDependencies) = postProject | ||
22 | {8FD826F8-3739-44E6-8CC8-997122E53B8D} = {8FD826F8-3739-44E6-8CC8-997122E53B8D} | ||
23 | EndProjectSection | ||
24 | EndProject | ||
25 | Global | ||
26 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
27 | Debug|Itanium = Debug|Itanium | ||
28 | Debug|Win32 = Debug|Win32 | ||
29 | Debug|x64 = Debug|x64 | ||
30 | Release|Itanium = Release|Itanium | ||
31 | Release|Win32 = Release|Win32 | ||
32 | Release|x64 = Release|x64 | ||
33 | ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium | ||
34 | ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 | ||
35 | ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 | ||
36 | EndGlobalSection | ||
37 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
38 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
39 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.Build.0 = Debug|Itanium | ||
40 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
41 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 | ||
42 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 | ||
43 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 | ||
44 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Itanium | ||
45 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.Build.0 = Release|Itanium | ||
46 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 | ||
47 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 | ||
48 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
49 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
50 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium | ||
51 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium | ||
52 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
53 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
54 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
55 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
56 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
57 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.Build.0 = Debug|Itanium | ||
58 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
59 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 | ||
60 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 | ||
61 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 | ||
62 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Itanium | ||
63 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.Build.0 = Release|Itanium | ||
64 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 | ||
65 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 | ||
66 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 | ||
67 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 | ||
68 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium | ||
69 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium | ||
70 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
71 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
72 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
73 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
74 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
75 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium | ||
76 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
77 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
78 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
79 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
80 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium | ||
81 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium | ||
82 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
83 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
84 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
85 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
86 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium | ||
87 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium | ||
88 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
89 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
90 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
91 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
92 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
93 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.Build.0 = Debug|Itanium | ||
94 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
95 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 | ||
96 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 | ||
97 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 | ||
98 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Itanium | ||
99 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.Build.0 = Release|Itanium | ||
100 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 | ||
101 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 | ||
102 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 | ||
103 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 | ||
104 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium | ||
105 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium | ||
106 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Itanium | ||
107 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|Itanium | ||
108 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
109 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium | ||
110 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
111 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
112 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
113 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
114 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium | ||
115 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium | ||
116 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
117 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
118 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
119 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
120 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium | ||
121 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium | ||
122 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Itanium | ||
123 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|Itanium | ||
124 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
125 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.Build.0 = Debug|Itanium | ||
126 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
127 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 | ||
128 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 | ||
129 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 | ||
130 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Itanium | ||
131 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.Build.0 = Release|Itanium | ||
132 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 | ||
133 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 | ||
134 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 | ||
135 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 | ||
136 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium | ||
137 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium | ||
138 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Itanium | ||
139 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|Itanium | ||
140 | EndGlobalSection | ||
141 | GlobalSection(SolutionProperties) = preSolution | ||
142 | HideSolutionNode = FALSE | ||
143 | EndGlobalSection | ||
144 | EndGlobal | ||
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> | ||