~ubuntu-branches/ubuntu/natty/xml-security-c/natty-security

« back to all changes in this revision

Viewing changes to Projects/VC9.0/xsec/siginf/siginf.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2009-08-05 14:11:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090805141152-a7xyrgur2sq3exkr
Tags: 1.5.1-1
* New upstream release.
  - Rename library package for upstream SONAME bump.
* Upstream now ships an older version of libtool, so run libtoolize and
  aclocal before the build.  Add build dependencies on automake and
  libtool.
* Build against Xerces-C 3.0.
* Stop building against Xalan.  The Xalan packages for Debian have been
  orphaned, the current Xalan release does not support Xerces-C 3.0, and
  porting it is not trivial.

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="9.00"
 
5
        Name="siginf"
 
6
        ProjectGUID="{20E437FA-F184-4D60-9B3B-4358EFFA8B42}"
 
7
        RootNamespace="siginf"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="131072"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
                <Platform
 
16
                        Name="x64"
 
17
                />
 
18
        </Platforms>
 
19
        <ToolFiles>
 
20
        </ToolFiles>
 
21
        <Configurations>
 
22
                <Configuration
 
23
                        Name="Debug|Win32"
 
24
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)&quot;"
 
25
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)/obj&quot;"
 
26
                        ConfigurationType="1"
 
27
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
28
                        UseOfMFC="0"
 
29
                        CharacterSet="2"
 
30
                        >
 
31
                        <Tool
 
32
                                Name="VCPreBuildEventTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCCustomBuildTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCXMLDataGeneratorTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCWebServiceProxyGeneratorTool"
 
42
                        />
 
43
                        <Tool
 
44
                                Name="VCMIDLTool"
 
45
                        />
 
46
                        <Tool
 
47
                                Name="VCCLCompilerTool"
 
48
                                Optimization="0"
 
49
                                AdditionalIncludeDirectories="../../../../include"
 
50
                                PreprocessorDefinitions="_XSEC_DO_MEMDEBUG;WIN32;_DEBUG;_CONSOLE"
 
51
                                MinimalRebuild="true"
 
52
                                BasicRuntimeChecks="3"
 
53
                                RuntimeLibrary="3"
 
54
                                RuntimeTypeInfo="false"
 
55
                                UsePrecompiledHeader="0"
 
56
                                WarningLevel="3"
 
57
                                Detect64BitPortabilityProblems="true"
 
58
                                DebugInformationFormat="4"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCManagedResourceCompilerTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCResourceCompilerTool"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCPreLinkEventTool"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCLinkerTool"
 
71
                                AdditionalDependencies="xerces-c_3D.lib Xalan-C_1D.lib crypt32.lib libeay32.lib"
 
72
                                OutputFile="$(OutDir)/siginf.exe"
 
73
                                LinkIncremental="2"
 
74
                                GenerateDebugInformation="true"
 
75
                                ProgramDatabaseFile="$(OutDir)/siginf.pdb"
 
76
                                SubSystem="1"
 
77
                                RandomizedBaseAddress="1"
 
78
                                DataExecutionPrevention="0"
 
79
                                TargetMachine="1"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCALinkTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCManifestTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCXDCMakeTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCBscMakeTool"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCFxCopTool"
 
95
                        />
 
96
                        <Tool
 
97
                                Name="VCAppVerifierTool"
 
98
                        />
 
99
                        <Tool
 
100
                                Name="VCPostBuildEventTool"
 
101
                        />
 
102
                </Configuration>
 
103
                <Configuration
 
104
                        Name="Debug|x64"
 
105
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)&quot;"
 
106
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)/obj&quot;"
 
107
                        ConfigurationType="1"
 
108
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
109
                        UseOfMFC="0"
 
110
                        CharacterSet="2"
 
111
                        >
 
112
                        <Tool
 
113
                                Name="VCPreBuildEventTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCCustomBuildTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCXMLDataGeneratorTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCWebServiceProxyGeneratorTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCMIDLTool"
 
126
                                TargetEnvironment="3"
 
127
                        />
 
128
                        <Tool
 
129
                                Name="VCCLCompilerTool"
 
130
                                Optimization="0"
 
131
                                AdditionalIncludeDirectories="../../../../include"
 
