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