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

« back to all changes in this revision

Viewing changes to Projects/VC8.0/xsec/txfmout/txfmout.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:
11
11
                <Platform
12
12
                        Name="Win32"
13
13
                />
 
14
                <Platform
 
15
                        Name="x64"
 
16
                />
14
17
        </Platforms>
15
18
        <ToolFiles>
16
19
        </ToolFiles>
17
20
        <Configurations>
18
21
                <Configuration
19
22
                        Name="Debug|Win32"
20
 
                        OutputDirectory="../../../../Build/Win32/VC8/Debug"
21
 
                        IntermediateDirectory="../../../../Build/Win32/VC8/Debug/obj"
 
23
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)&quot;"
 
24
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)/obj&quot;"
22
25
                        ConfigurationType="1"
23
26
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
24
27
                        UseOfMFC="0"
64
67
                        />
65
68
                        <Tool
66
69
                                Name="VCLinkerTool"
67
 
                                AdditionalDependencies="xerces-c_2D.lib Xalan-C_1D.lib crypt32.lib libeay32.lib"
 
70
                                AdditionalDependencies="xerces-c_3D.lib Xalan-C_1D.lib crypt32.lib libeay32.lib"
68
71
                                OutputFile="$(OutDir)/txfmout.exe"
69
72
                                LinkIncremental="2"
70
73
                                GenerateDebugInformation="true"
98
101
                        />
99
102
                </Configuration>
100
103
                <Configuration
 
104
                        Name="Debug|x64"
 
105
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)&quot;"
 
106
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(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)/txfmout.exe"
 
155
                                LinkIncremental="2"
 
156
                                GenerateDebugInformation="true"
 
157
                                ProgramDatabaseFile="$(OutDir)/txfmout.pdb"
 
158
                                SubSystem="1"
 
159
                                TargetMachine="17"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCALinkTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCManifestTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCXDCMakeTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCBscMakeTool"
 
172
                        />
 
173
                        <Tool
 
174
                                Name="VCFxCopTool"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCAppVerifierTool"
 
178
                        />
 
179
                        <Tool
 
180
                                Name="VCWebDeploymentTool"
 
181
                        />
 
182
                        <Tool
 
183
                                Name="VCPostBuildEventTool"
 
184
                        />
 
185
                </Configuration>
 
186
                <Configuration
101
187
                        Name="Release|Win32"
102
 
                        OutputDirectory="../../../../Build/Win32/VC8/Release"
103
 
                        IntermediateDirectory="../../../../Build/Win32/VC8/Release/obj"
 
188
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)&quot;"
 
189
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)/obj&quot;"
104
190
                        ConfigurationType="1"
105
191
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
106
192
                        CharacterSet="2"
147
233
                        />
148
234
                        <Tool
149
235
                                Name="VCLinkerTool"
150
 
                                AdditionalDependencies="xerces-c_2.lib crypt32.lib libeay32.lib Xalan-C_1.lib"
 
236
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib Xalan-C_1.lib"
151
237
                                OutputFile="$(OutDir)/txfmout.exe"
152
238
                                LinkIncremental="1"
153
239
                                GenerateDebugInformation="true"
182
268
                        />
183
269
                </Configuration>
184
270
                <Configuration
 
271
                        Name="Release|x64"
 
272
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)&quot;"
 
273
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)/obj&quot;"
 
274
                        ConfigurationType="1"
 
275
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
276
                        CharacterSet="2"
 
277
                        >
 
278
                        <Tool
 
279
                                Name="VCPreBuildEventTool"
 
280
                        />
 
281
                        <Tool
 
282
                                Name="VCCustomBuildTool"
 
283
                        />
 
284
                        <Tool
 
285
                                Name="VCXMLDataGeneratorTool"
 
286
                        />
 
287
                        <Tool
 
288
                                Name="VCWebServiceProxyGeneratorTool"
 
289
                        />
 
290
                        <Tool
 
291
                                Name="VCMIDLTool"
 
292
                                TargetEnvironment="3"
 
293
                        />
 
294
                        <Tool
 
295
                                Name="VCCLCompilerTool"
 
296
                                Optimization="2"
 
297
                                InlineFunctionExpansion="1"
 
298
                                OmitFramePointers="true"
 
299
                                AdditionalIncludeDirectories="../../../../include"
 
300
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
301
                                StringPooling="true"
 
302
                                RuntimeLibrary="2"
 
303
                                EnableFunctionLevelLinking="true"
 
304
                                RuntimeTypeInfo="false"
 
305
                                UsePrecompiledHeader="0"
 
306
                                WarningLevel="3"
 
307
                                Detect64BitPortabilityProblems="true"
 
308
                                DebugInformationFormat="3"
 
309
                        />
 