132
                                PreprocessorDefinitions="_XSEC_DO_MEMDEBUG;WIN32;_DEBUG;_CONSOLE"
 
133
                                MinimalRebuild="true"
 
134
                                BasicRuntimeChecks="3"
 
135
                                RuntimeLibrary="3"
 
136
                                RuntimeTypeInfo="false"
 
137
                                UsePrecompiledHeader="0"
 
138
                                WarningLevel="3"
 
139
                                Detect64BitPortabilityProblems="true"
 
140
                                DebugInformationFormat="3"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCManagedResourceCompilerTool"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCResourceCompilerTool"
 
147
                        />
 
148
                        <Tool
 
149
                                Name="VCPreLinkEventTool"
 
150
                        />
 
151
                        <Tool
 
152
                                Name="VCLinkerTool"
 
153
                                AdditionalDependencies="xerces-c_3D.lib Xalan-C_1D.lib crypt32.lib libeay32.lib"
 
154
                                OutputFile="$(OutDir)/siginf.exe"
 
155
                                LinkIncremental="2"
 
156
                                GenerateDebugInformation="true"
 
157
                                ProgramDatabaseFile="$(OutDir)/siginf.pdb"
 
158
                                SubSystem="1"
 
159
                                RandomizedBaseAddress="1"
 
160
                                DataExecutionPrevention="0"
 
161
                                TargetMachine="17"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCALinkTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCManifestTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCXDCMakeTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCBscMakeTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCFxCopTool"
 
177
                        />
 
178
                        <Tool
 
179
                                Name="VCAppVerifierTool"
 
180
                        />
 
181
                        <Tool
 
182
                                Name="VCPostBuildEventTool"
 
183
                        />
 
184
                </Configuration>
 
185
                <Configuration
 
186
                        Name="Release|Win32"
 
187
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)&quot;"
 
188
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)/obj&quot;"
 
189
                        ConfigurationType="1"
 
190
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
191
                        CharacterSet="2"
 
192
                        >
 
193
                        <Tool
 
194
                                Name="VCPreBuildEventTool"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCCustomBuildTool"
 
198
                        />
 
199
                        <Tool
 
200
                                Name="VCXMLDataGeneratorTool"
 
201
                        />
 
202
                        <Tool
 
203
                                Name="VCWebServiceProxyGeneratorTool"
 
204
                        />
 
205
                        <Tool
 
206
                                Name="VCMIDLTool"
 
207
                        />
 
208
                        <Tool
 
209
                                Name="VCCLCompilerTool"
 
210
                                Optimization="2"
 
211
                                InlineFunctionExpansion="1"
 
212
                                OmitFramePointers="true"
 
213
                                AdditionalIncludeDirectories="../../../../include"
 
214
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
215
                                StringPooling="true"
 
216
                                RuntimeLibrary="2"
 
217
                                EnableFunctionLevelLinking="true"
 
218
                                RuntimeTypeInfo="false"
 
219
                                UsePrecompiledHeader="0"
 
220
                                WarningLevel="3"
 
221
                                Detect64BitPortabilityProblems="true"
 
222
                                DebugInformationFormat="3"
 
223
                        />
 
224
                        <Tool
 
225
                                Name="VCManagedResourceCompilerTool"
 
226
                        />
 
227
                        <Tool
 
228
                                Name="VCResourceCompilerTool"
 
229
                        />
 
230
                        <Tool
 
231
                                Name="VCPreLinkEventTool"
 
232
                        />
 
233
                        <Tool
 
234
                                Name="VCLinkerTool"
 
235
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib Xalan-C_1.lib"
 
236
                                OutputFile="$(OutDir)/siginf.exe"
 
237
                                LinkIncremental="1"
 
238
                                GenerateDebugInformation="true"
 
239
                                SubSystem="1"
 
240
                                OptimizeReferences="2"
 
241
                                EnableCOMDATFolding="2"
 
242
                                RandomizedBaseAddress="1"
 
243
                                DataExecutionPrevention="0"
 
244
                                TargetMachine="1"
 
245
                        />
 
246
                        <Tool
 
247
                                Name="VCALinkTool"
 
248
                        />
 
249
                        <Tool
 
250
                                Name="VCManifestTool"
 
251
                        />
 
252
                        <Tool
 
253
                                Name="VCXDCMakeTool"
 
254
                        />
 
255
                        <Tool
 
