~peter-pearse/ubuntu/natty/unzip/prop001

« back to all changes in this revision

Viewing changes to windll/vc8/sfx/SFXWiz32.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2009-05-08 20:02:40 UTC
  • mfrom: (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090508200240-7l4gypruop5863bd
* New upstream release. Closes: #496989.
* Enabled new Unicode support. Closes: #197427. This may or may not work
  for your already created zipfiles, but it's not a bug unless they were
  created using the Unicode feature present in zip 3.0.
* Built using DATE_FORMAT=DF_YMD so that unzip -l show dates in ISO format,
  as that's the only available one which makes sense. Closes: #312886.
* Enabled new bzip2 support. Closes: #426798.
* Exit code for zipgrep should now be the right one. Closes: #441997.
* The reason why a file may not be created is now shown. Closes: #478791.
* Summary of changes in this version not being the debian/* files:
- Manpages in section 1, not 1L.
- Branding patch. UnZip by Debian. Original by Info-ZIP.
- Always #include <unistd.h>. Debian GNU/kFreeBSD needs it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8,00"
 
5
        Name="SFXWiz"
 
6
        ProjectGUID="{6BC29537-2E45-4429-A634-5C45B649436C}"
 
7
        RootNamespace="SFXWiz"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Debug|Win32"
 
19
                        OutputDirectory=".\../Debug"
 
20
                        IntermediateDirectory=".\Debug"
 
21
                        ConfigurationType="1"
 
22
                        UseOfMFC="0"
 
23
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
24
                        CharacterSet="2"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                                PreprocessorDefinitions="_DEBUG"
 
41
                                MkTypLibCompatible="true"
 
42
                                SuppressStartupBanner="true"
 
43
                                TargetEnvironment="1"
 
44
                                TypeLibraryName=".\../Debug/SFXWiz32.tlb"
 
45
                                HeaderFileName=""
 
46
                        />
 
47
                        <Tool
 
48
                                Name="VCCLCompilerTool"
 
49
                                Optimization="0"
 
50
                                AdditionalIncludeDirectories="../../.."
 
51
                                PreprocessorDefinitions="_DEBUG;_WINDOWS;WIN32;API;DLL;USE_UNZIP_LIB"
 
52
                                RuntimeLibrary="1"
 
53
                                PrecompiledHeaderFile=".\Debug/SFXWiz32.pch"
 
54
                                AssemblerListingLocation=".\Debug/"
 
55
                                ObjectFile=".\Debug/"
 
56
                                ProgramDataBaseFileName=".\Debug/SFXWiz32.pdb"
 
57
                                WarningLevel="3"
 
58
                                SuppressStartupBanner="true"
 
59
                                DebugInformationFormat="3"
 
60
                                CallingConvention="2"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCManagedResourceCompilerTool"
 
64
                        />
 
65
                        <Tool
 
66
                                Name="VCResourceCompilerTool"
 
67
                                PreprocessorDefinitions="_DEBUG"
 
68
                                Culture="1033"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCPreLinkEventTool"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCLinkerTool"
 
75
                                AdditionalDependencies="advapi32.lib user32.lib comctl32.lib comdlg32.lib unzsfx32.lib"
 
76
                                OutputFile=".\../Debug/SFXWiz32.exe"
 
77
                                LinkIncremental="2"
 
78
                                SuppressStartupBanner="true"
 
79
                                AdditionalLibraryDirectories="..\Debug"
 
80
                                GenerateDebugInformation="true"
 
81
                                ProgramDatabaseFile=".\../Debug/SFXWiz32.pdb"
 
82
                                SubSystem="2"
 
83
                                TargetMachine="1"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCALinkTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCManifestTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCXDCMakeTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCBscMakeTool"
 
96
                                SuppressStartupBanner="true"
 
97
                                OutputFile=".\../Debug/SFXWiz32.bsc"
 
98
                        />
 
99
                        <Tool
 
100
                                Name="VCFxCopTool"
 
101
                        />
 
102
                        <Tool
 
103
                                Name="VCAppVerifierTool"
 
104
                        />
 
105
                        <Tool
 
106
                                Name="VCWebDeploymentTool"
 
107
                        />
 
108
                        <Tool
 
109
                                Name="VCPostBuildEventTool"
 
110
                        />
 
111
                </Configuration>
 
112
                <Configuration
 
113
                        Name="ASM Debug|Win32"
 
114
                        OutputDirectory=".\../Debug.ASM"
 
115
                        IntermediateDirectory=".\Debug"
 
116
                        ConfigurationType="1"
 
117
                        UseOfMFC="0"
 
118
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
119
                        CharacterSet="2"
 
120
                        >
 
121
                        <Tool
 
122
                                Name="VCPreBuildEventTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCCustomBuildTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCXMLDataGeneratorTool"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCWebServiceProxyGeneratorTool"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCMIDLTool"
 
135
                                PreprocessorDefinitions="_DEBUG"
 
136
                                MkTypLibCompatible="true"
 
137
                                SuppressStartupBanner="true"
 
138
                                TargetEnvironment="1"
 
139
                                TypeLibraryName=".\../Debug.ASM/SFXWiz32.tlb"
 
140
                                HeaderFileName=""
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCCLCompilerTool"
 
144
                                Optimization="0"
 
145
                                AdditionalIncludeDirectories="../../.."
 
146
                                PreprocessorDefinitions="_DEBUG;_WINDOWS;WIN32;API;DLL;USE_UNZIP_LIB"
 
147
                                RuntimeLibrary="1"
 
148
                                PrecompiledHeaderFile=".\Debug/SFXWiz32.pch"
 
149
                                AssemblerListingLocation=".\Debug/"
 
150
                                ObjectFile=".\Debug/"
 
151
                                ProgramDataBaseFileName=".\Debug/"
 
152
                                WarningLevel="3"
 
153
                                SuppressStartupBanner="true"
 
154
                                DebugInformationFormat="3"
 
155
                                CallingConvention="2"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCManagedResourceCompilerTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCResourceCompilerTool"
 
162
                                PreprocessorDefinitions="_DEBUG"
 
163
                                Culture="1033"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCPreLinkEventTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCLinkerTool"
 
170
                                AdditionalDependencies="advapi32.lib user32.lib comctl32.lib comdlg32.lib unzsfx32.lib"
 
171
                                OutputFile=".\../Debug.ASM/SFXWiz32.exe"
 
172
                                LinkIncremental="2"
 
173
                                SuppressStartupBanner="true"
 
174
                                AdditionalLibraryDirectories="..\Debug.ASM"
 
175
                                GenerateDebugInformation="true"
 
176
                                ProgramDatabaseFile=".\../Debug.ASM/SFXWiz32.pdb"
 
177
                                SubSystem="2"
 
178
                                TargetMachine="1"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCALinkTool"
 
182
                        />
 
183
                        <Tool
 
184
                                Name="VCManifestTool"
 
185
                        />
 
186
                        <Tool
 
187
                                Name="VCXDCMakeTool"
 
188
                        />
 
189
                        <Tool
 
190
                                Name="VCBscMakeTool"
 
191
                                SuppressStartupBanner="true"
 
192
                                OutputFile=".\../Debug.ASM/SFXWiz32.bsc"
 
193
                        />
 
194
                        <Tool
 
195
                                Name="VCFxCopTool"
 
196
                        />
 
197
                        <Tool
 
198
                                Name="VCAppVerifierTool"
 
199
                        />
 
200
                        <Tool
 
201
                                Name="VCWebDeploymentTool"
 
202
                        />
 
203
                        <Tool
 
204
                                Name="VCPostBuildEventTool"
 
205
                        />
 
206
                </Configuration>
 
207
                <Configuration
 
208
                        Name="Release|Win32"
 
209
                        OutputDirectory=".\../Release"
 
210
                        IntermediateDirectory=".\Release"
 
211
                        ConfigurationType="1"
 
212
                        UseOfMFC="0"
 
213
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
214
                        CharacterSet="2"
 
215
                        >
 
216
                        <Tool
 
217
                                Name="VCPreBuildEventTool"
 
218
                        />
 
219
                        <Tool
 
220
                                Name="VCCustomBuildTool"
 
221
                        />
 
222
                        <Tool
 
223
                                Name="VCXMLDataGeneratorTool"
 
224
                        />
 
225
                        <Tool
 
226
                                Name="VCWebServiceProxyGeneratorTool"
 
227
                        />
 
228
                        <Tool
 
229
                                Name="VCMIDLTool"
 
230
                                PreprocessorDefinitions="NDEBUG"
 
231
                                MkTypLibCompatible="true"
 
232
                                SuppressStartupBanner="true"
 
233
                                TargetEnvironment="1"
 
234
                                TypeLibraryName=".\../Release/SFXWiz32.tlb"
 
235
                                HeaderFileName=""
 
236
                        />
 
237
                        <Tool
 
238
                                Name="VCCLCompilerTool"
 
239
                                Optimization="1"
 
240
                                InlineFunctionExpansion="1"
 
241
                                AdditionalIncludeDirectories="../../.."
 
242
                                PreprocessorDefinitions="NDEBUG;_WINDOWS;WIN32;API;DLL;USE_UNZIP_LIB"
 
243
                                StringPooling="true"
 
244
                                RuntimeLibrary="0"
 
245
                                EnableFunctionLevelLinking="true"
 
246
                                PrecompiledHeaderFile=".\Release/SFXWiz32.pch"
 
247
                                AssemblerListingLocation=".\Release/"
 
248
                                ObjectFile=".\Release/"
 
249
                                ProgramDataBaseFileName=".\Release/SFXWiz32.pdb"
 
250
                                WarningLevel="3"
 
251
                                SuppressStartupBanner="true"
 
252
                                CallingConvention="2"
 
253
                        />
 
254
                        <Tool
 
255
                                Name="VCManagedResourceCompilerTool"
 
256
                        />
 
257
                        <Tool
 
258
                                Name="VCResourceCompilerTool"
 
259
                                PreprocessorDefinitions="NDEBUG"
 
260
                                Culture="1033"
 
261
                        />
 
262
                        <Tool
 
263
                                Name="VCPreLinkEventTool"
 
264
                        />
 
265
                        <Tool
 
266
                                Name="VCLinkerTool"
 
267
                                AdditionalDependencies="advapi32.lib user32.lib comctl32.lib comdlg32.lib unzsfx32.lib"
 
268
                                OutputFile=".\../Release/SFXWiz32.exe"
 
269
                                LinkIncremental="1"
 
270
                                SuppressStartupBanner="true"
 
271
                                AdditionalLibraryDirectories="..\Release"
 
272
                                ProgramDatabaseFile=".\../Release/SFXWiz32.pdb"
 
273
                                SubSystem="2"
 
274
                                TargetMachine="1"
 
275
                        />
 
276
                        <Tool
 
277
                                Name="VCALinkTool"
 
278
                        />
 
279
                        <Tool
 
280
                                Name="VCManifestTool"
 
281
                        />
 
282
                        <Tool
 
283
                                Name="VCXDCMakeTool"
 
284
                        />
 
285
                        <Tool
 
286
                                Name="VCBscMakeTool"
 
287
                                SuppressStartupBanner="true"
 
288
                                OutputFile=".\../Release/SFXWiz32.bsc"
 
289
                        />
 
290
                        <Tool
 
291
                                Name="VCFxCopTool"
 
292
                        />
 
293
                        <Tool
 
294
                                Name="VCAppVerifierTool"
 
295
                        />
 
296
                        <Tool
 
297
                                Name="VCWebDeploymentTool"
 
298
                        />
 
299
                        <Tool
 
300
                                Name="VCPostBuildEventTool"
 
301
                        />
 
302
                </Configuration>
 
303
                <Configuration
 
304
                        Name="ASM Release|Win32"
 
305
                        OutputDirectory=".\../Release.ASM"
 
306
                        IntermediateDirectory=".\Release"
 
307
                        ConfigurationType="1"
 
308
                        UseOfMFC="0"
 
309
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
310
                        CharacterSet="2"
 
311
                        >
 
312
                        <Tool
 
313
                                Name="VCPreBuildEventTool"
 
314
                        />
 
315
                        <Tool
 
316
                                Name="VCCustomBuildTool"
 
317
                        />
 
318
                        <Tool
 
319
                                Name="VCXMLDataGeneratorTool"
 
320
                        />
 
321
                        <Tool
 
322
                                Name="VCWebServiceProxyGeneratorTool"
 
323
                        />
 
324
                        <Tool
 
325
                                Name="VCMIDLTool"
 
326
                                PreprocessorDefinitions="NDEBUG"
 
327
                                MkTypLibCompatible="true"
 
328
                                SuppressStartupBanner="true"
 
329
                                TargetEnvironment="1"
 
330
                                TypeLibraryName=".\../Release.ASM/SFXWiz32.tlb"
 
331
                                HeaderFileName=""
 
332
                        />
 
333
                        <Tool
 
334
                                Name="VCCLCompilerTool"
 
335
                                Optimization="1"
 
336
                                InlineFunctionExpansion="1"
 
337
                                AdditionalIncludeDirectories="../../.."
 
338
                                PreprocessorDefinitions="NDEBUG;_WINDOWS;WIN32;API;DLL;USE_UNZIP_LIB"
 
339
                                StringPooling="true"
 
340
                                RuntimeLibrary="0"
 
341
                                EnableFunctionLevelLinking="true"
 
342
                                PrecompiledHeaderFile=".\Release/SFXWiz32.pch"
 
343
                                AssemblerListingLocation=".\Release/"
 
344
                                ObjectFile=".\Release/"
 
345
                                ProgramDataBaseFileName=".\Release/SFXWiz32.pdb"
 
346
                                WarningLevel="3"
 
347
                                SuppressStartupBanner="true"
 
348
                                CallingConvention="2"
 
349
                        />
 
350
                        <Tool
 
351
                                Name="VCManagedResourceCompilerTool"
 
352
                        />
 
353
                        <Tool
 
354
                                Name="VCResourceCompilerTool"
 
355
                                PreprocessorDefinitions="NDEBUG"
 
356
                                Culture="1033"
 
357
                        />
 
358
                        <Tool
 
359
                                Name="VCPreLinkEventTool"
 
360
                        />
 
361
                        <Tool
 
362
                                Name="VCLinkerTool"
 
363
                                AdditionalDependencies="advapi32.lib user32.lib comctl32.lib comdlg32.lib unzsfx32.lib"
 
364
                                OutputFile=".\../Release.ASM/SFXWiz32.exe"
 
365
                                LinkIncremental="1"
 
366
                                SuppressStartupBanner="true"
 
367
                                AdditionalLibraryDirectories="..\Release.ASM"
 
368
                                ProgramDatabaseFile=".\../Release.ASM/SFXWiz32.pdb"
 
369
                                SubSystem="2"
 
370
                                TargetMachine="1"
 
371
                        />
 
372
                        <Tool
 
373
                                Name="VCALinkTool"
 
374
                        />
 
375
                        <Tool
 
376
                                Name="VCManifestTool"
 
377
                        />
 
378
                        <Tool
 
379
                                Name="VCXDCMakeTool"
 
380
                        />
 
381
                        <Tool
 
382
                                Name="VCBscMakeTool"
 
383
                                SuppressStartupBanner="true"
 
384
                                OutputFile=".\../Release.ASM/SFXWiz32.bsc"
 
385
                        />
 
386
                        <Tool
 
387
                                Name="VCFxCopTool"
 
388
                        />
 
389
                        <Tool
 
390
                                Name="VCAppVerifierTool"
 
391
                        />
 
392
                        <Tool
 
393
                                Name="VCWebDeploymentTool"
 
394
                        />
 
395
                        <Tool
 
396
                                Name="VCPostBuildEventTool"
 
397
                        />
 
398
                </Configuration>
 
399
        </Configurations>
 
400
        <References>
 
401
        </References>
 
402
        <Files>
 
403
                <Filter
 
404
                        Name="Source Files"
 
405
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
406
                        >
 
407
                        <File
 
408
                                RelativePath="..\..\guisfx\sfxwiz.c"
 
409
                                >
 
410
                                <FileConfiguration
 
411
                                        Name="ASM Debug|Win32"
 
412
                                        >
 
413
                                        <Tool
 
414
                                                Name="VCCLCompilerTool"
 
415
                                                AdditionalIncludeDirectories=""
 
416
                                                PreprocessorDefinitions=""
 
417
                                        />
 
418
                                </FileConfiguration>
 
419
                                <FileConfiguration
 
420
                                        Name="Debug|Win32"
 
421
                                        >
 
422
                                        <Tool
 
423
                                                Name="VCCLCompilerTool"
 
424
                                                AdditionalIncludeDirectories=""
 
425
                                                PreprocessorDefinitions=""
 
426
                                        />
 
427
                                </FileConfiguration>
 
428
                                <FileConfiguration
 
429
                                        Name="Release|Win32"
 
430
                                        >
 
431
                                        <Tool
 
432
                                                Name="VCCLCompilerTool"
 
433
                                                AdditionalIncludeDirectories=""
 
434
                                                PreprocessorDefinitions=""
 
435
                                        />
 
436
                                </FileConfiguration>
 
437
                                <FileConfiguration
 
438
                                        Name="ASM Release|Win32"
 
439
                                        >
 
440
                                        <Tool
 
441
                                                Name="VCCLCompilerTool"
 
442
                                                AdditionalIncludeDirectories=""
 
443
                                                PreprocessorDefinitions=""
 
444
                                        />
 
445
                                </FileConfiguration>
 
446
                        </File>
 
447
                        <File
 
448
                                RelativePath="..\..\guisfx\sfxwiz.rc"
 
449
                                >
 
450
                                <FileConfiguration
 
451
                                        Name="ASM Debug|Win32"
 
452
                                        >
 
453
                                        <Tool
 
454
                                                Name="VCResourceCompilerTool"
 
455
                                                PreprocessorDefinitions=""
 
456
                                                AdditionalIncludeDirectories="\VSProjects\Info-ZIP\unz6\unz60d10\windll\guisfx"
 
457
                                        />
 
458
                                </FileConfiguration>
 
459
                                <FileConfiguration
 
460
                                        Name="Debug|Win32"
 
461
                                        >
 
462
                                        <Tool
 
463
                                                Name="VCResourceCompilerTool"
 
464
                                                PreprocessorDefinitions=""
 
465
                                                AdditionalIncludeDirectories="\VSProjects\Info-ZIP\unz6\unz60d10\windll\guisfx"
 
466
                                        />
 
467
                                </FileConfiguration>
 
468
                                <FileConfiguration
 
469
                                        Name="Release|Win32"
 
470
                                        >
 
471
                                        <Tool
 
472
                                                Name="VCResourceCompilerTool"
 
473
                                                PreprocessorDefinitions=""
 
474
                                                AdditionalIncludeDirectories="\VSProjects\Info-ZIP\unz6\unz60d10\windll\guisfx"
 
475
                                        />
 
476
                                </FileConfiguration>
 
477
                                <FileConfiguration
 
478
                                        Name="ASM Release|Win32"
 
479
                                        >
 
480
                                        <Tool
 
481
                                                Name="VCResourceCompilerTool"
 
482
                                                PreprocessorDefinitions=""
 
483
                                                AdditionalIncludeDirectories="\VSProjects\Info-ZIP\unz6\unz60d10\windll\guisfx"
 
484
                                        />
 
485
                                </FileConfiguration>
 
486
                        </File>
 
487
                </Filter>
 
488
                <Filter
 
489
                        Name="Resource Files"
 
490
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
491
                        >
 
492
                        <File
 
493
                                RelativePath="..\..\guisfx\sfxw.ico"
 
494
                                >
 
495
                        </File>
 
496
                </Filter>
 
497
                <Filter
 
498
                        Name="Header Files"
 
499
                        Filter="h;hpp;hxx;hm;inl"
 
500
                        >
 
501
                        <File
 
502
                                RelativePath="..\..\guisfx\dialog.h"
 
503
                                >
 
504
                        </File>
 
505
                </Filter>
 
506
        </Files>
 
507
        <Globals>
 
508
        </Globals>
 
509
</VisualStudioProject>