miniunz.vcproj 12.6 KB
Newer Older
M
Mark Adler 已提交
1 2 3
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
M
Mark Adler 已提交
4
	Version="9.00"
M
Mark Adler 已提交
5 6
	Name="miniunz"
	ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694382A}"
M
Mark Adler 已提交
7
	Keyword="Win32Proj"
M
Mark Adler 已提交
8
	TargetFrameworkVersion="131072"
M
Mark Adler 已提交
9 10 11 12 13 14
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
		<Platform
M
Mark Adler 已提交
15 16 17 18
			Name="x64"
		/>
		<Platform
			Name="Itanium"
M
Mark Adler 已提交
19 20 21 22 23 24 25
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
M
Mark Adler 已提交
26 27
			OutputDirectory="x86\MiniUnzip$(ConfigurationName)"
			IntermediateDirectory="x86\MiniUnzip$(ConfigurationName)\Tmp"
M
Mark Adler 已提交
28
			ConfigurationType="1"
M
Mark Adler 已提交
29
			InheritedPropertySheets="UpgradeFromVC70.vsprops"
M
Mark Adler 已提交
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
M
Mark Adler 已提交
50 51 52 53
				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE"
				MinimalRebuild="true"
				BasicRuntimeChecks="0"
M
Mark Adler 已提交
54
				RuntimeLibrary="1"
M
Mark Adler 已提交
55
				BufferSecurityCheck="false"
M
Mark Adler 已提交
56
				UsePrecompiledHeader="0"
M
Mark Adler 已提交
57
				AssemblerListingLocation="$(IntDir)\"
M
Mark Adler 已提交
58
				WarningLevel="3"
M
Mark Adler 已提交
59
				Detect64BitPortabilityProblems="true"
M
Mark Adler 已提交
60 61 62 63 64 65 66 67 68 69 70 71 72
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
M
Mark Adler 已提交
73 74
				AdditionalDependencies="x86\ZlibDllDebug\zlibwapi.lib"
				OutputFile="$(OutDir)/miniunz.exe"
M
Mark Adler 已提交
75
				LinkIncremental="2"
M
Mark Adler 已提交
76 77 78
				GenerateManifest="false"
				GenerateDebugInformation="true"
				ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
M
Mark Adler 已提交
79
				SubSystem="1"
M
Mark Adler 已提交
80 81
				RandomizedBaseAddress="1"
				DataExecutionPrevention="0"
M
Mark Adler 已提交
82 83 84 85 86 87 88 89 90 91 92 93 94 95
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
M
Mark Adler 已提交
96 97 98
			<Tool
				Name="VCFxCopTool"
			/>
M
Mark Adler 已提交
99 100 101 102 103 104 105 106
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
M
Mark Adler 已提交
107 108 109
			Name="Release|Win32"
			OutputDirectory="x86\MiniUnzip$(ConfigurationName)"
			IntermediateDirectory="x86\MiniUnzip$(ConfigurationName)\Tmp"
M
Mark Adler 已提交
110
			ConfigurationType="1"
M
Mark Adler 已提交
111
			InheritedPropertySheets="UpgradeFromVC70.vsprops"
M
Mark Adler 已提交
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
M
Mark Adler 已提交
131 132 133
				Optimization="2"
				InlineFunctionExpansion="1"
				OmitFramePointers="true"
M
Mark Adler 已提交
134
				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
M
Mark Adler 已提交
135 136
				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE"
				StringPooling="true"
M
Mark Adler 已提交
137
				BasicRuntimeChecks="0"
M
Mark Adler 已提交
138
				RuntimeLibrary="0"
M
Mark Adler 已提交
139
				BufferSecurityCheck="false"
M
Mark Adler 已提交
140
				EnableFunctionLevelLinking="true"
M
Mark Adler 已提交
141
				UsePrecompiledHeader="0"
M
Mark Adler 已提交
142
				AssemblerListingLocation="$(IntDir)\"
M
Mark Adler 已提交
143
				WarningLevel="3"
M
Mark Adler 已提交
144
				Detect64BitPortabilityProblems="true"
M
Mark Adler 已提交
145 146 147 148 149 150 151 152 153 154 155 156 157
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
M
Mark Adler 已提交
158
				AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib"
M
Mark Adler 已提交
159
				OutputFile="$(OutDir)/miniunz.exe"
M
Mark Adler 已提交
160
				LinkIncremental="1"
M
Mark Adler 已提交
161 162
				GenerateManifest="false"
				GenerateDebugInformation="true"