256
                                Name="VCBscMakeTool"
 
257
                        />
 
258
                        <Tool
 
259
                                Name="VCFxCopTool"
 
260
                        />
 
261
                        <Tool
 
262
                                Name="VCAppVerifierTool"
 
263
                        />
 
264
                        <Tool
 
265
                                Name="VCPostBuildEventTool"
 
266
                        />
 
267
                </Configuration>
 
268
                <Configuration
 
269
                        Name="Release|x64"
 
270
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)&quot;"
 
271
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)/obj&quot;"
 
272
                        ConfigurationType="1"
 
273
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
274
                        CharacterSet="2"
 
275
                        >
 
276
                        <Tool
 
277
                                Name="VCPreBuildEventTool"
 
278
                        />
 
279
                        <Tool
 
280
                                Name="VCCustomBuildTool"
 
281
                        />
 
282
                        <Tool
 
283
                                Name="VCXMLDataGeneratorTool"
 
284
                        />
 
285
                        <Tool
 
286
                                Name="VCWebServiceProxyGeneratorTool"
 
287
                        />
 
288
                        <Tool
 
289
                                Name="VCMIDLTool"
 
290
                                TargetEnvironment="3"
 
291
                        />
 
292
                        <Tool
 
293
                                Name="VCCLCompilerTool"
 
294
                                Optimization="2"
 
295
                                InlineFunctionExpansion="1"
 
296
                                OmitFramePointers="true"
 
297
                                AdditionalIncludeDirectories="../../../../include"
 
298
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
299
                                StringPooling="true"
 
300
                                RuntimeLibrary="2"
 
301
                                EnableFunctionLevelLinking="true"
 
302
                                RuntimeTypeInfo="false"
 
303
                                UsePrecompiledHeader="0"
 
304
                                WarningLevel="3"
 
305
                                Detect64BitPortabilityProblems="true"
 
306
                                DebugInformationFormat="3"
 
307
                        />
 
308
                        <Tool
 
309
                                Name="VCManagedResourceCompilerTool"
 
310
                        />
 
311
                        <Tool
 
312
                                Name="VCResourceCompilerTool"
 
313
                        />
 
314
                        <Tool
 
315
                                Name="VCPreLinkEventTool"
 
316
                        />
 
317
                        <Tool
 
318
                                Name="VCLinkerTool"
 
319
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib Xalan-C_1.lib"
 
320
                                OutputFile="$(OutDir)/siginf.exe"
 
321
                                LinkIncremental="1"
 
322
                                GenerateDebugInformation="true"
 
323
                                SubSystem="1"
 
324
                                OptimizeReferences="2"
 
325
                                EnableCOMDATFolding="2"
 
326
                                RandomizedBaseAddress="1"
 
327
                                DataExecutionPrevention="0"
 
328
                                TargetMachine="17"
 
329
                        />
 
330
                        <Tool
 
331
                                Name="VCALinkTool"
 
332
                        />
 
333
                        <Tool
 
334
                                Name="VCManifestTool"
 
335
                        />
 
336
                        <Tool
 
337
                                Name="VCXDCMakeTool"
 
338
                        />
 
339
                        <Tool
 
340
                                Name="VCBscMakeTool"
 
341
                        />
 
342
                        <Tool
 
343
                                Name="VCFxCopTool"
 
344
                        />
 
345
                        <Tool
 
346
                                Name="VCAppVerifierTool"
 
347
                        />
 
348
                        <Tool
 
349
                                Name="VCPostBuildEventTool"
 
350
                        />
 
351
                </Configuration>
 
352
                <Configuration
 
353
                        Name="Debug No Xalan|Win32"
 
354
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)&quot;"
 
355
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)/obj&quot;"
 
356
                        ConfigurationType="1"
 
357
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
358
                        UseOfMFC="0"
 
359
                        CharacterSet="2"
 
360
                        >
 
361
                        <Tool
 
362
                                Name="VCPreBuildEventTool"
 
363
                        />
 
364
                        <Tool
 
365
                                Name="VCCustomBuildTool"
 
366
                        />
 
367
                        <Tool
 
368
                                Name="VCXMLDataGeneratorTool"
 
369
                        />
 
370
                        <Tool
 
371
                                Name="VCWebServiceProxyGeneratorTool"
 
