OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [zlib/] [contrib/] [vstudio/] [vc8/] [minizip.vcproj] - Blame information for rev 745

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.