M
Mark Adler 已提交
163
				SubSystem="1"
M
Mark Adler 已提交
164 165 166 167 168 169
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				OptimizeForWindows98="1"
				RandomizedBaseAddress="1"
				DataExecutionPrevention="0"
				TargetMachine="1"
M
Mark Adler 已提交
170 171 172 173 174 175 176 177 178 179 180 181 182
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
M
Mark Adler 已提交
183 184 185 186 187 188
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
M
Mark Adler 已提交
189 190 191 192 193
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
M
Mark Adler 已提交
194 195 196
			Name="Debug|x64"
			OutputDirectory="x64\MiniUnzip$(ConfigurationName)"
			IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp"
M
Mark Adler 已提交
197
			ConfigurationType="1"
M
Mark Adler 已提交
198
			InheritedPropertySheets="UpgradeFromVC70.vsprops"
M
Mark Adler 已提交
199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
M
Mark Adler 已提交
215
				TargetEnvironment="3"
M
Mark Adler 已提交
216 217 218
			/>
			<Tool
				Name="VCCLCompilerTool"
M
Mark Adler 已提交
219 220 221 222 223 224 225
				Optimization="0"
				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
				MinimalRebuild="true"
				BasicRuntimeChecks="0"
				RuntimeLibrary="3"
				BufferSecurityCheck="false"
M
Mark Adler 已提交
226
				UsePrecompiledHeader="0"
M
Mark Adler 已提交
227
				AssemblerListingLocation="$(IntDir)\"
M
Mark Adler 已提交
228
				WarningLevel="3"
M
Mark Adler 已提交
229
				Detect64BitPortabilityProblems="true"
M
Mark Adler 已提交
230 231 232 233 234 235 236 237 238 239 240 241 242
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
M
Mark Adler 已提交
243
				AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib"
M
Mark Adler 已提交
244 245 246 247 248
				OutputFile="$(OutDir)/miniunz.exe"
				LinkIncremental="2"
				GenerateManifest="false"
				GenerateDebugInformation="true"
				ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
M
Mark Adler 已提交
249
				SubSystem="1"
M
Mark Adler 已提交
250
				TargetMachine="17"
M
Mark Adler 已提交
251 252 253 254 255 256 257 258 259 260 261 262 263
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
M
Mark Adler 已提交
264 265 266
			<Tool
				Name="VCFxCopTool"
			/>
M
Mark Adler 已提交
267 268 269 270 271 272 273 274 275 276 277
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
M
Mark Adler 已提交
278 279 280
			Name="Debug|Itanium"
			OutputDirectory="ia64\MiniUnzip$(ConfigurationName)"
			IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp"
M
Mark Adler 已提交
281
			ConfigurationType="1"
M
Mark Adler 已提交
282
			InheritedPropertySheets="UpgradeFromVC70.vsprops"
M
Mark Adler 已提交
283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
M
Mark Adler 已提交
299
				TargetEnvironment="2"
M
Mark Adler 已提交
300 301 302
			/>
			<Tool
				Name="VCCLCompilerTool"
M
Mark Adler 已提交
303
				Optimization="0"
M
Mark Adler 已提交
304
				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
M
Mark Adler 已提交
305 306
				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
				MinimalRebuild="true"
M
Mark Adler 已提交
307
				BasicRuntimeChecks="0"
M
Mark Adler 已提交
308
				RuntimeLibrary="3"
M
Mark Adler 已提交
309
				BufferSecurityCheck="false"
M
Mark Adler 已提交
310
				UsePrecompiledHeader="0"
M
Mark Adler 已提交
311
				AssemblerListingLocation="$(IntDir)\"
M
Mark Adler 已提交
312
				WarningLevel="3"
M
Mark Adler 已提交
313
				Detect64BitPortabilityProblems="true"
M
Mark Adler 已提交
314 315 316 317 318 319 320 321 322 323 324 325 326
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
M
Mark Adler 已提交
327
				AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib"
M
Mark Adler 已提交
328
				OutputFile="$(OutDir)/miniunz.exe"
M
Mark Adler 已提交
329
				LinkIncremental="2"
M
Mark Adler 已提交
330 331
				GenerateManifest="false"
				GenerateDebugInformation="true"
M
Mark Adler 已提交
332
				ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
M
Mark Adler 已提交
333
				SubSystem="1"
M
Mark Adler 已提交
334
				TargetMachine="5"