372
                        />
 
373
                        <Tool
 
374
                                Name="VCMIDLTool"
 
375
                        />
 
376
                        <Tool
 
377
                                Name="VCCLCompilerTool"
 
378
                                Optimization="0"
 
379
                                AdditionalIncludeDirectories="../../../../include"
 
380
                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_XSEC_DO_MEMDEBUG;WIN32;_DEBUG;_CONSOLE"
 
381
                                MinimalRebuild="true"
 
382
                                BasicRuntimeChecks="3"
 
383
                                RuntimeLibrary="3"
 
384
                                RuntimeTypeInfo="false"
 
385
                                UsePrecompiledHeader="0"
 
386
                                WarningLevel="3"
 
387
                                Detect64BitPortabilityProblems="true"
 
388
                                DebugInformationFormat="4"
 
389
                        />
 
390
                        <Tool
 
391
                                Name="VCManagedResourceCompilerTool"
 
392
                        />
 
393
                        <Tool
 
394
                                Name="VCResourceCompilerTool"
 
395
                        />
 
396
                        <Tool
 
397
                                Name="VCPreLinkEventTool"
 
398
                        />
 
399
                        <Tool
 
400
                                Name="VCLinkerTool"
 
401
                                AdditionalDependencies="xerces-c_3D.lib crypt32.lib libeay32D.lib"
 
402
                                OutputFile="$(OutDir)/siginf.exe"
 
403
                                LinkIncremental="2"
 
404
                                GenerateDebugInformation="true"
 
405
                                ProgramDatabaseFile="$(OutDir)/siginf.pdb"
 
406
                                SubSystem="1"
 
407
                                RandomizedBaseAddress="1"
 
408
                                DataExecutionPrevention="0"
 
409
                                TargetMachine="1"
 
410
                        />
 
411
                        <Tool
 
412
                                Name="VCALinkTool"
 
413
                        />
 
414
                        <Tool
 
415
                                Name="VCManifestTool"
 
416
                        />
 
417
                        <Tool
 
418
                                Name="VCXDCMakeTool"
 
419
                        />
 
420
                        <Tool
 
421
                                Name="VCBscMakeTool"
 
422
                        />
 
423
                        <Tool
 
424
                                Name="VCFxCopTool"
 
425
                        />
 
426
                        <Tool
 
427
                                Name="VCAppVerifierTool"
 
428
                        />
 
429
                        <Tool
 
430
                                Name="VCPostBuildEventTool"
 
431
                        />
 
432
                </Configuration>
 
433
                <Configuration
 
434
                        Name="Debug No Xalan|x64"
 
435
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)&quot;"
 
436
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)/obj&quot;"
 
437
                        ConfigurationType="1"
 
438
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
439
                        UseOfMFC="0"
 
440
                        CharacterSet="2"
 
441
                        >
 
442
                        <Tool
 
443
                                Name="VCPreBuildEventTool"
 
444
                        />
 
445
                        <Tool
 
446
                                Name="VCCustomBuildTool"
 
447
                        />
 
448
                        <Tool
 
449
                                Name="VCXMLDataGeneratorTool"
 
450
                        />
 
451
                        <Tool
 
452
                                Name="VCWebServiceProxyGeneratorTool"
 
453
                        />
 
454
                        <Tool
 
455
                                Name="VCMIDLTool"
 
456
                                TargetEnvironment="3"
 
457
                        />
 
458
                        <Tool
 
459
                                Name="VCCLCompilerTool"
 
460
                                Optimization="0"
 
461
                                AdditionalIncludeDirectories="../../../../include"
 
462
                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_XSEC_DO_MEMDEBUG;WIN32;_DEBUG;_CONSOLE"
 
463
                                MinimalRebuild="true"
 
464
                                BasicRuntimeChecks="3"
 
465
                                RuntimeLibrary="3"
 
466
                                RuntimeTypeInfo="false"
 
467
                                UsePrecompiledHeader="0"
 
468
                                WarningLevel="3"
 
469
                                Detect64BitPortabilityProblems="true"
 
470
                                DebugInformationFormat="3"
 
471
                        />
 
472
                        <Tool
 
473
                                Name="VCManagedResourceCompilerTool"
 
474
                        />
 
475
                        <Tool
 
476
                                Name="VCResourceCompilerTool"
 
