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