310
                        <Tool
 
311
                                Name="VCManagedResourceCompilerTool"
 
312
                        />
 
313
                        <Tool
 
314
                                Name="VCResourceCompilerTool"
 
315
                        />
 
316
                        <Tool
 
317
                                Name="VCPreLinkEventTool"
 
318
                        />
 
319
                        <Tool
 
320
                                Name="VCLinkerTool"
 
321
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib Xalan-C_1.lib"
 
322
                                OutputFile="$(OutDir)/txfmout.exe"
 
323
                                LinkIncremental="1"
 
324
                                GenerateDebugInformation="true"
 
325
                                SubSystem="1"
 
326
                                OptimizeReferences="2"
 
327
                                EnableCOMDATFolding="2"
 
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="VCWebDeploymentTool"
 
350
                        />
 
351
                        <Tool
 
352
                                Name="VCPostBuildEventTool"
 
353
                        />
 
354
                </Configuration>
 
355
                <Configuration
185
356
                        Name="Debug No Xalan|Win32"
186
 
                        OutputDirectory="../../../../Build/Win32/VC8/Debug"
187
 
                        IntermediateDirectory="../../../../Build/Win32/VC8/Debug/obj"
 
357
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)&quot;"
 
358
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)/obj&quot;"
188
359
                        ConfigurationType="1"
189
360
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
190
361
                        UseOfMFC="0"
230
401
                        />
231
402
                        <Tool
232
403
                                Name="VCLinkerTool"
233
 
                                AdditionalDependencies="xerces-c_2D.lib crypt32.lib libeay32.lib"
 
404
                                AdditionalDependencies="xerces-c_3D.lib crypt32.lib libeay32D.lib"
234
405
                                OutputFile="$(OutDir)/txfmout.exe"
235
406
                                LinkIncremental="2"
236
407
                                GenerateDebugInformation="true"
264
435
                        />
265
436
                </Configuration>
266
437
                <Configuration
 
438
                        Name="Debug No Xalan|x64"
 
439
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)&quot;"
 
440
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)/obj&quot;"
 
441
                        ConfigurationType="1"
 
442
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
443
                        UseOfMFC="0"
 
444
                        CharacterSet="2"
 
445
                        >
 
446
                        <Tool
 
447
                                Name="VCPreBuildEventTool"
 
448
                        />
 
449
                        <Tool
 
450
                                Name="VCCustomBuildTool"
 
451
                        />
 
452
                        <Tool
 
453
                                Name="VCXMLDataGeneratorTool"
 
454
                        />
 
455
                        <Tool
 
456
                                Name="VCWebServiceProxyGeneratorTool"
 
457
                        />
 
458
                        <Tool
 
459
                                Name="VCMIDLTool"
 
460
                                TargetEnvironment="3"
 
461
                        />
 
462
                        <Tool
 
463
                                Name="VCCLCompilerTool"
 
464
                                Optimization="0"
 
465
                                AdditionalIncludeDirectories="../../../../include"
 
466
                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_XSEC_DO_MEMDEBUG;WIN32;_DEBUG;_CONSOLE"
 
467
                                MinimalRebuild="true"
 
468
                                BasicRuntimeChecks="3"
 
469
                                RuntimeLibrary="3"
 
470
                                RuntimeTypeInfo="false"
 
471
                                UsePrecompiledHeader="0"
 
472
                                WarningLevel="3"
 
473
                                Detect64BitPortabilityProblems="true"
 
474
                                DebugInformationFormat="3"
 
475
                        />
 
476
                        <Tool
 
477
                                Name="VCManagedResourceCompilerTool"
 
478
                        />
 
479
                        <Tool
 
480
                                Name="VCResourceCompilerTool"
 
481
                        />
 
482
                        <Tool
 
483
                                Name="VCPreLinkEventTool"
 
484
                        />
 
485
                        <Tool
 
486
                                Name="VCLinkerTool"
 
487
                                AdditionalDependencies="xerces-c_3D.lib crypt32.lib libeay32D.lib"
 
488
                                OutputFile="$(OutDir)/txfmout.exe"
 
489
                                LinkIncremental="2"
 
490
                                GenerateDebugInformation="true"
 
491
                                ProgramDatabaseFile="$(OutDir)/txfmout.pdb"
 
492
                                SubSystem="1"
 
493
                                TargetMachine="17"
 
494
                        />
 
495
                        <Tool
 
496
                                Name="VCALinkTool"
 
497
                        />
 
498
                        <Tool
 
499
                                Name="VCManifestTool"
 
500
                        />
 
501
                        <Tool
 
502
                                Name="VCXDCMakeTool"
 
503
                        />
 
504
                        <Tool
 
505
                                Name="VCBscMakeTool"
 