477
                        />
 
478
                        <Tool
 
479
                                Name="VCPreLinkEventTool"
 
480
                        />
 
481
                        <Tool
 
482
                                Name="VCLinkerTool"
 
483
                                AdditionalDependencies="xerces-c_3D.lib crypt32.lib libeay32D.lib"
 
484
                                OutputFile="$(OutDir)/siginf.exe"
 
485
                                LinkIncremental="2"
 
486
                                GenerateDebugInformation="true"
 
487
                                ProgramDatabaseFile="$(OutDir)/siginf.pdb"
 
488
                                SubSystem="1"
 
489
                                RandomizedBaseAddress="1"
 
490
                                DataExecutionPrevention="0"
 
491
                                TargetMachine="17"
 
492
                        />
 
493
                        <Tool
 
494
                                Name="VCALinkTool"
 
495
                        />
 
496
                        <Tool
 
497
                                Name="VCManifestTool"
 
498
                        />
 
499
                        <Tool
 
500
                                Name="VCXDCMakeTool"
 
501
                        />
 
502
                        <Tool
 
503
                                Name="VCBscMakeTool"
 
504
                        />
 
505
                        <Tool
 
506
                                Name="VCFxCopTool"
 
507
                        />
 
508
                        <Tool
 
509
                                Name="VCAppVerifierTool"
 
510
                        />
 
511
                        <Tool
 
512
                                Name="VCPostBuildEventTool"
 
513
                        />
 
514
                </Configuration>
 
515
                <Configuration
 
516
                        Name="Release No Xalan|Win32"
 
517
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)&quot;"
 
518
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)/obj&quot;"
 
519
                        ConfigurationType="1"
 
520
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
521
                        CharacterSet="2"
 
522
                        >
 
523
                        <Tool
 
524
                                Name="VCPreBuildEventTool"
 
525
                        />
 
526
                        <Tool
 
527
                                Name="VCCustomBuildTool"
 
528
                        />
 
529
                        <Tool
 
530
                                Name="VCXMLDataGeneratorTool"
 
531
                        />
 
532
                        <Tool
 
533
                                Name="VCWebServiceProxyGeneratorTool"
 
534
                        />
 
535
                        <Tool
 
536
                                Name="VCMIDLTool"
 
537
                        />
 
538
                        <Tool
 
539
                                Name="VCCLCompilerTool"
 
540
                                Optimization="2"
 
541
                                InlineFunctionExpansion="1"
 
542
                                OmitFramePointers="true"
 
543
                                AdditionalIncludeDirectories="../../../../include"
 
544
                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE"
 
545
                                StringPooling="true"
 
546
                                RuntimeLibrary="2"
 
547
                                EnableFunctionLevelLinking="true"
 
548
                                RuntimeTypeInfo="false"
 
549
                                UsePrecompiledHeader="0"
 
550
                                WarningLevel="3"
 
551
                                Detect64BitPortabilityProblems="true"
 
552
                                DebugInformationFormat="3"
 
553
                        />
 
554
                        <Tool
 
555
                                Name="VCManagedResourceCompilerTool"
 
556
                        />
 
557
                        <Tool
 
558
                                Name="VCResourceCompilerTool"
 
559
                        />
 
560
                        <Tool
 
561
                                Name="VCPreLinkEventTool"
 
562
                        />
 
563
                        <Tool
 
564
                                Name="VCLinkerTool"
 
565
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib"
 
566
                                OutputFile="$(OutDir)/siginf.exe"
 
567
                                LinkIncremental="1"
 
568
                                GenerateDebugInformation="true"
 
569
                                SubSystem="1"
 
570
                                OptimizeReferences="2"
 
571
                                EnableCOMDATFolding="2"
 
572
                                RandomizedBaseAddress="1"
 
573
                                DataExecutionPrevention="0"
 
574
                                TargetMachine="1"
 
575
                        />
 
576
                        <Tool
 
577
                                Name="VCALinkTool"
 
578
                        />
 
579
                        <Tool
 
580
                                Name="VCManifestTool"
 
581
                        />
 
582
                        <Tool
 
583
                                Name="VCXDCMakeTool"
 
584
                        />
 
585
                        <Tool
 
586
                                Name="VCBscMakeTool"
 
587
                        />
 
588
                        <Tool
 