M
Mark Adler 已提交
335 336 337 338 339 340 341 342 343 344 345 346 347
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
M
Mark Adler 已提交
348 349 350 351 352 353
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
M
Mark Adler 已提交
354 355 356 357 358 359 360 361
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
M
Mark Adler 已提交
362 363 364
			Name="Release|x64"
			OutputDirectory="x64\MiniUnzip$(ConfigurationName)"
			IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp"
M
Mark Adler 已提交
365
			ConfigurationType="1"
M
Mark Adler 已提交
366
			InheritedPropertySheets="UpgradeFromVC70.vsprops"
M
Mark Adler 已提交
367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
M
Mark Adler 已提交
383
				TargetEnvironment="3"
M
Mark Adler 已提交
384 385 386 387 388
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				InlineFunctionExpansion="1"
M
Mark Adler 已提交
389 390 391 392 393 394 395 396
				OmitFramePointers="true"
				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64"
				StringPooling="true"
				BasicRuntimeChecks="0"
				RuntimeLibrary="2"
				BufferSecurityCheck="false"
				EnableFunctionLevelLinking="true"
M
Mark Adler 已提交
397
				UsePrecompiledHeader="0"
M
Mark Adler 已提交
398
				AssemblerListingLocation="$(IntDir)\"
M
Mark Adler 已提交
399
				WarningLevel="3"
M
Mark Adler 已提交
400
				Detect64BitPortabilityProblems="true"
M
Mark Adler 已提交
401 402 403 404 405 406 407 408 409 410 411 412 413
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
M
Mark Adler 已提交
414 415
				AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib"
				OutputFile="$(OutDir)/miniunz.exe"
M
Mark Adler 已提交
416
				LinkIncremental="1"
M
Mark Adler 已提交
417 418
				GenerateManifest="false"
				GenerateDebugInformation="true"
M
Mark Adler 已提交
419 420 421 422
				SubSystem="1"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				OptimizeForWindows98="1"
M
Mark Adler 已提交
423
				TargetMachine="17"
M
Mark Adler 已提交
424 425 426 427 428 429 430 431 432 433 434 435 436
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
M
Mark Adler 已提交
437 438 439
			<Tool
				Name="VCFxCopTool"
			/>
M
Mark Adler 已提交
440 441 442 443 444 445 446 447 448 449 450
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
M
Mark Adler 已提交
451 452 453
			Name="Release|Itanium"
			OutputDirectory="ia64\MiniUnzip$(ConfigurationName)"
			IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp"
M
Mark Adler 已提交
454
			ConfigurationType="1"
M
Mark Adler 已提交
455
			InheritedPropertySheets="UpgradeFromVC70.vsprops"
M
Mark Adler 已提交
456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
M
Mark Adler 已提交
472
				TargetEnvironment="2"
M
Mark Adler 已提交
473 474 475 476 477
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				InlineFunctionExpansion="1"
M
Mark Adler 已提交
478 479 480 481 482 483 484 485
				OmitFramePointers="true"
				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64"
				StringPooling="true"
				BasicRuntimeChecks="0"
				RuntimeLibrary="2"
				BufferSecurityCheck="false"
				EnableFunctionLevelLinking="true"
M
Mark Adler 已提交
486
				UsePrecompiledHeader="0"
M
Mark Adler 已提交
487
				AssemblerListingLocation="$(IntDir)\"
M
Mark Adler 已提交
488
				WarningLevel="3"
M
Mark Adler 已提交
489
				Detect64BitPortabilityProblems="true"
M
Mark Adler 已提交
490 491 492 493 494 495 496 497 498 499 500 501 502
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
M
Mark Adler 已提交
503 504
				AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib"
				OutputFile="$(OutDir)/miniunz.exe"
M
Mark Adler 已提交
505
				LinkIncremental="1"
M
Mark Adler 已提交
506 507
				GenerateManifest="false"
				GenerateDebugInformation="true"
M
Mark Adler 已提交
508 509 510 511
				SubSystem="1"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				OptimizeForWindows98="1"
M
Mark Adler 已提交
512
				TargetMachine="5"
M
Mark Adler 已提交
513 514 515 516 517 518 519 520 521 522 523 524 525
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
M
Mark Adler 已提交
526 527 528 529 530 531
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
M
Mark Adler 已提交
532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
			>
			<File
M
Mark Adler 已提交
548
				RelativePath="..\..\minizip\miniunz.c"
M
Mark Adler 已提交
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565
				>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc"
			>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
			>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>