506
                        />
 
507
                        <Tool
 
508
                                Name="VCFxCopTool"
 
509
                        />
 
510
                        <Tool
 
511
                                Name="VCAppVerifierTool"
 
512
                        />
 
513
                        <Tool
 
514
                                Name="VCWebDeploymentTool"
 
515
                        />
 
516
                        <Tool
 
517
                                Name="VCPostBuildEventTool"
 
518
                        />
 
519
                </Configuration>
 
520
                <Configuration
267
521
                        Name="Release No Xalan|Win32"
268
 
                        OutputDirectory="../../../../Build/Win32/VC8/Release"
269
 
                        IntermediateDirectory="../../../../Build/Win32/VC8/Release/obj"
 
522
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)&quot;"
 
523
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)/obj&quot;"
270
524
                        ConfigurationType="1"
271
525
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
272
526
                        CharacterSet="2"
313
567
                        />
314
568
                        <Tool
315
569
                                Name="VCLinkerTool"
316
 
                                AdditionalDependencies="xerces-c_2.lib crypt32.lib libeay32.lib"
 
570
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib"
317
571
                                OutputFile="$(OutDir)/txfmout.exe"
318
572
                                LinkIncremental="1"
319
573
                                GenerateDebugInformation="true"
347
601
                                Name="VCPostBuildEventTool"
348
602
                        />
349
603
                </Configuration>
 
604
                <Configuration
 
605
                        Name="Release No Xalan|x64"
 
606
                        OutputDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)&quot;"
 
607
                        IntermediateDirectory="&quot;../../../../Build/$(PlatformName)/VC8/$(ConfigurationName)/obj&quot;"
 
608
                        ConfigurationType="1"
 
609
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
610
                        CharacterSet="2"
 
611
                        >
 
612
                        <Tool
 
613
                                Name="VCPreBuildEventTool"
 
614
                        />
 
615
                        <Tool
 
616
                                Name="VCCustomBuildTool"
 
617
                        />
 
618
                        <Tool
 
619
                                Name="VCXMLDataGeneratorTool"
 
620
                        />
 
621
                        <Tool
 
622
                                Name="VCWebServiceProxyGeneratorTool"
 
623
                        />
 
624
                        <Tool
 
625
                                Name="VCMIDLTool"
 
626
                                TargetEnvironment="3"
 
627
                        />
 
628
                        <Tool
 
629
                                Name="VCCLCompilerTool"
 
630
                                Optimization="2"
 
631
                                InlineFunctionExpansion="1"
 
632
                                OmitFramePointers="true"
 
633
                                AdditionalIncludeDirectories="../../../../include"
 
634
                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE"
 
635
                                StringPooling="true"
 
636
                                RuntimeLibrary="2"
 
637
                                EnableFunctionLevelLinking="true"
 
638
                                RuntimeTypeInfo="false"
 
639
                                UsePrecompiledHeader="0"
 
640
                                WarningLevel="3"
 
641
                                Detect64BitPortabilityProblems="true"
 
642
                                DebugInformationFormat="3"
 
643
                        />
 
644
                        <Tool
 
645
                                Name="VCManagedResourceCompilerTool"
 
646
                        />
 
647
                        <Tool
 
648
                                Name="VCResourceCompilerTool"
 
649
                        />
 
650
                        <Tool
 
651
                                Name="VCPreLinkEventTool"
 
652
                        />
 
653
                        <Tool
 
654
                                Name="VCLinkerTool"
 
655
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib"
 
656
                                OutputFile="$(OutDir)/txfmout.exe"
 
657
                                LinkIncremental="1"
 
658
                                GenerateDebugInformation="true"
 
659
                                SubSystem="1"
 
660
                                OptimizeReferences="2"
 
661
                                EnableCOMDATFolding="2"
 
662
                                TargetMachine="17"
 
663
                        />
 
664
                        <Tool
 
665
                                Name="VCALinkTool"
 
666
                        />
 
667
                        <Tool
 
668
                                Name="VCManifestTool"
 
669
                        />
 
670
                        <Tool
 
671
                                Name="VCXDCMakeTool"
 
672
                        />
 
673
                        <Tool
 
674
                                Name="VCBscMakeTool"
 
675
                        />
 
676
                        <Tool
 
677
                                Name="VCFxCopTool"
 
678
                        />
 
679
                        <Tool
 
680
                                Name="VCAppVerifierTool"
 
681
                        />
 
682
                        <Tool
 
683
                                Name="VCWebDeploymentTool"
 
684
                        />
 
685
                        <Tool
 
686
                                Name="VCPostBuildEventTool"
 
687
                        />
 
688
                </Configuration>
350
689
        </Configurations>
351
690
        <References>
352
691
        </References>