aboutsummaryrefslogtreecommitdiff
path: root/contrib/vstudio/vc9
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-02-13 18:40:53 -0800
committerMark Adler <git@madler.net>2026-02-16 02:25:37 -0800
commitfa5ea47e620785e68a9c3bb294f8a0523e98780d (patch)
tree19b44e290bb457fec1884ac4db62705a686a0c8c /contrib/vstudio/vc9
parent0b3932c80dc338b36fe1b8bacd216bacb8991c17 (diff)
downloadzlib-fa5ea47e620785e68a9c3bb294f8a0523e98780d.tar.gz
zlib-fa5ea47e620785e68a9c3bb294f8a0523e98780d.tar.bz2
zlib-fa5ea47e620785e68a9c3bb294f8a0523e98780d.zip
Remove vstudio projects in lieu of cmake-generated projects.
Diffstat (limited to 'contrib/vstudio/vc9')
-rw-r--r--contrib/vstudio/vc9/miniunz.vcproj565
-rw-r--r--contrib/vstudio/vc9/minizip.vcproj562
-rw-r--r--contrib/vstudio/vc9/testzlib.vcproj796
-rw-r--r--contrib/vstudio/vc9/testzlibdll.vcproj565
-rw-r--r--contrib/vstudio/vc9/zlib.rc32
-rw-r--r--contrib/vstudio/vc9/zlibstat.vcproj781
-rw-r--r--contrib/vstudio/vc9/zlibvc.def169
-rw-r--r--contrib/vstudio/vc9/zlibvc.sln144
-rw-r--r--contrib/vstudio/vc9/zlibvc.vcproj1100
9 files changed, 0 insertions, 4714 deletions
diff --git a/contrib/vstudio/vc9/miniunz.vcproj b/contrib/vstudio/vc9/miniunz.vcproj
deleted file mode 100644
index cc3d13a1..00000000
--- a/contrib/vstudio/vc9/miniunz.vcproj
+++ /dev/null
@@ -1,565 +0,0 @@
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"
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
deleted file mode 100644
index fecd9dd0..00000000
--- a/contrib/vstudio/vc9/minizip.vcproj
+++ /dev/null
@@ -1,562 +0,0 @@
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"
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
deleted file mode 100644
index ff69640e..00000000
--- a/contrib/vstudio/vc9/testzlib.vcproj
+++ /dev/null
@@ -1,796 +0,0 @@
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="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 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="Debug|x64"
108 OutputDirectory="x64\TestZlib$(ConfigurationName)"
109 IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp"
110 ConfigurationType="1"
111 >
112 <Tool
113 Name="VCPreBuildEventTool"
114 />
115 <Tool
116 Name="VCCustomBuildTool"
117 />
118 <Tool
119 Name="VCXMLDataGeneratorTool"
120 />
121 <Tool
122 Name="VCWebServiceProxyGeneratorTool"
123 />
124 <Tool
125 Name="VCMIDLTool"
126 />
127 <Tool
128 Name="VCCLCompilerTool"
129 AdditionalIncludeDirectories="..\..\.."
130 PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
131 BasicRuntimeChecks="0"
132 RuntimeLibrary="3"
133 BufferSecurityCheck="false"
134 AssemblerListingLocation="$(IntDir)\"
135 />
136 <Tool
137 Name="VCManagedResourceCompilerTool"
138 />
139 <Tool
140 Name="VCResourceCompilerTool"
141 />
142 <Tool
143 Name="VCPreLinkEventTool"
144 />
145 <Tool
146 Name="VCLinkerTool"
147 GenerateManifest="false"
148 />
149 <Tool
150 Name="VCALinkTool"
151 />
152 <Tool
153 Name="VCManifestTool"
154 />
155 <Tool
156 Name="VCXDCMakeTool"
157 />
158 <Tool
159 Name="VCBscMakeTool"
160 />
161 <Tool
162 Name="VCFxCopTool"
163 />
164 <Tool
165 Name="VCAppVerifierTool"
166 />
167 <Tool
168 Name="VCPostBuildEventTool"
169 />
170 </Configuration>
171 <Configuration
172 Name="Debug|Itanium"
173 OutputDirectory="ia64\TestZlib$(ConfigurationName)"
174 IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp"
175 ConfigurationType="1"
176 CharacterSet="2"
177 >
178 <Tool
179 Name="VCPreBuildEventTool"
180 />
181 <Tool
182 Name="VCCustomBuildTool"
183 />
184 <Tool
185 Name="VCXMLDataGeneratorTool"
186 />
187 <Tool
188 Name="VCWebServiceProxyGeneratorTool"
189 />
190 <Tool
191 Name="VCMIDLTool"
192 TargetEnvironment="2"
193 />
194 <Tool
195 Name="VCCLCompilerTool"
196 Optimization="0"
197 AdditionalIncludeDirectories="..\..\.."
198 PreprocessorDefinitions="ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
199 MinimalRebuild="true"
200 BasicRuntimeChecks="0"
201 RuntimeLibrary="3"
202 BufferSecurityCheck="false"
203 UsePrecompiledHeader="0"
204 AssemblerOutput="4"
205 AssemblerListingLocation="$(IntDir)\"
206 WarningLevel="3"
207 Detect64BitPortabilityProblems="true"
208 DebugInformationFormat="3"
209 />
210 <Tool
211 Name="VCManagedResourceCompilerTool"
212 />
213 <Tool
214 Name="VCResourceCompilerTool"
215 />
216 <Tool
217 Name="VCPreLinkEventTool"
218 />
219 <Tool
220 Name="VCLinkerTool"
221 OutputFile="$(OutDir)/testzlib.exe"
222 LinkIncremental="2"
223 GenerateManifest="false"
224 GenerateDebugInformation="true"
225 ProgramDatabaseFile="$(OutDir)/testzlib.pdb"
226 SubSystem="1"
227 TargetMachine="5"
228 />
229 <Tool
230 Name="VCALinkTool"
231 />
232 <Tool
233 Name="VCManifestTool"
234 />
235 <Tool
236 Name="VCXDCMakeTool"
237 />
238 <Tool
239 Name="VCBscMakeTool"
240 />
241 <Tool
242 Name="VCFxCopTool"
243 />
244 <Tool
245 Name="VCAppVerifierTool"
246 />
247 <Tool
248 Name="VCPostBuildEventTool"
249 />
250 </Configuration>
251 <Configuration
252 Name="ReleaseWithoutAsm|Win32"
253 OutputDirectory="x86\TestZlib$(ConfigurationName)"
254 IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp"
255 ConfigurationType="1"
256 CharacterSet="2"
257 WholeProgramOptimization="1"
258 >
259 <Tool
260 Name="VCPreBuildEventTool"
261 />
262 <Tool
263 Name="VCCustomBuildTool"
264 />
265 <Tool
266 Name="VCXMLDataGeneratorTool"
267 />
268 <Tool
269 Name="VCWebServiceProxyGeneratorTool"
270 />
271 <Tool
272 Name="VCMIDLTool"
273 />
274 <Tool
275 Name="VCCLCompilerTool"
276 Optimization="2"
277 InlineFunctionExpansion="1"
278 OmitFramePointers="true"
279 AdditionalIncludeDirectories="..\..\.."
280 PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
281 StringPooling="true"
282 BasicRuntimeChecks="0"
283 RuntimeLibrary="0"
284 BufferSecurityCheck="false"
285 EnableFunctionLevelLinking="true"
286 UsePrecompiledHeader="0"
287 AssemblerListingLocation="$(IntDir)\"
288 WarningLevel="3"
289 Detect64BitPortabilityProblems="true"
290 DebugInformationFormat="3"
291 />
292 <Tool
293 Name="VCManagedResourceCompilerTool"
294 />
295 <Tool
296 Name="VCResourceCompilerTool"
297 />
298 <Tool
299 Name="VCPreLinkEventTool"
300 />
301 <Tool
302 Name="VCLinkerTool"
303 OutputFile="$(OutDir)/testzlib.exe"
304 LinkIncremental="1"
305 GenerateManifest="false"
306 GenerateDebugInformation="true"
307 SubSystem="1"
308 OptimizeReferences="2"
309 EnableCOMDATFolding="2"
310 OptimizeForWindows98="1"
311 RandomizedBaseAddress="1"
312 DataExecutionPrevention="0"
313 TargetMachine="1"
314 />
315 <Tool
316 Name="VCALinkTool"
317 />
318 <Tool
319 Name="VCManifestTool"
320 />
321 <Tool
322 Name="VCXDCMakeTool"
323 />
324 <Tool
325 Name="VCBscMakeTool"
326 />
327 <Tool
328 Name="VCFxCopTool"
329 />
330 <Tool
331 Name="VCAppVerifierTool"
332 />
333 <Tool
334 Name="VCPostBuildEventTool"
335 />
336 </Configuration>
337 <Configuration
338 Name="ReleaseWithoutAsm|x64"
339 OutputDirectory="x64\TestZlib$(ConfigurationName)"
340 IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp"
341 ConfigurationType="1"
342 WholeProgramOptimization="1"
343 >
344 <Tool
345 Name="VCPreBuildEventTool"
346 />
347 <Tool
348 Name="VCCustomBuildTool"
349 />
350 <Tool
351 Name="VCXMLDataGeneratorTool"
352 />
353 <Tool
354 Name="VCWebServiceProxyGeneratorTool"
355 />
356 <Tool
357 Name="VCMIDLTool"
358 />
359 <Tool
360 Name="VCCLCompilerTool"
361 AdditionalIncludeDirectories="..\..\.."
362 PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
363 BasicRuntimeChecks="0"
364 RuntimeLibrary="2"
365 BufferSecurityCheck="false"
366 AssemblerListingLocation="$(IntDir)\"
367 />
368 <Tool
369 Name="VCManagedResourceCompilerTool"
370 />
371 <Tool
372 Name="VCResourceCompilerTool"
373 />
374 <Tool
375 Name="VCPreLinkEventTool"
376 />
377 <Tool
378 Name="VCLinkerTool"
379 AdditionalDependencies=""
380 GenerateManifest="false"
381 />
382 <Tool
383 Name="VCALinkTool"
384 />
385 <Tool
386 Name="VCManifestTool"
387 />
388 <Tool
389 Name="VCXDCMakeTool"
390 />
391 <Tool
392 Name="VCBscMakeTool"
393 />
394 <Tool
395 Name="VCFxCopTool"
396 />
397 <Tool
398 Name="VCAppVerifierTool"
399 />
400 <Tool
401 Name="VCPostBuildEventTool"
402 />
403 </Configuration>
404 <Configuration
405 Name="ReleaseWithoutAsm|Itanium"
406 OutputDirectory="ia64\TestZlib$(ConfigurationName)"
407 IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp"
408 ConfigurationType="1"
409 CharacterSet="2"
410 WholeProgramOptimization="1"
411 >
412 <Tool
413 Name="VCPreBuildEventTool"
414 />
415 <Tool
416 Name="VCCustomBuildTool"
417 />
418 <Tool
419 Name="VCXMLDataGeneratorTool"
420 />
421 <Tool
422 Name="VCWebServiceProxyGeneratorTool"
423 />
424 <Tool
425 Name="VCMIDLTool"
426 TargetEnvironment="2"
427 />
428 <Tool
429 Name="VCCLCompilerTool"
430 Optimization="2"
431 InlineFunctionExpansion="1"
432 OmitFramePointers="true"
433 AdditionalIncludeDirectories="..\..\.."
434 PreprocessorDefinitions="ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
435 StringPooling="true"
436 BasicRuntimeChecks="0"
437 RuntimeLibrary="2"
438 BufferSecurityCheck="false"
439 EnableFunctionLevelLinking="true"
440 UsePrecompiledHeader="0"
441 AssemblerListingLocation="$(IntDir)\"
442 WarningLevel="3"
443 Detect64BitPortabilityProblems="true"
444 DebugInformationFormat="3"
445 />
446 <Tool
447 Name="VCManagedResourceCompilerTool"
448 />
449 <Tool
450 Name="VCResourceCompilerTool"
451 />
452 <Tool
453 Name="VCPreLinkEventTool"
454 />
455 <Tool
456 Name="VCLinkerTool"
457 OutputFile="$(OutDir)/testzlib.exe"
458 LinkIncremental="1"
459 GenerateManifest="false"
460 GenerateDebugInformation="true"
461 SubSystem="1"
462 OptimizeReferences="2"
463 EnableCOMDATFolding="2"
464 OptimizeForWindows98="1"
465 TargetMachine="5"
466 />
467 <Tool
468 Name="VCALinkTool"
469 />
470 <Tool
471 Name="VCManifestTool"
472 />
473 <Tool
474 Name="VCXDCMakeTool"
475 />
476 <Tool
477 Name="VCBscMakeTool"
478 />
479 <Tool
480 Name="VCFxCopTool"
481 />
482 <Tool
483 Name="VCAppVerifierTool"
484 />
485 <Tool
486 Name="VCPostBuildEventTool"
487 />
488 </Configuration>
489 <Configuration
490 Name="Release|Win32"
491 OutputDirectory="x86\TestZlib$(ConfigurationName)"
492 IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp"
493 ConfigurationType="1"
494 CharacterSet="2"
495 WholeProgramOptimization="1"
496 >
497 <Tool
498 Name="VCPreBuildEventTool"
499 />
500 <Tool
501 Name="VCCustomBuildTool"
502 />
503 <Tool
504 Name="VCXMLDataGeneratorTool"
505 />
506 <Tool
507 Name="VCWebServiceProxyGeneratorTool"
508 />
509 <Tool
510 Name="VCMIDLTool"
511 />
512 <Tool
513 Name="VCCLCompilerTool"
514 Optimization="2"
515 InlineFunctionExpansion="1"
516 OmitFramePointers="true"
517 AdditionalIncludeDirectories="..\..\.."
518 PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
519 StringPooling="true"
520 BasicRuntimeChecks="0"
521 RuntimeLibrary="0"
522 BufferSecurityCheck="false"
523 EnableFunctionLevelLinking="true"
524 UsePrecompiledHeader="0"
525 AssemblerListingLocation="$(IntDir)\"
526 WarningLevel="3"
527 Detect64BitPortabilityProblems="true"
528 DebugInformationFormat="3"
529 />
530 <Tool
531 Name="VCManagedResourceCompilerTool"
532 />
533 <Tool
534 Name="VCResourceCompilerTool"
535 />
536 <Tool
537 Name="VCPreLinkEventTool"
538 />
539 <Tool
540 Name="VCLinkerTool"
541 OutputFile="$(OutDir)/testzlib.exe"
542 LinkIncremental="1"
543 GenerateManifest="false"
544 GenerateDebugInformation="true"
545 SubSystem="1"
546 OptimizeReferences="2"
547 EnableCOMDATFolding="2"
548 OptimizeForWindows98="1"
549 RandomizedBaseAddress="1"
550 DataExecutionPrevention="0"
551 TargetMachine="1"
552 />
553 <Tool
554 Name="VCALinkTool"
555 />
556 <Tool
557 Name="VCManifestTool"
558 />
559 <Tool
560 Name="VCXDCMakeTool"
561 />
562 <Tool
563 Name="VCBscMakeTool"
564 />
565 <Tool
566 Name="VCFxCopTool"
567 />
568 <Tool
569 Name="VCAppVerifierTool"
570 />
571 <Tool
572 Name="VCPostBuildEventTool"
573 />
574 </Configuration>
575 <Configuration
576 Name="Release|x64"
577 OutputDirectory="x64\TestZlib$(ConfigurationName)"
578 IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp"
579 ConfigurationType="1"
580 WholeProgramOptimization="1"
581 >
582 <Tool
583 Name="VCPreBuildEventTool"
584 />
585 <Tool
586 Name="VCCustomBuildTool"
587 />
588 <Tool
589 Name="VCXMLDataGeneratorTool"
590 />
591 <Tool
592 Name="VCWebServiceProxyGeneratorTool"
593 />
594 <Tool
595 Name="VCMIDLTool"
596 />
597 <Tool
598 Name="VCCLCompilerTool"
599 AdditionalIncludeDirectories="..\..\.."
600 PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
601 BasicRuntimeChecks="0"
602 RuntimeLibrary="0"
603 BufferSecurityCheck="false"
604 AssemblerListingLocation="$(IntDir)\"
605 />
606 <Tool
607 Name="VCManagedResourceCompilerTool"
608 />
609 <Tool
610 Name="VCResourceCompilerTool"
611 />
612 <Tool
613 Name="VCPreLinkEventTool"
614 />
615 <Tool
616 Name="VCLinkerTool"
617 GenerateManifest="false"
618 />
619 <Tool
620 Name="VCALinkTool"
621 />
622 <Tool
623 Name="VCManifestTool"
624 />
625 <Tool
626 Name="VCXDCMakeTool"
627 />
628 <Tool
629 Name="VCBscMakeTool"
630 />
631 <Tool
632 Name="VCFxCopTool"
633 />
634 <Tool
635 Name="VCAppVerifierTool"
636 />
637 <Tool
638 Name="VCPostBuildEventTool"
639 />
640 </Configuration>
641 <Configuration
642 Name="Release|Itanium"
643 OutputDirectory="ia64\TestZlib$(ConfigurationName)"
644 IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp"
645 ConfigurationType="1"
646 CharacterSet="2"
647 WholeProgramOptimization="1"
648 >
649 <Tool
650 Name="VCPreBuildEventTool"
651 />
652 <Tool
653 Name="VCCustomBuildTool"
654 />
655 <Tool
656 Name="VCXMLDataGeneratorTool"
657 />
658 <Tool
659 Name="VCWebServiceProxyGeneratorTool"
660 />
661 <Tool
662 Name="VCMIDLTool"
663 TargetEnvironment="2"
664 />
665 <Tool
666 Name="VCCLCompilerTool"
667 Optimization="2"
668 InlineFunctionExpansion="1"
669 OmitFramePointers="true"
670 AdditionalIncludeDirectories="..\..\.."
671 PreprocessorDefinitions="ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
672 StringPooling="true"
673 BasicRuntimeChecks="0"
674 RuntimeLibrary="2"
675 BufferSecurityCheck="false"
676 EnableFunctionLevelLinking="true"
677 UsePrecompiledHeader="0"
678 AssemblerListingLocation="$(IntDir)\"
679 WarningLevel="3"
680 Detect64BitPortabilityProblems="true"
681 DebugInformationFormat="3"
682 />
683 <Tool
684 Name="VCManagedResourceCompilerTool"
685 />
686 <Tool
687 Name="VCResourceCompilerTool"
688 />
689 <Tool
690 Name="VCPreLinkEventTool"
691 />
692 <Tool
693 Name="VCLinkerTool"
694 OutputFile="$(OutDir)/testzlib.exe"
695 LinkIncremental="1"
696 GenerateManifest="false"
697 GenerateDebugInformation="true"
698 SubSystem="1"
699 OptimizeReferences="2"
700 EnableCOMDATFolding="2"
701 OptimizeForWindows98="1"
702 TargetMachine="5"
703 />
704 <Tool
705 Name="VCALinkTool"
706 />
707 <Tool
708 Name="VCManifestTool"
709 />
710 <Tool
711 Name="VCXDCMakeTool"
712 />
713 <Tool
714 Name="VCBscMakeTool"
715 />
716 <Tool
717 Name="VCFxCopTool"
718 />
719 <Tool
720 Name="VCAppVerifierTool"
721 />
722 <Tool
723 Name="VCPostBuildEventTool"
724 />
725 </Configuration>
726 </Configurations>
727 <References>
728 </References>
729 <Files>
730 <Filter
731 Name="Source Files"
732 Filter="cpp;c;cxx;def;odl;idl;hpj;bat"
733 >
734 <File
735 RelativePath="..\..\..\adler32.c"
736 >
737 </File>
738 <File
739 RelativePath="..\..\..\compress.c"
740 >
741 </File>
742 <File
743 RelativePath="..\..\..\crc32.c"
744 >
745 </File>
746 <File
747 RelativePath="..\..\..\deflate.c"
748 >
749 </File>
750 <File
751 RelativePath="..\..\..\infback.c"
752 >
753 </File>
754 <File
755 RelativePath="..\..\..\inffast.c"
756 >
757 </File>
758 <File
759 RelativePath="..\..\..\inflate.c"
760 >
761 </File>
762 <File
763 RelativePath="..\..\..\inftrees.c"
764 >
765 </File>
766 <File
767 RelativePath="..\..\testzlib\testzlib.c"
768 >
769 </File>
770 <File
771 RelativePath="..\..\..\trees.c"
772 >
773 </File>
774 <File
775 RelativePath="..\..\..\uncompr.c"
776 >
777 </File>
778 <File
779 RelativePath="..\..\..\zutil.c"
780 >
781 </File>
782 </Filter>
783 <Filter
784 Name="Header Files"
785 Filter="h;hpp;hxx;hm;inl;inc"
786 >
787 </Filter>
788 <Filter
789 Name="Resource Files"
790 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
791 >
792 </Filter>
793 </Files>
794 <Globals>
795 </Globals>
796</VisualStudioProject>
diff --git a/contrib/vstudio/vc9/testzlibdll.vcproj b/contrib/vstudio/vc9/testzlibdll.vcproj
deleted file mode 100644
index 6448b497..00000000
--- a/contrib/vstudio/vc9/testzlibdll.vcproj
+++ /dev/null
@@ -1,565 +0,0 @@
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"
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
deleted file mode 100644
index acbcf658..00000000
--- a/contrib/vstudio/vc9/zlib.rc
+++ /dev/null
@@ -1,32 +0,0 @@
1#include <windows.h>
2
3#define IDR_VERSION1 1
4IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
5 FILEVERSION 1, 3, 1, 2
6 PRODUCTVERSION 1, 3, 1, 2
7 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
8 FILEFLAGS 0
9 FILEOS VOS_DOS_WINDOWS32
10 FILETYPE VFT_DLL
11 FILESUBTYPE 0 // not used
12BEGIN
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 and ZIP file I/O library\0"
20 VALUE "FileVersion", "1.3.1.2\0"
21 VALUE "InternalName", "zlib\0"
22 VALUE "OriginalFilename", "zlibwapi.dll\0"
23 VALUE "ProductName", "ZLib.DLL\0"
24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
25 VALUE "LegalCopyright", "(C) 1995-2025 Jean-loup Gailly & Mark Adler\0"
26 END
27 END
28 BLOCK "VarFileInfo"
29 BEGIN
30 VALUE "Translation", 0x0409, 1252
31 END
32END
diff --git a/contrib/vstudio/vc9/zlibstat.vcproj b/contrib/vstudio/vc9/zlibstat.vcproj
deleted file mode 100644
index 1bf15635..00000000
--- a/contrib/vstudio/vc9/zlibstat.vcproj
+++ /dev/null
@@ -1,781 +0,0 @@
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="..\..\.."
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="Debug|x64"
98 OutputDirectory="x64\ZlibStat$(ConfigurationName)"
99 IntermediateDirectory="x64\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 TargetEnvironment="3"
120 />
121 <Tool
122 Name="VCCLCompilerTool"
123 Optimization="0"
124 AdditionalIncludeDirectories="..\..\.."
125 PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
126 ExceptionHandling="0"
127 RuntimeLibrary="3"
128 BufferSecurityCheck="false"
129 PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
130 AssemblerListingLocation="$(IntDir)\"
131 ObjectFile="$(IntDir)\"
132 ProgramDataBaseFileName="$(OutDir)\"
133 WarningLevel="3"
134 SuppressStartupBanner="true"
135 Detect64BitPortabilityProblems="true"
136 DebugInformationFormat="1"
137 />
138 <Tool
139 Name="VCManagedResourceCompilerTool"
140 />
141 <Tool
142 Name="VCResourceCompilerTool"
143 Culture="1036"
144 />
145 <Tool
146 Name="VCPreLinkEventTool"
147 />
148 <Tool
149 Name="VCLibrarianTool"
150 AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB"
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="Debug|Itanium"
172 OutputDirectory="ia64\ZlibStat$(ConfigurationName)"
173 IntermediateDirectory="ia64\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 TargetEnvironment="2"
194 />
195 <Tool
196 Name="VCCLCompilerTool"
197 Optimization="0"
198 AdditionalIncludeDirectories="..\..\.."
199 PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
200 ExceptionHandling="0"
201 RuntimeLibrary="3"
202 BufferSecurityCheck="false"
203 PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
204 AssemblerListingLocation="$(IntDir)\"
205 ObjectFile="$(IntDir)\"
206 ProgramDataBaseFileName="$(OutDir)\"
207 WarningLevel="3"
208 SuppressStartupBanner="true"
209 Detect64BitPortabilityProblems="true"
210 DebugInformationFormat="1"
211 />
212 <Tool
213 Name="VCManagedResourceCompilerTool"
214 />
215 <Tool
216 Name="VCResourceCompilerTool"
217 Culture="1036"
218 />
219 <Tool
220 Name="VCPreLinkEventTool"
221 />
222 <Tool
223 Name="VCLibrarianTool"
224 AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB"
225 OutputFile="$(OutDir)\zlibstat.lib"
226 SuppressStartupBanner="true"
227 />
228 <Tool
229 Name="VCALinkTool"
230 />
231 <Tool
232 Name="VCXDCMakeTool"
233 />
234 <Tool
235 Name="VCBscMakeTool"
236 />
237 <Tool
238 Name="VCFxCopTool"
239 />
240 <Tool
241 Name="VCPostBuildEventTool"
242 />
243 </Configuration>
244 <Configuration
245 Name="Release|Win32"
246 OutputDirectory="x86\ZlibStat$(ConfigurationName)"
247 IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp"
248 ConfigurationType="4"
249 InheritedPropertySheets="UpgradeFromVC70.vsprops"
250 UseOfMFC="0"
251 ATLMinimizesCRunTimeLibraryUsage="false"
252 >
253 <Tool
254 Name="VCPreBuildEventTool"
255 />
256 <Tool
257 Name="VCCustomBuildTool"
258 />
259 <Tool
260 Name="VCXMLDataGeneratorTool"
261 />
262 <Tool
263 Name="VCWebServiceProxyGeneratorTool"
264 />
265 <Tool
266 Name="VCMIDLTool"
267 />
268 <Tool
269 Name="VCCLCompilerTool"
270 InlineFunctionExpansion="1"
271 AdditionalIncludeDirectories="..\..\.."
272 PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
273 StringPooling="true"
274 ExceptionHandling="0"
275 RuntimeLibrary="0"
276 BufferSecurityCheck="false"
277 EnableFunctionLevelLinking="true"
278 PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
279 AssemblerListingLocation="$(IntDir)\"
280 ObjectFile="$(IntDir)\"
281 ProgramDataBaseFileName="$(OutDir)\"
282 WarningLevel="3"
283 SuppressStartupBanner="true"
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:X86 /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="Release|x64"
319 OutputDirectory="x64\ZlibStat$(ConfigurationName)"
320 IntermediateDirectory="x64\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="3"
341 />
342 <Tool
343 Name="VCCLCompilerTool"
344 InlineFunctionExpansion="1"
345 AdditionalIncludeDirectories="..\..\.."
346 PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
347 StringPooling="true"
348 ExceptionHandling="0"
349 RuntimeLibrary="2"
350 BufferSecurityCheck="false"
351 EnableFunctionLevelLinking="true"
352 PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
353 AssemblerListingLocation="$(IntDir)\"
354 ObjectFile="$(IntDir)\"
355 ProgramDataBaseFileName="$(OutDir)\"
356 WarningLevel="3"
357 SuppressStartupBanner="true"
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:AMD64 /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|Itanium"
393 OutputDirectory="ia64\ZlibStat$(ConfigurationName)"
394 IntermediateDirectory="ia64\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="2"
415 />
416 <Tool
417 Name="VCCLCompilerTool"
418 InlineFunctionExpansion="1"
419 AdditionalIncludeDirectories="..\..\.."
420 PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;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:IA64 /NODEFAULTLIB"
446 OutputFile="$(OutDir)\zlibstat.lib"
447 SuppressStartupBanner="true"
448 />
449 <Tool
450 Name="VCALinkTool"
451 />
452 <Tool
453 Name="VCXDCMakeTool"
454 />
455 <Tool
456 Name="VCBscMakeTool"
457 />
458 <Tool
459 Name="VCFxCopTool"
460 />
461 <Tool
462 Name="VCPostBuildEventTool"
463 />
464 </Configuration>
465 <Configuration
466 Name="ReleaseWithoutAsm|Win32"
467 OutputDirectory="x86\ZlibStat$(ConfigurationName)"
468 IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp"
469 ConfigurationType="4"
470 InheritedPropertySheets="UpgradeFromVC70.vsprops"
471 UseOfMFC="0"
472 ATLMinimizesCRunTimeLibraryUsage="false"
473 >
474 <Tool
475 Name="VCPreBuildEventTool"
476 />
477 <Tool
478 Name="VCCustomBuildTool"
479 />
480 <Tool
481 Name="VCXMLDataGeneratorTool"
482 />
483 <Tool
484 Name="VCWebServiceProxyGeneratorTool"
485 />
486 <Tool
487 Name="VCMIDLTool"
488 />
489 <Tool
490 Name="VCCLCompilerTool"
491 InlineFunctionExpansion="1"
492 AdditionalIncludeDirectories="..\..\.."
493 PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
494 StringPooling="true"
495 ExceptionHandling="0"
496 RuntimeLibrary="0"
497 BufferSecurityCheck="false"
498 EnableFunctionLevelLinking="true"
499 PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
500 AssemblerListingLocation="$(IntDir)\"
501 ObjectFile="$(IntDir)\"
502 ProgramDataBaseFileName="$(OutDir)\"
503 WarningLevel="3"
504 SuppressStartupBanner="true"
505 />
506 <Tool
507 Name="VCManagedResourceCompilerTool"
508 />
509 <Tool
510 Name="VCResourceCompilerTool"
511 Culture="1036"
512 />
513 <Tool
514 Name="VCPreLinkEventTool"
515 />
516 <Tool
517 Name="VCLibrarianTool"
518 AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB"
519 OutputFile="$(OutDir)\zlibstat.lib"
520 SuppressStartupBanner="true"
521 />
522 <Tool
523 Name="VCALinkTool"
524 />
525 <Tool
526 Name="VCXDCMakeTool"
527 />
528 <Tool
529 Name="VCBscMakeTool"
530 />
531 <Tool
532 Name="VCFxCopTool"
533 />
534 <Tool
535 Name="VCPostBuildEventTool"
536 />
537 </Configuration>
538 <Configuration
539 Name="ReleaseWithoutAsm|x64"
540 OutputDirectory="x64\ZlibStat$(ConfigurationName)"
541 IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp"
542 ConfigurationType="4"
543 InheritedPropertySheets="UpgradeFromVC70.vsprops"
544 UseOfMFC="0"
545 ATLMinimizesCRunTimeLibraryUsage="false"
546 >
547 <Tool
548 Name="VCPreBuildEventTool"
549 />
550 <Tool
551 Name="VCCustomBuildTool"
552 />
553 <Tool
554 Name="VCXMLDataGeneratorTool"
555 />
556 <Tool
557 Name="VCWebServiceProxyGeneratorTool"
558 />
559 <Tool
560 Name="VCMIDLTool"
561 TargetEnvironment="3"
562 />
563 <Tool
564 Name="VCCLCompilerTool"
565 InlineFunctionExpansion="1"
566 AdditionalIncludeDirectories="..\..\.."
567 PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
568 StringPooling="true"
569 ExceptionHandling="0"
570 RuntimeLibrary="2"
571 BufferSecurityCheck="false"
572 EnableFunctionLevelLinking="true"
573 PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
574 AssemblerListingLocation="$(IntDir)\"
575 ObjectFile="$(IntDir)\"
576 ProgramDataBaseFileName="$(OutDir)\"
577 WarningLevel="3"
578 SuppressStartupBanner="true"
579 />
580 <Tool
581 Name="VCManagedResourceCompilerTool"
582 />
583 <Tool
584 Name="VCResourceCompilerTool"
585 Culture="1036"
586 />
587 <Tool
588 Name="VCPreLinkEventTool"
589 />
590 <Tool
591 Name="VCLibrarianTool"
592 AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB"
593 OutputFile="$(OutDir)\zlibstat.lib"
594 SuppressStartupBanner="true"
595 />
596 <Tool
597 Name="VCALinkTool"
598 />
599 <Tool
600 Name="VCXDCMakeTool"
601 />
602 <Tool
603 Name="VCBscMakeTool"
604 />
605 <Tool
606 Name="VCFxCopTool"
607 />
608 <Tool
609 Name="VCPostBuildEventTool"
610 />
611 </Configuration>
612 <Configuration
613 Name="ReleaseWithoutAsm|Itanium"
614 OutputDirectory="ia64\ZlibStat$(ConfigurationName)"
615 IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp"
616 ConfigurationType="4"
617 InheritedPropertySheets="UpgradeFromVC70.vsprops"
618 UseOfMFC="0"
619 ATLMinimizesCRunTimeLibraryUsage="false"
620 >
621 <Tool
622 Name="VCPreBuildEventTool"
623 />
624 <Tool
625 Name="VCCustomBuildTool"
626 />
627 <Tool
628 Name="VCXMLDataGeneratorTool"
629 />
630 <Tool
631 Name="VCWebServiceProxyGeneratorTool"
632 />
633 <Tool
634 Name="VCMIDLTool"
635 TargetEnvironment="2"
636 />
637 <Tool
638 Name="VCCLCompilerTool"
639 InlineFunctionExpansion="1"
640 AdditionalIncludeDirectories="..\..\.."
641 PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
642 StringPooling="true"
643 ExceptionHandling="0"
644 RuntimeLibrary="2"
645 BufferSecurityCheck="false"
646 EnableFunctionLevelLinking="true"
647 PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
648 AssemblerListingLocation="$(IntDir)\"
649 ObjectFile="$(IntDir)\"
650 ProgramDataBaseFileName="$(OutDir)\"
651 WarningLevel="3"
652 SuppressStartupBanner="true"
653 />
654 <Tool
655 Name="VCManagedResourceCompilerTool"
656 />
657 <Tool
658 Name="VCResourceCompilerTool"
659 Culture="1036"
660 />
661 <Tool
662 Name="VCPreLinkEventTool"
663 />
664 <Tool
665 Name="VCLibrarianTool"
666 AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB"
667 OutputFile="$(OutDir)\zlibstat.lib"
668 SuppressStartupBanner="true"
669 />
670 <Tool
671 Name="VCALinkTool"
672 />
673 <Tool
674 Name="VCXDCMakeTool"
675 />
676 <Tool
677 Name="VCBscMakeTool"
678 />
679 <Tool
680 Name="VCFxCopTool"
681 />
682 <Tool
683 Name="VCPostBuildEventTool"
684 />
685 </Configuration>
686 </Configurations>
687 <References>
688 </References>
689 <Files>
690 <Filter
691 Name="Source Files"
692 >
693 <File
694 RelativePath="..\..\..\adler32.c"
695 >
696 </File>
697 <File
698 RelativePath="..\..\..\compress.c"
699 >
700 </File>
701 <File
702 RelativePath="..\..\..\crc32.c"
703 >
704 </File>
705 <File
706 RelativePath="..\..\..\deflate.c"
707 >
708 </File>
709 <File
710 RelativePath="..\..\..\gzclose.c"
711 >
712 </File>
713 <File
714 RelativePath="..\..\..\gzguts.h"
715 >
716 </File>
717 <File
718 RelativePath="..\..\..\gzlib.c"
719 >
720 </File>
721 <File
722 RelativePath="..\..\..\gzread.c"
723 >
724 </File>
725 <File
726 RelativePath="..\..\..\gzwrite.c"
727 >
728 </File>
729 <File
730 RelativePath="..\..\..\infback.c"
731 >
732 </File>
733 <File
734 RelativePath="..\..\..\inffast.c"
735 >
736 </File>
737 <File
738 RelativePath="..\..\..\inflate.c"
739 >
740 </File>
741 <File
742 RelativePath="..\..\..\inftrees.c"
743 >
744 </File>
745 <File
746 RelativePath="..\..\minizip\ioapi.c"
747 >
748 </File>
749 <File
750 RelativePath="..\..\..\trees.c"
751 >
752 </File>
753 <File
754 RelativePath="..\..\..\uncompr.c"
755 >
756 </File>
757 <File
758 RelativePath="..\..\minizip\unzip.c"
759 >
760 </File>
761 <File
762 RelativePath="..\..\minizip\zip.c"
763 >
764 </File>
765 <File
766 RelativePath=".\zlib.rc"
767 >
768 </File>
769 <File
770 RelativePath=".\zlibvc.def"
771 >
772 </File>
773 <File
774 RelativePath="..\..\..\zutil.c"
775 >
776 </File>
777 </Filter>
778 </Files>
779 <Globals>
780 </Globals>
781</VisualStudioProject>
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def
deleted file mode 100644
index e7fe0a32..00000000
--- a/contrib/vstudio/vc9/zlibvc.def
+++ /dev/null
@@ -1,169 +0,0 @@
1LIBRARY
2; zlib data compression and ZIP file I/O library
3
4VERSION 1.3
5
6EXPORTS
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 deflatePending @52
59
60 unzOpen @61
61 unzClose @62
62 unzGetGlobalInfo @63
63 unzGetCurrentFileInfo @64
64 unzGoToFirstFile @65
65 unzGoToNextFile @66
66 unzOpenCurrentFile @67
67 unzReadCurrentFile @68
68 unzOpenCurrentFile3 @69
69 unztell @70
70 unzeof @71
71 unzCloseCurrentFile @72
72 unzGetGlobalComment @73
73 unzStringFileNameCompare @74
74 unzLocateFile @75
75 unzGetLocalExtrafield @76
76 unzOpen2 @77
77 unzOpenCurrentFile2 @78
78 unzOpenCurrentFilePassword @79
79
80 zipOpen @80
81 zipOpenNewFileInZip @81
82 zipWriteInFileInZip @82
83 zipCloseFileInZip @83
84 zipClose @84
85 zipOpenNewFileInZip2 @86
86 zipCloseFileInZipRaw @87
87 zipOpen2 @88
88 zipOpenNewFileInZip3 @89
89
90 unzGetFilePos @100
91 unzGoToFilePos @101
92
93 fill_win32_filefunc @110
94
95; zlibwapi v1.2.4 added:
96 fill_win32_filefunc64 @111
97 fill_win32_filefunc64A @112
98 fill_win32_filefunc64W @113
99
100 unzOpen64 @120
101 unzOpen2_64 @121
102 unzGetGlobalInfo64 @122
103 unzGetCurrentFileInfo64 @124
104 unzGetCurrentFileZStreamPos64 @125
105 unztell64 @126
106 unzGetFilePos64 @127
107 unzGoToFilePos64 @128
108
109 zipOpen64 @130
110 zipOpen2_64 @131
111 zipOpenNewFileInZip64 @132
112 zipOpenNewFileInZip2_64 @133
113 zipOpenNewFileInZip3_64 @134
114 zipOpenNewFileInZip4_64 @135
115 zipCloseFileInZipRaw64 @136
116
117; zlib1 v1.2.4 added:
118 adler32_combine @140
119 crc32_combine @142
120 deflateSetHeader @144
121 deflateTune @145
122 gzbuffer @146
123 gzclose_r @147
124 gzclose_w @148
125 gzdirect @149
126 gzoffset @150
127 inflateGetHeader @156
128 inflateMark @157
129 inflatePrime @158
130 inflateReset2 @159
131 inflateUndermine @160
132
133; zlib1 v1.2.6 added:
134 gzgetc_ @161
135 inflateResetKeep @163
136 deflateResetKeep @164
137
138; zlib1 v1.2.7 added:
139 gzopen_w @165
140
141; zlib1 v1.2.8 added:
142 inflateGetDictionary @166
143 gzvprintf @167
144
145; zlib1 v1.2.9 added:
146 inflateCodesUsed @168
147 inflateValidate @169
148 uncompress2 @170
149 gzfread @171
150 gzfwrite @172
151 deflateGetDictionary @173
152 adler32_z @174
153 crc32_z @175
154
155; zlib1 v1.2.12 added:
156 crc32_combine_gen @176
157 crc32_combine_gen64 @177
158 crc32_combine_op @178
159
160; zlib1 v1.3.1.2 added:
161 deflateUsed @179
162
163; zlib1 v1.3.2 added:
164 compressBound_z @180
165 deflateBound_z @181
166 compress_z @182
167 compress2_z @183
168 uncompress_z @184
169 uncompress2_z @185
diff --git a/contrib/vstudio/vc9/zlibvc.sln b/contrib/vstudio/vc9/zlibvc.sln
deleted file mode 100644
index b4829671..00000000
--- a/contrib/vstudio/vc9/zlibvc.sln
+++ /dev/null
@@ -1,144 +0,0 @@
1
2Microsoft Visual Studio Solution File, Format Version 10.00
3# Visual Studio 2008
4Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}"
5EndProject
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}"
7EndProject
8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}"
9EndProject
10Project("{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
14EndProject
15Project("{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
19EndProject
20Project("{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
24EndProject
25Global
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 = Release|x64
49 {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|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|Win32
107 {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64
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|Win32
123 {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64
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|Win32
139 {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64
140 EndGlobalSection
141 GlobalSection(SolutionProperties) = preSolution
142 HideSolutionNode = FALSE
143 EndGlobalSection
144EndGlobal
diff --git a/contrib/vstudio/vc9/zlibvc.vcproj b/contrib/vstudio/vc9/zlibvc.vcproj
deleted file mode 100644
index f11dd1fb..00000000
--- a/contrib/vstudio/vc9/zlibvc.vcproj
+++ /dev/null
@@ -1,1100 +0,0 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="zlibvc"
6 ProjectGUID="{8FD826F8-3739-44E6-8CC8-997122E53B8D}"
7 RootNamespace="zlibvc"
8 TargetFrameworkVersion="131072"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 <Platform
15 Name="x64"
16 />
17 <Platform
18 Name="Itanium"
19 />
20 </Platforms>
21 <ToolFiles>
22 </ToolFiles>
23 <Configurations>
24 <Configuration
25 Name="Debug|Win32"
26 OutputDirectory="x86\ZlibDll$(ConfigurationName)"
27 IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
28 ConfigurationType="2"
29 InheritedPropertySheets="UpgradeFromVC70.vsprops"
30 UseOfMFC="0"
31 ATLMinimizesCRunTimeLibraryUsage="false"
32 >
33 <Tool
34 Name="VCPreBuildEventTool"
35 />
36 <Tool
37 Name="VCCustomBuildTool"
38 />
39 <Tool
40 Name="VCXMLDataGeneratorTool"
41 />
42 <Tool
43 Name="VCWebServiceProxyGeneratorTool"
44 />
45 <Tool
46 Name="VCMIDLTool"
47 PreprocessorDefinitions="_DEBUG"
48 MkTypLibCompatible="true"
49 SuppressStartupBanner="true"
50 TargetEnvironment="1"
51 TypeLibraryName="$(OutDir)/zlibvc.tlb"
52 />
53 <Tool
54 Name="VCCLCompilerTool"
55 Optimization="0"
56 AdditionalIncludeDirectories="..\..\.."
57 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI"
58 ExceptionHandling="0"
59 RuntimeLibrary="1"
60 BufferSecurityCheck="false"
61 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
62 AssemblerListingLocation="$(IntDir)\"
63 ObjectFile="$(IntDir)\"
64 ProgramDataBaseFileName="$(OutDir)\"
65 BrowseInformation="0"
66 WarningLevel="3"
67 SuppressStartupBanner="true"
68 DebugInformationFormat="4"
69 />
70 <Tool
71 Name="VCManagedResourceCompilerTool"
72 />
73 <Tool
74 Name="VCResourceCompilerTool"
75 PreprocessorDefinitions="_DEBUG"
76 Culture="1036"
77 />
78 <Tool
79 Name="VCPreLinkEventTool"
80 />
81 <Tool
82 Name="VCLinkerTool"
83 AdditionalOptions="/MACHINE:I386"
84 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="Debug|x64"
122 OutputDirectory="x64\ZlibDll$(ConfigurationName)"
123 IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
124 ConfigurationType="2"
125 InheritedPropertySheets="UpgradeFromVC70.vsprops"
126 UseOfMFC="0"
127 ATLMinimizesCRunTimeLibraryUsage="false"
128 >
129 <Tool
130 Name="VCPreBuildEventTool"
131 />
132 <Tool
133 Name="VCCustomBuildTool"
134 />
135 <Tool
136 Name="VCXMLDataGeneratorTool"
137 />
138 <Tool
139 Name="VCWebServiceProxyGeneratorTool"
140 />
141 <Tool
142 Name="VCMIDLTool"
143 PreprocessorDefinitions="_DEBUG"
144 MkTypLibCompatible="true"
145 SuppressStartupBanner="true"
146 TargetEnvironment="3"
147 TypeLibraryName="$(OutDir)/zlibvc.tlb"
148 />
149 <Tool
150 Name="VCCLCompilerTool"
151 Optimization="0"
152 AdditionalIncludeDirectories="..\..\.."
153 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
154 ExceptionHandling="0"
155 RuntimeLibrary="3"
156 BufferSecurityCheck="false"
157 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
158 AssemblerListingLocation="$(IntDir)\"
159 ObjectFile="$(IntDir)\"
160 ProgramDataBaseFileName="$(OutDir)\"
161 BrowseInformation="0"
162 WarningLevel="3"
163 SuppressStartupBanner="true"
164 DebugInformationFormat="3"
165 />
166 <Tool
167 Name="VCManagedResourceCompilerTool"
168 />
169 <Tool
170 Name="VCResourceCompilerTool"
171 PreprocessorDefinitions="_DEBUG"
172 Culture="1036"
173 />
174 <Tool
175 Name="VCPreLinkEventTool"
176 />
177 <Tool
178 Name="VCLinkerTool"
179 OutputFile="$(OutDir)\zlibwapi.dll"
180 LinkIncremental="2"
181 SuppressStartupBanner="true"
182 GenerateManifest="false"
183 ModuleDefinitionFile=".\zlibvc.def"
184 GenerateDebugInformation="true"
185 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
186 GenerateMapFile="true"
187 MapFileName="$(OutDir)/zlibwapi.map"
188 SubSystem="2"
189 ImportLibrary="$(OutDir)/zlibwapi.lib"
190 TargetMachine="17"
191 />
192 <Tool
193 Name="VCALinkTool"
194 />
195 <Tool
196 Name="VCManifestTool"
197 />
198 <Tool
199 Name="VCXDCMakeTool"
200 />
201 <Tool
202 Name="VCBscMakeTool"
203 />
204 <Tool
205 Name="VCFxCopTool"
206 />
207 <Tool
208 Name="VCAppVerifierTool"
209 />
210 <Tool
211 Name="VCPostBuildEventTool"
212 />
213 </Configuration>
214 <Configuration
215 Name="Debug|Itanium"
216 OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
217 IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
218 ConfigurationType="2"
219 InheritedPropertySheets="UpgradeFromVC70.vsprops"
220 UseOfMFC="0"
221 ATLMinimizesCRunTimeLibraryUsage="false"
222 >
223 <Tool
224 Name="VCPreBuildEventTool"
225 />
226 <Tool
227 Name="VCCustomBuildTool"
228 />
229 <Tool
230 Name="VCXMLDataGeneratorTool"
231 />
232 <Tool
233 Name="VCWebServiceProxyGeneratorTool"
234 />
235 <Tool
236 Name="VCMIDLTool"
237 PreprocessorDefinitions="_DEBUG"
238 MkTypLibCompatible="true"
239 SuppressStartupBanner="true"
240 TargetEnvironment="2"
241 TypeLibraryName="$(OutDir)/zlibvc.tlb"
242 />
243 <Tool
244 Name="VCCLCompilerTool"
245 Optimization="0"
246 AdditionalIncludeDirectories="..\..\.."
247 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
248 ExceptionHandling="0"
249 RuntimeLibrary="3"
250 BufferSecurityCheck="false"
251 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
252 AssemblerListingLocation="$(IntDir)\"
253 ObjectFile="$(IntDir)\"
254 ProgramDataBaseFileName="$(OutDir)\"
255 BrowseInformation="0"
256 WarningLevel="3"
257 SuppressStartupBanner="true"
258 DebugInformationFormat="3"
259 />
260 <Tool
261 Name="VCManagedResourceCompilerTool"
262 />
263 <Tool
264 Name="VCResourceCompilerTool"
265 PreprocessorDefinitions="_DEBUG"
266 Culture="1036"
267 />
268 <Tool
269 Name="VCPreLinkEventTool"
270 />
271 <Tool
272 Name="VCLinkerTool"
273 OutputFile="$(OutDir)\zlibwapi.dll"
274 LinkIncremental="2"
275 SuppressStartupBanner="true"
276 GenerateManifest="false"
277 ModuleDefinitionFile=".\zlibvc.def"
278 GenerateDebugInformation="true"
279 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
280 GenerateMapFile="true"
281 MapFileName="$(OutDir)/zlibwapi.map"
282 SubSystem="2"
283 ImportLibrary="$(OutDir)/zlibwapi.lib"
284 TargetMachine="5"
285 />
286 <Tool
287 Name="VCALinkTool"
288 />
289 <Tool
290 Name="VCManifestTool"
291 />
292 <Tool
293 Name="VCXDCMakeTool"
294 />
295 <Tool
296 Name="VCBscMakeTool"
297 />
298 <Tool
299 Name="VCFxCopTool"
300 />
301 <Tool
302 Name="VCAppVerifierTool"
303 />
304 <Tool
305 Name="VCPostBuildEventTool"
306 />
307 </Configuration>
308 <Configuration
309 Name="ReleaseWithoutAsm|Win32"
310 OutputDirectory="x86\ZlibDll$(ConfigurationName)"
311 IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
312 ConfigurationType="2"
313 InheritedPropertySheets="UpgradeFromVC70.vsprops"
314 UseOfMFC="0"
315 ATLMinimizesCRunTimeLibraryUsage="false"
316 WholeProgramOptimization="1"
317 >
318 <Tool
319 Name="VCPreBuildEventTool"
320 />
321 <Tool
322 Name="VCCustomBuildTool"
323 />
324 <Tool
325 Name="VCXMLDataGeneratorTool"
326 />
327 <Tool
328 Name="VCWebServiceProxyGeneratorTool"
329 />
330 <Tool
331 Name="VCMIDLTool"
332 PreprocessorDefinitions="NDEBUG"
333 MkTypLibCompatible="true"
334 SuppressStartupBanner="true"
335 TargetEnvironment="1"
336 TypeLibraryName="$(OutDir)/zlibvc.tlb"
337 />
338 <Tool
339 Name="VCCLCompilerTool"
340 InlineFunctionExpansion="1"
341 AdditionalIncludeDirectories="..\..\.."
342 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI"
343 StringPooling="true"
344 ExceptionHandling="0"
345 RuntimeLibrary="2"
346 BufferSecurityCheck="false"
347 EnableFunctionLevelLinking="true"
348 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
349 AssemblerOutput="2"
350 AssemblerListingLocation="$(IntDir)\"
351 ObjectFile="$(IntDir)\"
352 ProgramDataBaseFileName="$(OutDir)\"
353 BrowseInformation="0"
354 WarningLevel="3"
355 SuppressStartupBanner="true"
356 />
357 <Tool
358 Name="VCManagedResourceCompilerTool"
359 />
360 <Tool
361 Name="VCResourceCompilerTool"
362 PreprocessorDefinitions="NDEBUG"
363 Culture="1036"
364 />
365 <Tool
366 Name="VCPreLinkEventTool"
367 />
368 <Tool
369 Name="VCLinkerTool"
370 AdditionalOptions="/MACHINE:I386"
371 OutputFile="$(OutDir)\zlibwapi.dll"
372 LinkIncremental="1"
373 SuppressStartupBanner="true"
374 GenerateManifest="false"
375 IgnoreAllDefaultLibraries="false"
376 ModuleDefinitionFile=".\zlibvc.def"
377 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
378 GenerateMapFile="true"
379 MapFileName="$(OutDir)/zlibwapi.map"
380 SubSystem="2"
381 OptimizeForWindows98="1"
382 RandomizedBaseAddress="1"
383 DataExecutionPrevention="0"
384 ImportLibrary="$(OutDir)/zlibwapi.lib"
385 />
386 <Tool
387 Name="VCALinkTool"
388 />
389 <Tool
390 Name="VCManifestTool"
391 />
392 <Tool
393 Name="VCXDCMakeTool"
394 />
395 <Tool
396 Name="VCBscMakeTool"
397 />
398 <Tool
399 Name="VCFxCopTool"
400 />
401 <Tool
402 Name="VCAppVerifierTool"
403 />
404 <Tool
405 Name="VCPostBuildEventTool"
406 />
407 </Configuration>
408 <Configuration
409 Name="ReleaseWithoutAsm|x64"
410 OutputDirectory="x64\ZlibDll$(ConfigurationName)"
411 IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
412 ConfigurationType="2"
413 InheritedPropertySheets="UpgradeFromVC70.vsprops"
414 UseOfMFC="0"
415 ATLMinimizesCRunTimeLibraryUsage="false"
416 WholeProgramOptimization="1"
417 >
418 <Tool
419 Name="VCPreBuildEventTool"
420 />
421 <Tool
422 Name="VCCustomBuildTool"
423 />
424 <Tool
425 Name="VCXMLDataGeneratorTool"
426 />
427 <Tool
428 Name="VCWebServiceProxyGeneratorTool"
429 />
430 <Tool
431 Name="VCMIDLTool"
432 PreprocessorDefinitions="NDEBUG"
433 MkTypLibCompatible="true"
434 SuppressStartupBanner="true"
435 TargetEnvironment="3"
436 TypeLibraryName="$(OutDir)/zlibvc.tlb"
437 />
438 <Tool
439 Name="VCCLCompilerTool"
440 InlineFunctionExpansion="1"
441 AdditionalIncludeDirectories="..\..\.."
442 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
443 StringPooling="true"
444 ExceptionHandling="0"
445 RuntimeLibrary="2"
446 BufferSecurityCheck="false"
447 EnableFunctionLevelLinking="true"
448 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
449 AssemblerOutput="2"
450 AssemblerListingLocation="$(IntDir)\"
451 ObjectFile="$(IntDir)\"
452 ProgramDataBaseFileName="$(OutDir)\"
453 BrowseInformation="0"
454 WarningLevel="3"
455 SuppressStartupBanner="true"
456 />
457 <Tool
458 Name="VCManagedResourceCompilerTool"
459 />
460 <Tool
461 Name="VCResourceCompilerTool"
462 PreprocessorDefinitions="NDEBUG"
463 Culture="1036"
464 />
465 <Tool
466 Name="VCPreLinkEventTool"
467 />
468 <Tool
469 Name="VCLinkerTool"
470 OutputFile="$(OutDir)\zlibwapi.dll"
471 LinkIncremental="1"
472 SuppressStartupBanner="true"
473 GenerateManifest="false"
474 IgnoreAllDefaultLibraries="false"
475 ModuleDefinitionFile=".\zlibvc.def"
476 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
477 GenerateMapFile="true"
478 MapFileName="$(OutDir)/zlibwapi.map"
479 SubSystem="2"
480 OptimizeForWindows98="1"
481 ImportLibrary="$(OutDir)/zlibwapi.lib"
482 TargetMachine="17"
483 />
484 <Tool
485 Name="VCALinkTool"
486 />
487 <Tool
488 Name="VCManifestTool"
489 />
490 <Tool
491 Name="VCXDCMakeTool"
492 />
493 <Tool
494 Name="VCBscMakeTool"
495 />
496 <Tool
497 Name="VCFxCopTool"
498 />
499 <Tool
500 Name="VCAppVerifierTool"
501 />
502 <Tool
503 Name="VCPostBuildEventTool"
504 />
505 </Configuration>
506 <Configuration
507 Name="ReleaseWithoutAsm|Itanium"
508 OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
509 IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
510 ConfigurationType="2"
511 InheritedPropertySheets="UpgradeFromVC70.vsprops"
512 UseOfMFC="0"
513 ATLMinimizesCRunTimeLibraryUsage="false"
514 WholeProgramOptimization="1"
515 >
516 <Tool
517 Name="VCPreBuildEventTool"
518 />
519 <Tool
520 Name="VCCustomBuildTool"
521 />
522 <Tool
523 Name="VCXMLDataGeneratorTool"
524 />
525 <Tool
526 Name="VCWebServiceProxyGeneratorTool"
527 />
528 <Tool
529 Name="VCMIDLTool"
530 PreprocessorDefinitions="NDEBUG"
531 MkTypLibCompatible="true"
532 SuppressStartupBanner="true"
533 TargetEnvironment="2"
534 TypeLibraryName="$(OutDir)/zlibvc.tlb"
535 />
536 <Tool
537 Name="VCCLCompilerTool"
538 InlineFunctionExpansion="1"
539 AdditionalIncludeDirectories="..\..\.."
540 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
541 StringPooling="true"
542 ExceptionHandling="0"
543 RuntimeLibrary="2"
544 BufferSecurityCheck="false"
545 EnableFunctionLevelLinking="true"
546 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
547 AssemblerOutput="2"
548 AssemblerListingLocation="$(IntDir)\"
549 ObjectFile="$(IntDir)\"
550 ProgramDataBaseFileName="$(OutDir)\"
551 BrowseInformation="0"
552 WarningLevel="3"
553 SuppressStartupBanner="true"
554 />
555 <Tool
556 Name="VCManagedResourceCompilerTool"
557 />
558 <Tool
559 Name="VCResourceCompilerTool"
560 PreprocessorDefinitions="NDEBUG"
561 Culture="1036"
562 />
563 <Tool
564 Name="VCPreLinkEventTool"
565 />
566 <Tool
567 Name="VCLinkerTool"
568 OutputFile="$(OutDir)\zlibwapi.dll"
569 LinkIncremental="1"
570 SuppressStartupBanner="true"
571 GenerateManifest="false"
572 IgnoreAllDefaultLibraries="false"
573 ModuleDefinitionFile=".\zlibvc.def"
574 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
575 GenerateMapFile="true"
576 MapFileName="$(OutDir)/zlibwapi.map"
577 SubSystem="2"
578 OptimizeForWindows98="1"
579 ImportLibrary="$(OutDir)/zlibwapi.lib"
580 TargetMachine="5"
581 />
582 <Tool
583 Name="VCALinkTool"
584 />
585 <Tool
586 Name="VCManifestTool"
587 />
588 <Tool
589 Name="VCXDCMakeTool"
590 />
591 <Tool
592 Name="VCBscMakeTool"
593 />
594 <Tool
595 Name="VCFxCopTool"
596 />
597 <Tool
598 Name="VCAppVerifierTool"
599 />
600 <Tool
601 Name="VCPostBuildEventTool"
602 />
603 </Configuration>
604 <Configuration
605 Name="Release|Win32"
606 OutputDirectory="x86\ZlibDll$(ConfigurationName)"
607 IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
608 ConfigurationType="2"
609 InheritedPropertySheets="UpgradeFromVC70.vsprops"
610 UseOfMFC="0"
611 ATLMinimizesCRunTimeLibraryUsage="false"
612 WholeProgramOptimization="1"
613 >
614 <Tool
615 Name="VCPreBuildEventTool"
616 />
617 <Tool
618 Name="VCCustomBuildTool"
619 />
620 <Tool
621 Name="VCXMLDataGeneratorTool"
622 />
623 <Tool
624 Name="VCWebServiceProxyGeneratorTool"
625 />
626 <Tool
627 Name="VCMIDLTool"
628 PreprocessorDefinitions="NDEBUG"
629 MkTypLibCompatible="true"
630 SuppressStartupBanner="true"
631 TargetEnvironment="1"
632 TypeLibraryName="$(OutDir)/zlibvc.tlb"
633 />
634 <Tool
635 Name="VCCLCompilerTool"
636 InlineFunctionExpansion="1"
637 AdditionalIncludeDirectories="..\..\.."
638 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI"
639 StringPooling="true"
640 ExceptionHandling="0"
641 RuntimeLibrary="0"
642 BufferSecurityCheck="false"
643 EnableFunctionLevelLinking="true"
644 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
645 AssemblerOutput="2"
646 AssemblerListingLocation="$(IntDir)\"
647 ObjectFile="$(IntDir)\"
648 ProgramDataBaseFileName="$(OutDir)\"
649 BrowseInformation="0"
650 WarningLevel="3"
651 SuppressStartupBanner="true"
652 />
653 <Tool
654 Name="VCManagedResourceCompilerTool"
655 />
656 <Tool
657 Name="VCResourceCompilerTool"
658 PreprocessorDefinitions="NDEBUG"
659 Culture="1036"
660 />
661 <Tool
662 Name="VCPreLinkEventTool"
663 />
664 <Tool
665 Name="VCLinkerTool"
666 AdditionalOptions="/MACHINE:I386"
667 OutputFile="$(OutDir)\zlibwapi.dll"
668 LinkIncremental="1"
669 SuppressStartupBanner="true"
670 GenerateManifest="false"
671 IgnoreAllDefaultLibraries="false"
672 ModuleDefinitionFile=".\zlibvc.def"
673 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
674 GenerateMapFile="true"
675 MapFileName="$(OutDir)/zlibwapi.map"
676 SubSystem="2"
677 OptimizeForWindows98="1"
678 RandomizedBaseAddress="1"
679 DataExecutionPrevention="0"
680 ImportLibrary="$(OutDir)/zlibwapi.lib"
681 />
682 <Tool
683 Name="VCALinkTool"
684 />
685 <Tool
686 Name="VCManifestTool"
687 />
688 <Tool
689 Name="VCXDCMakeTool"
690 />
691 <Tool
692 Name="VCBscMakeTool"
693 />
694 <Tool
695 Name="VCFxCopTool"
696 />
697 <Tool
698 Name="VCAppVerifierTool"
699 />
700 <Tool
701 Name="VCPostBuildEventTool"
702 />
703 </Configuration>
704 <Configuration
705 Name="Release|x64"
706 OutputDirectory="x64\ZlibDll$(ConfigurationName)"
707 IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
708 ConfigurationType="2"
709 InheritedPropertySheets="UpgradeFromVC70.vsprops"
710 UseOfMFC="0"
711 ATLMinimizesCRunTimeLibraryUsage="false"
712 WholeProgramOptimization="1"
713 >
714 <Tool
715 Name="VCPreBuildEventTool"
716 />
717 <Tool
718 Name="VCCustomBuildTool"
719 />
720 <Tool
721 Name="VCXMLDataGeneratorTool"
722 />
723 <Tool
724 Name="VCWebServiceProxyGeneratorTool"
725 />
726 <Tool
727 Name="VCMIDLTool"
728 PreprocessorDefinitions="NDEBUG"
729 MkTypLibCompatible="true"
730 SuppressStartupBanner="true"
731 TargetEnvironment="3"
732 TypeLibraryName="$(OutDir)/zlibvc.tlb"
733 />
734 <Tool
735 Name="VCCLCompilerTool"
736 InlineFunctionExpansion="1"
737 AdditionalIncludeDirectories="..\..\.."
738 PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
739 StringPooling="true"
740 ExceptionHandling="0"
741 RuntimeLibrary="2"
742 BufferSecurityCheck="false"
743 EnableFunctionLevelLinking="true"
744 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
745 AssemblerOutput="2"
746 AssemblerListingLocation="$(IntDir)\"
747 ObjectFile="$(IntDir)\"
748 ProgramDataBaseFileName="$(OutDir)\"
749 BrowseInformation="0"
750 WarningLevel="3"
751 SuppressStartupBanner="true"
752 />
753 <Tool
754 Name="VCManagedResourceCompilerTool"
755 />
756 <Tool
757 Name="VCResourceCompilerTool"
758 PreprocessorDefinitions="NDEBUG"
759 Culture="1036"
760 />
761 <Tool
762 Name="VCPreLinkEventTool"
763 />
764 <Tool
765 Name="VCLinkerTool"
766 OutputFile="$(OutDir)\zlibwapi.dll"
767 LinkIncremental="1"
768 SuppressStartupBanner="true"
769 GenerateManifest="false"
770 IgnoreAllDefaultLibraries="false"
771 ModuleDefinitionFile=".\zlibvc.def"
772 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
773 GenerateMapFile="true"
774 MapFileName="$(OutDir)/zlibwapi.map"
775 SubSystem="2"
776 OptimizeForWindows98="1"
777 ImportLibrary="$(OutDir)/zlibwapi.lib"
778 TargetMachine="17"
779 />
780 <Tool
781 Name="VCALinkTool"
782 />
783 <Tool
784 Name="VCManifestTool"
785 />
786 <Tool
787 Name="VCXDCMakeTool"
788 />
789 <Tool
790 Name="VCBscMakeTool"
791 />
792 <Tool
793 Name="VCFxCopTool"
794 />
795 <Tool
796 Name="VCAppVerifierTool"
797 />
798 <Tool
799 Name="VCPostBuildEventTool"
800 />
801 </Configuration>
802 <Configuration
803 Name="Release|Itanium"
804 OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
805 IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
806 ConfigurationType="2"
807 InheritedPropertySheets="UpgradeFromVC70.vsprops"
808 UseOfMFC="0"
809 ATLMinimizesCRunTimeLibraryUsage="false"
810 WholeProgramOptimization="1"
811 >
812 <Tool
813 Name="VCPreBuildEventTool"
814 />
815 <Tool
816 Name="VCCustomBuildTool"
817 />
818 <Tool
819 Name="VCXMLDataGeneratorTool"
820 />
821 <Tool
822 Name="VCWebServiceProxyGeneratorTool"
823 />
824 <Tool
825 Name="VCMIDLTool"
826 PreprocessorDefinitions="NDEBUG"
827 MkTypLibCompatible="true"
828 SuppressStartupBanner="true"
829 TargetEnvironment="2"
830 TypeLibraryName="$(OutDir)/zlibvc.tlb"
831 />
832 <Tool
833 Name="VCCLCompilerTool"
834 InlineFunctionExpansion="1"
835 AdditionalIncludeDirectories="..\..\.."
836 PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
837 StringPooling="true"
838 ExceptionHandling="0"
839 RuntimeLibrary="2"
840 BufferSecurityCheck="false"
841 EnableFunctionLevelLinking="true"
842 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
843 AssemblerOutput="2"
844 AssemblerListingLocation="$(IntDir)\"
845 ObjectFile="$(IntDir)\"
846 ProgramDataBaseFileName="$(OutDir)\"
847 BrowseInformation="0"
848 WarningLevel="3"
849 SuppressStartupBanner="true"
850 />
851 <Tool
852 Name="VCManagedResourceCompilerTool"
853 />
854 <Tool
855 Name="VCResourceCompilerTool"
856 PreprocessorDefinitions="NDEBUG"
857 Culture="1036"
858 />
859 <Tool
860 Name="VCPreLinkEventTool"
861 />
862 <Tool
863 Name="VCLinkerTool"
864 OutputFile="$(OutDir)\zlibwapi.dll"
865 LinkIncremental="1"
866 SuppressStartupBanner="true"
867 GenerateManifest="false"
868 IgnoreAllDefaultLibraries="false"
869 ModuleDefinitionFile=".\zlibvc.def"
870 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
871 GenerateMapFile="true"
872 MapFileName="$(OutDir)/zlibwapi.map"
873 SubSystem="2"
874 OptimizeForWindows98="1"
875 ImportLibrary="$(OutDir)/zlibwapi.lib"
876 TargetMachine="5"
877 />
878 <Tool
879 Name="VCALinkTool"
880 />
881 <Tool
882 Name="VCManifestTool"
883 />
884 <Tool
885 Name="VCXDCMakeTool"
886 />
887 <Tool
888 Name="VCBscMakeTool"
889 />
890 <Tool
891 Name="VCFxCopTool"
892 />
893 <Tool
894 Name="VCAppVerifierTool"
895 />
896 <Tool
897 Name="VCPostBuildEventTool"
898 />
899 </Configuration>
900 </Configurations>
901 <References>
902 </References>
903 <Files>
904 <Filter
905 Name="Source Files"
906 Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
907 >
908 <File
909 RelativePath="..\..\..\adler32.c"
910 >
911 </File>
912 <File
913 RelativePath="..\..\..\compress.c"
914 >
915 </File>
916 <File
917 RelativePath="..\..\..\crc32.c"
918 >
919 </File>
920 <File
921 RelativePath="..\..\..\deflate.c"
922 >
923 </File>
924 <File
925 RelativePath="..\..\..\gzclose.c"
926 >
927 </File>
928 <File
929 RelativePath="..\..\..\gzguts.h"
930 >
931 </File>
932 <File
933 RelativePath="..\..\..\gzlib.c"
934 >
935 </File>
936 <File
937 RelativePath="..\..\..\gzread.c"
938 >
939 </File>
940 <File
941 RelativePath="..\..\..\gzwrite.c"
942 >
943 </File>
944 <File
945 RelativePath="..\..\..\infback.c"
946 >
947 </File>
948 <File
949 RelativePath="..\..\..\inffast.c"
950 >
951 </File>
952 <File
953 RelativePath="..\..\..\inflate.c"
954 >
955 </File>
956 <File
957 RelativePath="..\..\..\inftrees.c"
958 >
959 </File>
960 <File
961 RelativePath="..\..\minizip\ioapi.c"
962 >
963 </File>
964 <File
965 RelativePath="..\..\minizip\iowin32.c"
966 >
967 </File>
968 <File
969 RelativePath="..\..\..\trees.c"
970 >
971 </File>
972 <File
973 RelativePath="..\..\..\uncompr.c"
974 >
975 </File>
976 <File
977 RelativePath="..\..\minizip\unzip.c"
978 >
979 <FileConfiguration
980 Name="Release|Win32"
981 >
982 <Tool
983 Name="VCCLCompilerTool"
984 AdditionalIncludeDirectories=""
985 PreprocessorDefinitions="ZLIB_INTERNAL"
986 />
987 </FileConfiguration>
988 <FileConfiguration
989 Name="Release|x64"
990 >
991 <Tool
992 Name="VCCLCompilerTool"
993 AdditionalIncludeDirectories=""
994 PreprocessorDefinitions="ZLIB_INTERNAL"
995 />
996 </FileConfiguration>
997 <FileConfiguration
998 Name="Release|Itanium"
999 >
1000 <Tool
1001 Name="VCCLCompilerTool"
1002 AdditionalIncludeDirectories=""
1003 PreprocessorDefinitions="ZLIB_INTERNAL"
1004 />
1005 </FileConfiguration>
1006 </File>
1007 <File
1008 RelativePath="..\..\minizip\zip.c"
1009 >
1010 <FileConfiguration
1011 Name="Release|Win32"
1012 >
1013 <Tool
1014 Name="VCCLCompilerTool"
1015 AdditionalIncludeDirectories=""
1016 PreprocessorDefinitions="ZLIB_INTERNAL"
1017 />
1018 </FileConfiguration>
1019 <FileConfiguration
1020 Name="Release|x64"
1021 >
1022 <Tool
1023 Name="VCCLCompilerTool"
1024 AdditionalIncludeDirectories=""
1025 PreprocessorDefinitions="ZLIB_INTERNAL"
1026 />
1027 </FileConfiguration>
1028 <FileConfiguration
1029 Name="Release|Itanium"
1030 >
1031 <Tool
1032 Name="VCCLCompilerTool"
1033 AdditionalIncludeDirectories=""
1034 PreprocessorDefinitions="ZLIB_INTERNAL"
1035 />
1036 </FileConfiguration>
1037 </File>
1038 <File
1039 RelativePath=".\zlib.rc"
1040 >
1041 </File>
1042 <File
1043 RelativePath=".\zlibvc.def"
1044 >
1045 </File>
1046 <File
1047 RelativePath="..\..\..\zutil.c"
1048 >
1049 </File>
1050 </Filter>
1051 <Filter
1052 Name="Header Files"
1053 Filter="h;hpp;hxx;hm;inl;fi;fd"
1054 >
1055 <File
1056 RelativePath="..\..\..\deflate.h"
1057 >
1058 </File>
1059 <File
1060 RelativePath="..\..\..\infblock.h"
1061 >
1062 </File>
1063 <File
1064 RelativePath="..\..\..\infcodes.h"
1065 >
1066 </File>
1067 <File
1068 RelativePath="..\..\..\inffast.h"
1069 >
1070 </File>
1071 <File
1072 RelativePath="..\..\..\inftrees.h"
1073 >
1074 </File>
1075 <File
1076 RelativePath="..\..\..\infutil.h"
1077 >
1078 </File>
1079 <File
1080 RelativePath="..\..\..\zconf.h"
1081 >
1082 </File>
1083 <File
1084 RelativePath="..\..\..\zlib.h"
1085 >
1086 </File>
1087 <File
1088 RelativePath="..\..\..\zutil.h"
1089 >
1090 </File>
1091 </Filter>
1092 <Filter
1093 Name="Resource Files"
1094 Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
1095 >
1096 </Filter>
1097 </Files>
1098 <Globals>
1099 </Globals>
1100</VisualStudioProject>