589
                                Name="VCFxCopTool"
 
590
                        />
 
591
                        <Tool
 
592
                                Name="VCAppVerifierTool"
 
593
                        />
 
594
                        <Tool
 
595
                                Name="VCPostBuildEventTool"
 
596
                        />
 
597
                </Configuration>
 
598
                <Configuration
 
599
                        Name="Release No Xalan|x64"
 
600
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)&quot;"
 
601
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC9/$(ConfigurationName)/obj&quot;"
 
602
                        ConfigurationType="1"
 
603
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
604
                        CharacterSet="2"
 
605
                        >
 
606
                        <Tool
 
607
                                Name="VCPreBuildEventTool"
 
608
                        />
 
609
                        <Tool
 
610
                                Name="VCCustomBuildTool"
 
611
                        />
 
612
                        <Tool
 
613
                                Name="VCXMLDataGeneratorTool"
 
614
                        />
 
615
                        <Tool
 
616
                                Name="VCWebServiceProxyGeneratorTool"
 
617
                        />
 
618
                        <Tool
 
619
                                Name="VCMIDLTool"
 
620
                                TargetEnvironment="3"
 
621
                        />
 
622
                        <Tool
 
623
                                Name="VCCLCompilerTool"
 
624
                                Optimization="2"
 
625
                                InlineFunctionExpansion="1"
 
626
                                OmitFramePointers="true"
 
627
                                AdditionalIncludeDirectories="../../../../include"
 
628
                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE"
 
629
                                StringPooling="true"
 
630
                                RuntimeLibrary="2"
 
631
                                EnableFunctionLevelLinking="true"
 
632
                                RuntimeTypeInfo="false"
 
633
                                UsePrecompiledHeader="0"
 
634
                                WarningLevel="3"
 
635
                                Detect64BitPortabilityProblems="true"
 
636
                                DebugInformationFormat="3"
 
637
                        />
 
638
                        <Tool
 
639
                                Name="VCManagedResourceCompilerTool"
 
640
                        />
 
641
                        <Tool
 
642
                                Name="VCResourceCompilerTool"
 
643
                        />
 
644
                        <Tool
 
645
                                Name="VCPreLinkEventTool"
 
646
                        />
 
647
                        <Tool
 
648
                                Name="VCLinkerTool"
 
649
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib"
 
650
                                OutputFile="$(OutDir)/siginf.exe"
 
651
                                LinkIncremental="1"
 
652
                                GenerateDebugInformation="true"
 
653
                                SubSystem="1"
 
654
                                OptimizeReferences="2"
 
655
                                EnableCOMDATFolding="2"
 
656
                                RandomizedBaseAddress="1"
 
657
                                DataExecutionPrevention="0"
 
658
                                TargetMachine="17"
 
659
                        />
 
660
                        <Tool
 
661
                                Name="VCALinkTool"
 
662
                        />
 
663
                        <Tool
 
664
                                Name="VCManifestTool"
 
665
                        />
 
666
                        <Tool
 
667
                                Name="VCXDCMakeTool"
 
668
                        />
 
669
                        <Tool
 
670
                                Name="VCBscMakeTool"
 
671
                        />
 
672
                        <Tool
 
673
                                Name="VCFxCopTool"
 
674
                        />
 
675
                        <Tool
 
676
                                Name="VCAppVerifierTool"
 
677
                        />
 
678
                        <Tool
 
679
                                Name="VCPostBuildEventTool"
 
680
                        />
 
681
                </Configuration>
 
682
        </Configurations>
 
683
        <References>
 
684
        </References>
 
685
        <Files>
 
686
                <Filter
 
687
                        Name="Source Files"
 
688
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
 
689
                        >
 
690
                        <File
 
691
                                RelativePath="..\..\..\..\src\tools\siginf\siginf.cpp"
 
692
                                >
 
693
                        </File>
 
694
                </Filter>
 
695
                <Filter
 
696
                        Name="Header Files"
 
697
                        Filter="h;hpp;hxx;hm;inl;inc"
 
698
                        >
 
699
                </Filter>
 
700
                <Filter
 
701
                        Name="Resource Files"
 
702
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
703
                        >
 
704
                </Filter>
 
705
        </Files>
 
706
        <Globals>
 
707
        </Globals>
 
708
</VisualStudioProject>