summaryrefslogtreecommitdiff
path: root/contrib/vstudio/vc9/zlibvc.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vstudio/vc9/zlibvc.vcproj')
-rw-r--r--contrib/vstudio/vc9/zlibvc.vcproj247
1 files changed, 85 insertions, 162 deletions
diff --git a/contrib/vstudio/vc9/zlibvc.vcproj b/contrib/vstudio/vc9/zlibvc.vcproj
index ee86786..c9a8947 100644
--- a/contrib/vstudio/vc9/zlibvc.vcproj
+++ b/contrib/vstudio/vc9/zlibvc.vcproj
@@ -1,9 +1,10 @@
1<?xml version="1.0" encoding="Windows-1252"?> 1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject 2<VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="9.00" 4 Version="9,00"
5 Name="zlibvc" 5 Name="zlibvc"
6 ProjectGUID="{8FD826F8-3739-44E6-8CC8-997122E53B8D}" 6 ProjectGUID="{8FD826F8-3739-44E6-8CC8-997122E53B8D}"
7 RootNamespace="zlibvc"
7 TargetFrameworkVersion="131072" 8 TargetFrameworkVersion="131072"
8 > 9 >
9 <Platforms> 10 <Platforms>
@@ -80,7 +81,7 @@
80 <Tool 81 <Tool
81 Name="VCLinkerTool" 82 Name="VCLinkerTool"
82 AdditionalOptions="/MACHINE:I386" 83 AdditionalOptions="/MACHINE:I386"
83 AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj" 84 AdditionalDependencies="..\..\masmx86\match686.obj ..\..\masmx86\inffas32.obj"
84 OutputFile="$(OutDir)\zlibwapi.dll" 85 OutputFile="$(OutDir)\zlibwapi.dll"
85 LinkIncremental="2" 86 LinkIncremental="2"
86 SuppressStartupBanner="true" 87 SuppressStartupBanner="true"
@@ -118,14 +119,13 @@
118 /> 119 />
119 </Configuration> 120 </Configuration>
120 <Configuration 121 <Configuration
121 Name="ReleaseWithoutAsm|Win32" 122 Name="Debug|x64"
122 OutputDirectory="x86\ZlibDll$(ConfigurationName)" 123 OutputDirectory="x64\ZlibDll$(ConfigurationName)"
123 IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp" 124 IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
124 ConfigurationType="2" 125 ConfigurationType="2"
125 InheritedPropertySheets="UpgradeFromVC70.vsprops" 126 InheritedPropertySheets="UpgradeFromVC70.vsprops"
126 UseOfMFC="0" 127 UseOfMFC="0"
127 ATLMinimizesCRunTimeLibraryUsage="false" 128 ATLMinimizesCRunTimeLibraryUsage="false"
128 WholeProgramOptimization="1"
129 > 129 >
130 <Tool 130 <Tool
131 Name="VCPreBuildEventTool" 131 Name="VCPreBuildEventTool"
@@ -141,37 +141,35 @@
141 /> 141 />
142 <Tool 142 <Tool
143 Name="VCMIDLTool" 143 Name="VCMIDLTool"
144 PreprocessorDefinitions="NDEBUG" 144 PreprocessorDefinitions="_DEBUG"
145 MkTypLibCompatible="true" 145 MkTypLibCompatible="true"
146 SuppressStartupBanner="true" 146 SuppressStartupBanner="true"
147 TargetEnvironment="1" 147 TargetEnvironment="3"
148 TypeLibraryName="$(OutDir)/zlibvc.tlb" 148 TypeLibraryName="$(OutDir)/zlibvc.tlb"
149 /> 149 />
150 <Tool 150 <Tool
151 Name="VCCLCompilerTool" 151 Name="VCCLCompilerTool"
152 InlineFunctionExpansion="1" 152 Optimization="0"
153 AdditionalIncludeDirectories="..\..\..;..\..\masmx86" 153 AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
154 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI" 154 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64"
155 StringPooling="true"
156 ExceptionHandling="0" 155 ExceptionHandling="0"
157 RuntimeLibrary="2" 156 RuntimeLibrary="3"
158 BufferSecurityCheck="false" 157 BufferSecurityCheck="false"
159 EnableFunctionLevelLinking="true"
160 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" 158 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
161 AssemblerOutput="2"
162 AssemblerListingLocation="$(IntDir)\" 159 AssemblerListingLocation="$(IntDir)\"
163 ObjectFile="$(IntDir)\" 160 ObjectFile="$(IntDir)\"
164 ProgramDataBaseFileName="$(OutDir)\" 161 ProgramDataBaseFileName="$(OutDir)\"
165 BrowseInformation="0" 162 BrowseInformation="0"
166 WarningLevel="3" 163 WarningLevel="3"
167 SuppressStartupBanner="true" 164 SuppressStartupBanner="true"
165 DebugInformationFormat="3"
168 /> 166 />
169 <Tool 167 <Tool
170 Name="VCManagedResourceCompilerTool" 168 Name="VCManagedResourceCompilerTool"
171 /> 169 />
172 <Tool 170 <Tool
173 Name="VCResourceCompilerTool" 171 Name="VCResourceCompilerTool"
174 PreprocessorDefinitions="NDEBUG" 172 PreprocessorDefinitions="_DEBUG"
175 Culture="1036" 173 Culture="1036"
176 /> 174 />
177 <Tool 175 <Tool
@@ -179,21 +177,19 @@
179 /> 177 />
180 <Tool 178 <Tool
181 Name="VCLinkerTool" 179 Name="VCLinkerTool"
182 AdditionalOptions="/MACHINE:I386" 180 AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj "
183 OutputFile="$(OutDir)\zlibwapi.dll" 181 OutputFile="$(OutDir)\zlibwapi.dll"
184 LinkIncremental="1" 182 LinkIncremental="2"
185 SuppressStartupBanner="true" 183 SuppressStartupBanner="true"
186 GenerateManifest="false" 184 GenerateManifest="false"
187 IgnoreAllDefaultLibraries="false"
188 ModuleDefinitionFile=".\zlibvc.def" 185 ModuleDefinitionFile=".\zlibvc.def"
186 GenerateDebugInformation="true"
189 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" 187 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
190 GenerateMapFile="true" 188 GenerateMapFile="true"
191 MapFileName="$(OutDir)/zlibwapi.map" 189 MapFileName="$(OutDir)/zlibwapi.map"
192 SubSystem="2" 190 SubSystem="2"
193 OptimizeForWindows98="1"
194 RandomizedBaseAddress="1"
195 DataExecutionPrevention="0"
196 ImportLibrary="$(OutDir)/zlibwapi.lib" 191 ImportLibrary="$(OutDir)/zlibwapi.lib"
192 TargetMachine="17"
197 /> 193 />
198 <Tool 194 <Tool
199 Name="VCALinkTool" 195 Name="VCALinkTool"
@@ -218,14 +214,13 @@
218 /> 214 />
219 </Configuration> 215 </Configuration>
220 <Configuration 216 <Configuration
221 Name="Release|Win32" 217 Name="Debug|Itanium"
222 OutputDirectory="x86\ZlibDll$(ConfigurationName)" 218 OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
223 IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp" 219 IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
224 ConfigurationType="2" 220 ConfigurationType="2"
225 InheritedPropertySheets="UpgradeFromVC70.vsprops" 221 InheritedPropertySheets="UpgradeFromVC70.vsprops"
226 UseOfMFC="0" 222 UseOfMFC="0"
227 ATLMinimizesCRunTimeLibraryUsage="false" 223 ATLMinimizesCRunTimeLibraryUsage="false"
228 WholeProgramOptimization="1"
229 > 224 >
230 <Tool 225 <Tool
231 Name="VCPreBuildEventTool" 226 Name="VCPreBuildEventTool"
@@ -241,37 +236,35 @@
241 /> 236 />
242 <Tool 237 <Tool
243 Name="VCMIDLTool" 238 Name="VCMIDLTool"
244 PreprocessorDefinitions="NDEBUG" 239 PreprocessorDefinitions="_DEBUG"
245 MkTypLibCompatible="true" 240 MkTypLibCompatible="true"
246 SuppressStartupBanner="true" 241 SuppressStartupBanner="true"
247 TargetEnvironment="1" 242 TargetEnvironment="2"
248 TypeLibraryName="$(OutDir)/zlibvc.tlb" 243 TypeLibraryName="$(OutDir)/zlibvc.tlb"
249 /> 244 />
250 <Tool 245 <Tool
251 Name="VCCLCompilerTool" 246 Name="VCCLCompilerTool"
252 InlineFunctionExpansion="1" 247 Optimization="0"
253 AdditionalIncludeDirectories="..\..\..;..\..\masmx86" 248 AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
254 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF" 249 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
255 StringPooling="true"
256 ExceptionHandling="0" 250 ExceptionHandling="0"
257 RuntimeLibrary="2" 251 RuntimeLibrary="3"
258 BufferSecurityCheck="false" 252 BufferSecurityCheck="false"
259 EnableFunctionLevelLinking="true"
260 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" 253 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
261 AssemblerOutput="2"
262 AssemblerListingLocation="$(IntDir)\" 254 AssemblerListingLocation="$(IntDir)\"
263 ObjectFile="$(IntDir)\" 255 ObjectFile="$(IntDir)\"
264 ProgramDataBaseFileName="$(OutDir)\" 256 ProgramDataBaseFileName="$(OutDir)\"
265 BrowseInformation="0" 257 BrowseInformation="0"
266 WarningLevel="3" 258 WarningLevel="3"
267 SuppressStartupBanner="true" 259 SuppressStartupBanner="true"
260 DebugInformationFormat="3"
268 /> 261 />
269 <Tool 262 <Tool
270 Name="VCManagedResourceCompilerTool" 263 Name="VCManagedResourceCompilerTool"
271 /> 264 />
272 <Tool 265 <Tool
273 Name="VCResourceCompilerTool" 266 Name="VCResourceCompilerTool"
274 PreprocessorDefinitions="NDEBUG" 267 PreprocessorDefinitions="_DEBUG"
275 Culture="1036" 268 Culture="1036"
276 /> 269 />
277 <Tool 270 <Tool
@@ -279,22 +272,18 @@
279 /> 272 />
280 <Tool 273 <Tool
281 Name="VCLinkerTool" 274 Name="VCLinkerTool"
282 AdditionalOptions="/MACHINE:I386"
283 AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj "
284 OutputFile="$(OutDir)\zlibwapi.dll" 275 OutputFile="$(OutDir)\zlibwapi.dll"
285 LinkIncremental="1" 276 LinkIncremental="2"
286 SuppressStartupBanner="true" 277 SuppressStartupBanner="true"
287 GenerateManifest="false" 278 GenerateManifest="false"
288 IgnoreAllDefaultLibraries="false"
289 ModuleDefinitionFile=".\zlibvc.def" 279 ModuleDefinitionFile=".\zlibvc.def"
280 GenerateDebugInformation="true"
290 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" 281 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
291 GenerateMapFile="true" 282 GenerateMapFile="true"
292 MapFileName="$(OutDir)/zlibwapi.map" 283 MapFileName="$(OutDir)/zlibwapi.map"
293 SubSystem="2" 284 SubSystem="2"
294 OptimizeForWindows98="1"
295 RandomizedBaseAddress="1"
296 DataExecutionPrevention="0"
297 ImportLibrary="$(OutDir)/zlibwapi.lib" 285 ImportLibrary="$(OutDir)/zlibwapi.lib"
286 TargetMachine="5"
298 /> 287 />
299 <Tool 288 <Tool
300 Name="VCALinkTool" 289 Name="VCALinkTool"
@@ -319,13 +308,14 @@
319 /> 308 />
320 </Configuration> 309 </Configuration>
321 <Configuration 310 <Configuration
322 Name="Debug|x64" 311 Name="ReleaseWithoutAsm|Win32"
323 OutputDirectory="x64\ZlibDll$(ConfigurationName)" 312 OutputDirectory="x86\ZlibDll$(ConfigurationName)"
324 IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp" 313 IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
325 ConfigurationType="2" 314 ConfigurationType="2"
326 InheritedPropertySheets="UpgradeFromVC70.vsprops" 315 InheritedPropertySheets="UpgradeFromVC70.vsprops"
327 UseOfMFC="0" 316 UseOfMFC="0"
328 ATLMinimizesCRunTimeLibraryUsage="false" 317 ATLMinimizesCRunTimeLibraryUsage="false"
318 WholeProgramOptimization="1"
329 > 319 >
330 <Tool 320 <Tool
331 Name="VCPreBuildEventTool" 321 Name="VCPreBuildEventTool"
@@ -341,35 +331,37 @@
341 /> 331 />
342 <Tool 332 <Tool
343 Name="VCMIDLTool" 333 Name="VCMIDLTool"
344 PreprocessorDefinitions="_DEBUG" 334 PreprocessorDefinitions="NDEBUG"
345 MkTypLibCompatible="true" 335 MkTypLibCompatible="true"
346 SuppressStartupBanner="true" 336 SuppressStartupBanner="true"
347 TargetEnvironment="3" 337 TargetEnvironment="1"
348 TypeLibraryName="$(OutDir)/zlibvc.tlb" 338 TypeLibraryName="$(OutDir)/zlibvc.tlb"
349 /> 339 />
350 <Tool 340 <Tool
351 Name="VCCLCompilerTool" 341 Name="VCCLCompilerTool"
352 Optimization="0" 342 InlineFunctionExpansion="1"
353 AdditionalIncludeDirectories="..\..\..;..\..\masmx86" 343 AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
354 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64" 344 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI"
345 StringPooling="true"
355 ExceptionHandling="0" 346 ExceptionHandling="0"
356 RuntimeLibrary="3" 347 RuntimeLibrary="2"
357 BufferSecurityCheck="false" 348 BufferSecurityCheck="false"
349 EnableFunctionLevelLinking="true"
358 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" 350 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
351 AssemblerOutput="2"
359 AssemblerListingLocation="$(IntDir)\" 352 AssemblerListingLocation="$(IntDir)\"
360 ObjectFile="$(IntDir)\" 353 ObjectFile="$(IntDir)\"
361 ProgramDataBaseFileName="$(OutDir)\" 354 ProgramDataBaseFileName="$(OutDir)\"
362 BrowseInformation="0" 355 BrowseInformation="0"
363 WarningLevel="3" 356 WarningLevel="3"
364 SuppressStartupBanner="true" 357 SuppressStartupBanner="true"
365 DebugInformationFormat="3"
366 /> 358 />
367 <Tool 359 <Tool
368 Name="VCManagedResourceCompilerTool" 360 Name="VCManagedResourceCompilerTool"
369 /> 361 />
370 <Tool 362 <Tool
371 Name="VCResourceCompilerTool" 363 Name="VCResourceCompilerTool"
372 PreprocessorDefinitions="_DEBUG" 364 PreprocessorDefinitions="NDEBUG"
373 Culture="1036" 365 Culture="1036"
374 /> 366 />
375 <Tool 367 <Tool
@@ -377,19 +369,21 @@
377 /> 369 />
378 <Tool 370 <Tool
379 Name="VCLinkerTool" 371 Name="VCLinkerTool"
380 AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj " 372 AdditionalOptions="/MACHINE:I386"
381 OutputFile="$(OutDir)\zlibwapi.dll" 373 OutputFile="$(OutDir)\zlibwapi.dll"
382 LinkIncremental="2" 374 LinkIncremental="1"
383 SuppressStartupBanner="true" 375 SuppressStartupBanner="true"
384 GenerateManifest="false" 376 GenerateManifest="false"
377 IgnoreAllDefaultLibraries="false"
385 ModuleDefinitionFile=".\zlibvc.def" 378 ModuleDefinitionFile=".\zlibvc.def"
386 GenerateDebugInformation="true"
387 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" 379 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
388 GenerateMapFile="true" 380 GenerateMapFile="true"
389 MapFileName="$(OutDir)/zlibwapi.map" 381 MapFileName="$(OutDir)/zlibwapi.map"
390 SubSystem="2" 382 SubSystem="2"
383 OptimizeForWindows98="1"
384 RandomizedBaseAddress="1"
385 DataExecutionPrevention="0"
391 ImportLibrary="$(OutDir)/zlibwapi.lib" 386 ImportLibrary="$(OutDir)/zlibwapi.lib"
392 TargetMachine="17"
393 /> 387 />
394 <Tool 388 <Tool
395 Name="VCALinkTool" 389 Name="VCALinkTool"
@@ -410,20 +404,18 @@
410 Name="VCAppVerifierTool" 404 Name="VCAppVerifierTool"
411 /> 405 />
412 <Tool 406 <Tool
413 Name="VCWebDeploymentTool"
414 />
415 <Tool
416 Name="VCPostBuildEventTool" 407 Name="VCPostBuildEventTool"
417 /> 408 />
418 </Configuration> 409 </Configuration>
419 <Configuration 410 <Configuration
420 Name="Debug|Itanium" 411 Name="ReleaseWithoutAsm|x64"
421 OutputDirectory="ia64\ZlibDll$(ConfigurationName)" 412 OutputDirectory="x64\ZlibDll$(ConfigurationName)"
422 IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp" 413 IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
423 ConfigurationType="2" 414 ConfigurationType="2"
424 InheritedPropertySheets="UpgradeFromVC70.vsprops" 415 InheritedPropertySheets="UpgradeFromVC70.vsprops"
425 UseOfMFC="0" 416 UseOfMFC="0"
426 ATLMinimizesCRunTimeLibraryUsage="false" 417 ATLMinimizesCRunTimeLibraryUsage="false"
418 WholeProgramOptimization="1"
427 > 419 >
428 <Tool 420 <Tool
429 Name="VCPreBuildEventTool" 421 Name="VCPreBuildEventTool"
@@ -439,35 +431,37 @@
439 /> 431 />
440 <Tool 432 <Tool
441 Name="VCMIDLTool" 433 Name="VCMIDLTool"
442 PreprocessorDefinitions="_DEBUG" 434 PreprocessorDefinitions="NDEBUG"
443 MkTypLibCompatible="true" 435 MkTypLibCompatible="true"
444 SuppressStartupBanner="true" 436 SuppressStartupBanner="true"
445 TargetEnvironment="2" 437 TargetEnvironment="3"
446 TypeLibraryName="$(OutDir)/zlibvc.tlb" 438 TypeLibraryName="$(OutDir)/zlibvc.tlb"
447 /> 439 />
448 <Tool 440 <Tool
449 Name="VCCLCompilerTool" 441 Name="VCCLCompilerTool"
450 Optimization="0" 442 InlineFunctionExpansion="1"
451 AdditionalIncludeDirectories="..\..\..;..\..\masmx86" 443 AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
452 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64" 444 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
445 StringPooling="true"
453 ExceptionHandling="0" 446 ExceptionHandling="0"
454 RuntimeLibrary="3" 447 RuntimeLibrary="2"
455 BufferSecurityCheck="false" 448 BufferSecurityCheck="false"
449 EnableFunctionLevelLinking="true"
456 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" 450 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
451 AssemblerOutput="2"
457 AssemblerListingLocation="$(IntDir)\" 452 AssemblerListingLocation="$(IntDir)\"
458 ObjectFile="$(IntDir)\" 453 ObjectFile="$(IntDir)\"
459 ProgramDataBaseFileName="$(OutDir)\" 454 ProgramDataBaseFileName="$(OutDir)\"
460 BrowseInformation="0" 455 BrowseInformation="0"
461 WarningLevel="3" 456 WarningLevel="3"
462 SuppressStartupBanner="true" 457 SuppressStartupBanner="true"
463 DebugInformationFormat="3"
464 /> 458 />
465 <Tool 459 <Tool
466 Name="VCManagedResourceCompilerTool" 460 Name="VCManagedResourceCompilerTool"
467 /> 461 />
468 <Tool 462 <Tool
469 Name="VCResourceCompilerTool" 463 Name="VCResourceCompilerTool"
470 PreprocessorDefinitions="_DEBUG" 464 PreprocessorDefinitions="NDEBUG"
471 Culture="1036" 465 Culture="1036"
472 /> 466 />
473 <Tool 467 <Tool
@@ -476,17 +470,18 @@
476 <Tool 470 <Tool
477 Name="VCLinkerTool" 471 Name="VCLinkerTool"
478 OutputFile="$(OutDir)\zlibwapi.dll" 472 OutputFile="$(OutDir)\zlibwapi.dll"
479 LinkIncremental="2" 473 LinkIncremental="1"
480 SuppressStartupBanner="true" 474 SuppressStartupBanner="true"
481 GenerateManifest="false" 475 GenerateManifest="false"
476 IgnoreAllDefaultLibraries="false"
482 ModuleDefinitionFile=".\zlibvc.def" 477 ModuleDefinitionFile=".\zlibvc.def"
483 GenerateDebugInformation="true"
484 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" 478 ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
485 GenerateMapFile="true" 479 GenerateMapFile="true"
486 MapFileName="$(OutDir)/zlibwapi.map" 480 MapFileName="$(OutDir)/zlibwapi.map"
487 SubSystem="2" 481 SubSystem="2"
482 OptimizeForWindows98="1"
488 ImportLibrary="$(OutDir)/zlibwapi.lib" 483 ImportLibrary="$(OutDir)/zlibwapi.lib"
489 TargetMachine="5" 484 TargetMachine="17"
490 /> 485 />
491 <Tool 486 <Tool
492 Name="VCALinkTool" 487 Name="VCALinkTool"
@@ -507,16 +502,13 @@
507 Name="VCAppVerifierTool" 502 Name="VCAppVerifierTool"
508 /> 503 />
509 <Tool 504 <Tool
510 Name="VCWebDeploymentTool"
511 />
512 <Tool
513 Name="VCPostBuildEventTool" 505 Name="VCPostBuildEventTool"
514 /> 506 />
515 </Configuration> 507 </Configuration>
516 <Configuration 508 <Configuration
517 Name="ReleaseWithoutAsm|x64" 509 Name="ReleaseWithoutAsm|Itanium"
518 OutputDirectory="x64\ZlibDll$(ConfigurationName)" 510 OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
519 IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp" 511 IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
520 ConfigurationType="2" 512 ConfigurationType="2"
521 InheritedPropertySheets="UpgradeFromVC70.vsprops" 513 InheritedPropertySheets="UpgradeFromVC70.vsprops"
522 UseOfMFC="0" 514 UseOfMFC="0"
@@ -540,7 +532,7 @@
540 PreprocessorDefinitions="NDEBUG" 532 PreprocessorDefinitions="NDEBUG"
541 MkTypLibCompatible="true" 533 MkTypLibCompatible="true"
542 SuppressStartupBanner="true" 534 SuppressStartupBanner="true"
543 TargetEnvironment="3" 535 TargetEnvironment="2"
544 TypeLibraryName="$(OutDir)/zlibvc.tlb" 536 TypeLibraryName="$(OutDir)/zlibvc.tlb"
545 /> 537 />
546 <Tool 538 <Tool
@@ -587,7 +579,7 @@
587 SubSystem="2" 579 SubSystem="2"
588 OptimizeForWindows98="1" 580 OptimizeForWindows98="1"
589 ImportLibrary="$(OutDir)/zlibwapi.lib" 581 ImportLibrary="$(OutDir)/zlibwapi.lib"
590 TargetMachine="17" 582 TargetMachine="5"
591 /> 583 />
592 <Tool 584 <Tool
593 Name="VCALinkTool" 585 Name="VCALinkTool"
@@ -608,16 +600,13 @@
608 Name="VCAppVerifierTool" 600 Name="VCAppVerifierTool"
609 /> 601 />
610 <Tool 602 <Tool
611 Name="VCWebDeploymentTool"
612 />
613 <Tool
614 Name="VCPostBuildEventTool" 603 Name="VCPostBuildEventTool"
615 /> 604 />
616 </Configuration> 605 </Configuration>
617 <Configuration 606 <Configuration
618 Name="ReleaseWithoutAsm|Itanium" 607 Name="Release|Win32"
619 OutputDirectory="ia64\ZlibDll$(ConfigurationName)" 608 OutputDirectory="x86\ZlibDll$(ConfigurationName)"
620 IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp" 609 IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
621 ConfigurationType="2" 610 ConfigurationType="2"
622 InheritedPropertySheets="UpgradeFromVC70.vsprops" 611 InheritedPropertySheets="UpgradeFromVC70.vsprops"
623 UseOfMFC="0" 612 UseOfMFC="0"
@@ -641,17 +630,17 @@
641 PreprocessorDefinitions="NDEBUG" 630 PreprocessorDefinitions="NDEBUG"
642 MkTypLibCompatible="true" 631 MkTypLibCompatible="true"
643 SuppressStartupBanner="true" 632 SuppressStartupBanner="true"
644 TargetEnvironment="2" 633 TargetEnvironment="1"
645 TypeLibraryName="$(OutDir)/zlibvc.tlb" 634 TypeLibraryName="$(OutDir)/zlibvc.tlb"
646 /> 635 />
647 <Tool 636 <Tool
648 Name="VCCLCompilerTool" 637 Name="VCCLCompilerTool"
649 InlineFunctionExpansion="1" 638 InlineFunctionExpansion="1"
650 AdditionalIncludeDirectories="..\..\..;..\..\masmx86" 639 AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
651 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64" 640 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF"
652 StringPooling="true" 641 StringPooling="true"
653 ExceptionHandling="0" 642 ExceptionHandling="0"
654 RuntimeLibrary="2" 643 RuntimeLibrary="0"
655 BufferSecurityCheck="false" 644 BufferSecurityCheck="false"
656 EnableFunctionLevelLinking="true" 645 EnableFunctionLevelLinking="true"
657 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" 646 PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
@@ -676,6 +665,8 @@
676 /> 665 />
677 <Tool 666 <Tool
678 Name="VCLinkerTool" 667 Name="VCLinkerTool"
668 AdditionalOptions="/MACHINE:I386"
669 AdditionalDependencies="..\..\masmx86\match686.obj ..\..\masmx86\inffas32.obj "
679 OutputFile="$(OutDir)\zlibwapi.dll" 670 OutputFile="$(OutDir)\zlibwapi.dll"
680 LinkIncremental="1" 671 LinkIncremental="1"
681 SuppressStartupBanner="true" 672 SuppressStartupBanner="true"
@@ -687,8 +678,9 @@
687 MapFileName="$(OutDir)/zlibwapi.map" 678 MapFileName="$(OutDir)/zlibwapi.map"
688 SubSystem="2" 679 SubSystem="2"
689 OptimizeForWindows98="1" 680 OptimizeForWindows98="1"
681 RandomizedBaseAddress="1"
682 DataExecutionPrevention="0"
690 ImportLibrary="$(OutDir)/zlibwapi.lib" 683 ImportLibrary="$(OutDir)/zlibwapi.lib"
691 TargetMachine="5"
692 /> 684 />
693 <Tool 685 <Tool
694 Name="VCALinkTool" 686 Name="VCALinkTool"
@@ -709,9 +701,6 @@
709 Name="VCAppVerifierTool" 701 Name="VCAppVerifierTool"
710 /> 702 />
711 <Tool 703 <Tool
712 Name="VCWebDeploymentTool"
713 />
714 <Tool
715 Name="VCPostBuildEventTool" 704 Name="VCPostBuildEventTool"
716 /> 705 />
717 </Configuration> 706 </Configuration>
@@ -811,9 +800,6 @@
811 Name="VCAppVerifierTool" 800 Name="VCAppVerifierTool"
812 /> 801 />
813 <Tool 802 <Tool
814 Name="VCWebDeploymentTool"
815 />
816 <Tool
817 Name="VCPostBuildEventTool" 803 Name="VCPostBuildEventTool"
818 /> 804 />
819 </Configuration> 805 </Configuration>
@@ -912,9 +898,6 @@
912 Name="VCAppVerifierTool" 898 Name="VCAppVerifierTool"
913 /> 899 />
914 <Tool 900 <Tool
915 Name="VCWebDeploymentTool"
916 />
917 <Tool
918 Name="VCPostBuildEventTool" 901 Name="VCPostBuildEventTool"
919 /> 902 />
920 </Configuration> 903 </Configuration>
@@ -943,71 +926,11 @@
943 > 926 >
944 </File> 927 </File>
945 <File 928 <File
946 RelativePath="..\..\masmx86\gvmat32c.c"
947 >
948 <FileConfiguration
949 Name="ReleaseWithoutAsm|Win32"
950 ExcludedFromBuild="true"
951 >
952 <Tool
953 Name="VCCLCompilerTool"
954 />
955 </FileConfiguration>
956 <FileConfiguration
957 Name="Debug|x64"
958 ExcludedFromBuild="true"
959 >
960 <Tool
961 Name="VCCLCompilerTool"
962 />
963 </FileConfiguration>
964 <FileConfiguration
965 Name="Debug|Itanium"
966 ExcludedFromBuild="true"
967 >
968 <Tool
969 Name="VCCLCompilerTool"
970 />
971 </FileConfiguration>
972 <FileConfiguration
973 Name="ReleaseWithoutAsm|x64"
974 ExcludedFromBuild="true"
975 >
976 <Tool
977 Name="VCCLCompilerTool"
978 />
979 </FileConfiguration>
980 <FileConfiguration
981 Name="ReleaseWithoutAsm|Itanium"
982 ExcludedFromBuild="true"
983 >
984 <Tool
985 Name="VCCLCompilerTool"
986 />
987 </FileConfiguration>
988 <FileConfiguration
989 Name="Release|x64"
990 ExcludedFromBuild="true"
991 >
992 <Tool
993 Name="VCCLCompilerTool"
994 />
995 </FileConfiguration>
996 <FileConfiguration
997 Name="Release|Itanium"
998 ExcludedFromBuild="true"
999 >
1000 <Tool
1001 Name="VCCLCompilerTool"
1002 />
1003 </FileConfiguration>
1004 </File>
1005 <File
1006 RelativePath="..\..\..\gzclose.c" 929 RelativePath="..\..\..\gzclose.c"
1007 > 930 >
1008 </File> 931 </File>
1009 <File 932 <File
1010 RelativePath="..\..\..\gzio.c" 933 RelativePath="..\..\..\gzguts.h"
1011 > 934 >
1012 </File> 935 </File>
1013 <File 936 <File
@@ -1038,7 +961,7 @@
1038 /> 961 />
1039 </FileConfiguration> 962 </FileConfiguration>
1040 <FileConfiguration 963 <FileConfiguration
1041 Name="ReleaseWithoutAsm|Win32" 964 Name="Debug|Itanium"
1042 ExcludedFromBuild="true" 965 ExcludedFromBuild="true"
1043 > 966 >
1044 <Tool 967 <Tool
@@ -1046,7 +969,7 @@
1046 /> 969 />
1047 </FileConfiguration> 970 </FileConfiguration>
1048 <FileConfiguration 971 <FileConfiguration
1049 Name="Release|Win32" 972 Name="ReleaseWithoutAsm|Win32"
1050 ExcludedFromBuild="true" 973 ExcludedFromBuild="true"
1051 > 974 >
1052 <Tool 975 <Tool
@@ -1054,7 +977,7 @@
1054 /> 977 />
1055 </FileConfiguration> 978 </FileConfiguration>
1056 <FileConfiguration 979 <FileConfiguration
1057 Name="Debug|Itanium" 980 Name="ReleaseWithoutAsm|Itanium"
1058 ExcludedFromBuild="true" 981 ExcludedFromBuild="true"
1059 > 982 >
1060 <Tool 983 <Tool
@@ -1062,7 +985,7 @@
1062 /> 985 />
1063 </FileConfiguration> 986 </FileConfiguration>
1064 <FileConfiguration 987 <FileConfiguration
1065 Name="ReleaseWithoutAsm|Itanium" 988 Name="Release|Win32"
1066 ExcludedFromBuild="true" 989 ExcludedFromBuild="true"
1067 > 990 >
1068 <Tool 991 <Tool