~ubuntu-branches/ubuntu/wily/opencollada/wily-proposed

« back to all changes in this revision

Viewing changes to GeneratedSaxParser/scripts/GeneratedSaxParser.vcproj

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

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="GeneratedSaxParser"
 
6
        ProjectGUID="{0B6C3FEA-0065-44D2-A69A-28F810A4F2AF}"
 
7
        RootNamespace="GeneratedSaxParser"
 
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_LibXML|Win32"
 
24
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
25
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
26
                        ConfigurationType="4"
 
27
                        CharacterSet="1"
 
28
                        >
 
29
                        <Tool
 
30
                                Name="VCPreBuildEventTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCCustomBuildTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCXMLDataGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCWebServiceProxyGeneratorTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCMIDLTool"
 
43
                        />
 
44
                        <Tool
 
45
                                Name="VCCLCompilerTool"
 
46
                                Optimization="0"
 
47
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
48
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
49
                                MinimalRebuild="true"
 
50
                                BasicRuntimeChecks="3"
 
51
                                RuntimeLibrary="3"
 
52
                                RuntimeTypeInfo="false"
 
53
                                UsePrecompiledHeader="0"
 
54
                                WarningLevel="3"
 
55
                                Detect64BitPortabilityProblems="false"
 
56
                                DebugInformationFormat="4"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCManagedResourceCompilerTool"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCResourceCompilerTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCPreLinkEventTool"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCLibrarianTool"
 
69
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
70
                        />
 
71
                        <Tool
 
72
                                Name="VCALinkTool"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCXDCMakeTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCBscMakeTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCFxCopTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCPostBuildEventTool"
 
85
                        />
 
86
                </Configuration>
 
87
                <Configuration
 
88
                        Name="Debug_LibXML|x64"
 
89
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
90
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
91
                        ConfigurationType="4"
 
92
                        CharacterSet="1"
 
93
                        >
 
94
                        <Tool
 
95
                                Name="VCPreBuildEventTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCCustomBuildTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCXMLDataGeneratorTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCWebServiceProxyGeneratorTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCMIDLTool"
 
108
                                TargetEnvironment="3"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCCLCompilerTool"
 
112
                                Optimization="0"
 
113
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
114
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
115
                                MinimalRebuild="true"
 
116
                                BasicRuntimeChecks="3"
 
117
                                RuntimeLibrary="3"
 
118
                                RuntimeTypeInfo="false"
 
119
                                UsePrecompiledHeader="0"
 
120
                                WarningLevel="3"
 
121
                                Detect64BitPortabilityProblems="false"
 
122
                                DebugInformationFormat="3"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCManagedResourceCompilerTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCResourceCompilerTool"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCPreLinkEventTool"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCLibrarianTool"
 
135
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCALinkTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCXDCMakeTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCBscMakeTool"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCFxCopTool"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCPostBuildEventTool"
 
151
                        />
 
152
                </Configuration>
 
153
                <Configuration
 
154
                        Name="Release_LibXML|Win32"
 
155
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
156
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
157
                        ConfigurationType="4"
 
158
                        CharacterSet="1"
 
159
                        WholeProgramOptimization="1"
 
160
                        >
 
161
                        <Tool
 
162
                                Name="VCPreBuildEventTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCCustomBuildTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCXMLDataGeneratorTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCWebServiceProxyGeneratorTool"
 
172
                        />
 
173
                        <Tool
 
174
                                Name="VCMIDLTool"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCCLCompilerTool"
 
178
                                Optimization="2"
 
179
                                WholeProgramOptimization="true"
 
180
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
181
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
182
                                RuntimeLibrary="2"
 
183
                                RuntimeTypeInfo="false"
 
184
                                UsePrecompiledHeader="0"
 
185
                                WarningLevel="3"
 
186
                                Detect64BitPortabilityProblems="false"
 
187
                                DebugInformationFormat="0"
 
188
                        />
 
189
                        <Tool
 
190
                                Name="VCManagedResourceCompilerTool"
 
191
                        />
 
192
                        <Tool
 
193
                                Name="VCResourceCompilerTool"
 
194
                        />
 
195
                        <Tool
 
196
                                Name="VCPreLinkEventTool"
 
197
                        />
 
198
                        <Tool
 
199
                                Name="VCLibrarianTool"
 
200
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
201
                        />
 
202
                        <Tool
 
203
                                Name="VCALinkTool"
 
204
                        />
 
205
                        <Tool
 
206
                                Name="VCXDCMakeTool"
 
207
                        />
 
208
                        <Tool
 
209
                                Name="VCBscMakeTool"
 
210
                        />
 
211
                        <Tool
 
212
                                Name="VCFxCopTool"
 
213
                        />
 
214
                        <Tool
 
215
                                Name="VCPostBuildEventTool"
 
216
                        />
 
217
                </Configuration>
 
218
                <Configuration
 
219
                        Name="Release_LibXML|x64"
 
220
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
221
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
222
                        ConfigurationType="4"
 
223
                        CharacterSet="1"
 
224
                        WholeProgramOptimization="1"
 
225
                        >
 
226
                        <Tool
 
227
                                Name="VCPreBuildEventTool"
 
228
                        />
 
229
                        <Tool
 
230
                                Name="VCCustomBuildTool"
 
231
                        />
 
232
                        <Tool
 
233
                                Name="VCXMLDataGeneratorTool"
 
234
                        />
 
235
                        <Tool
 
236
                                Name="VCWebServiceProxyGeneratorTool"
 
237
                        />
 
238
                        <Tool
 
239
                                Name="VCMIDLTool"
 
240
                                TargetEnvironment="3"
 
241
                        />
 
242
                        <Tool
 
243
                                Name="VCCLCompilerTool"
 
244
                                Optimization="2"
 
245
                                WholeProgramOptimization="true"
 
246
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
247
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
248
                                RuntimeLibrary="2"
 
249
                                RuntimeTypeInfo="false"
 
250
                                UsePrecompiledHeader="0"
 
251
                                WarningLevel="3"
 
252
                                Detect64BitPortabilityProblems="false"
 
253
                                DebugInformationFormat="3"
 
254
                        />
 
255
                        <Tool
 
256
                                Name="VCManagedResourceCompilerTool"
 
257
                        />
 
258
                        <Tool
 
259
                                Name="VCResourceCompilerTool"
 
260
                        />
 
261
                        <Tool
 
262
                                Name="VCPreLinkEventTool"
 
263
                        />
 
264
                        <Tool
 
265
                                Name="VCLibrarianTool"
 
266
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
267
                        />
 
268
                        <Tool
 
269
                                Name="VCALinkTool"
 
270
                        />
 
271
                        <Tool
 
272
                                Name="VCXDCMakeTool"
 
273
                        />
 
274
                        <Tool
 
275
                                Name="VCBscMakeTool"
 
276
                        />
 
277
                        <Tool
 
278
                                Name="VCFxCopTool"
 
279
                        />
 
280
                        <Tool
 
281
                                Name="VCPostBuildEventTool"
 
282
                        />
 
283
                </Configuration>
 
284
                <Configuration
 
285
                        Name="Debug_Expat|Win32"
 
286
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
287
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
288
                        ConfigurationType="4"
 
289
                        CharacterSet="1"
 
290
                        >
 
291
                        <Tool
 
292
                                Name="VCPreBuildEventTool"
 
293
                        />
 
294
                        <Tool
 
295
                                Name="VCCustomBuildTool"
 
296
                        />
 
297
                        <Tool
 
298
                                Name="VCXMLDataGeneratorTool"
 
299
                        />
 
300
                        <Tool
 
301
                                Name="VCWebServiceProxyGeneratorTool"
 
302
                        />
 
303
                        <Tool
 
304
                                Name="VCMIDLTool"
 
305
                        />
 
306
                        <Tool
 
307
                                Name="VCCLCompilerTool"
 
308
                                Optimization="0"
 
309
                                AdditionalIncludeDirectories="..\include;..\..\Externals\expat\lib;..\..\COLLADABaseUtils\include"
 
310
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
311
                                MinimalRebuild="true"
 
312
                                BasicRuntimeChecks="3"
 
313
                                RuntimeLibrary="3"
 
314
                                RuntimeTypeInfo="false"
 
315
                                UsePrecompiledHeader="0"
 
316
                                WarningLevel="3"
 
317
                                Detect64BitPortabilityProblems="false"
 
318
                                DebugInformationFormat="4"
 
319
                        />
 
320
                        <Tool
 
321
                                Name="VCManagedResourceCompilerTool"
 
322
                        />
 
323
                        <Tool
 
324
                                Name="VCResourceCompilerTool"
 
325
                        />
 
326
                        <Tool
 
327
                                Name="VCPreLinkEventTool"
 
328
                        />
 
329
                        <Tool
 
330
                                Name="VCLibrarianTool"
 
331
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
332
                        />
 
333
                        <Tool
 
334
                                Name="VCALinkTool"
 
335
                        />
 
336
                        <Tool
 
337
                                Name="VCXDCMakeTool"
 
338
                        />
 
339
                        <Tool
 
340
                                Name="VCBscMakeTool"
 
341
                        />
 
342
                        <Tool
 
343
                                Name="VCFxCopTool"
 
344
                        />
 
345
                        <Tool
 
346
                                Name="VCPostBuildEventTool"
 
347
                        />
 
348
                </Configuration>
 
349
                <Configuration
 
350
                        Name="Debug_Expat|x64"
 
351
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
352
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
353
                        ConfigurationType="4"
 
354
                        CharacterSet="1"
 
355
                        >
 
356
                        <Tool
 
357
                                Name="VCPreBuildEventTool"
 
358
                        />
 
359
                        <Tool
 
360
                                Name="VCCustomBuildTool"
 
361
                        />
 
362
                        <Tool
 
363
                                Name="VCXMLDataGeneratorTool"
 
364
                        />
 
365
                        <Tool
 
366
                                Name="VCWebServiceProxyGeneratorTool"
 
367
                        />
 
368
                        <Tool
 
369
                                Name="VCMIDLTool"
 
370
                                TargetEnvironment="3"
 
371
                        />
 
372
                        <Tool
 
373
                                Name="VCCLCompilerTool"
 
374
                                Optimization="0"
 
375
                                AdditionalIncludeDirectories="..\include;..\..\Externals\expat\lib;..\..\COLLADABaseUtils\include"
 
376
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
377
                                MinimalRebuild="true"
 
378
                                BasicRuntimeChecks="3"
 
379
                                RuntimeLibrary="3"
 
380
                                RuntimeTypeInfo="false"
 
381
                                UsePrecompiledHeader="0"
 
382
                                WarningLevel="3"
 
383
                                Detect64BitPortabilityProblems="false"
 
384
                                DebugInformationFormat="3"
 
385
                        />
 
386
                        <Tool
 
387
                                Name="VCManagedResourceCompilerTool"
 
388
                        />
 
389
                        <Tool
 
390
                                Name="VCResourceCompilerTool"
 
391
                        />
 
392
                        <Tool
 
393
                                Name="VCPreLinkEventTool"
 
394
                        />
 
395
                        <Tool
 
396
                                Name="VCLibrarianTool"
 
397
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
398
                        />
 
399
                        <Tool
 
400
                                Name="VCALinkTool"
 
401
                        />
 
402
                        <Tool
 
403
                                Name="VCXDCMakeTool"
 
404
                        />
 
405
                        <Tool
 
406
                                Name="VCBscMakeTool"
 
407
                        />
 
408
                        <Tool
 
409
                                Name="VCFxCopTool"
 
410
                        />
 
411
                        <Tool
 
412
                                Name="VCPostBuildEventTool"
 
413
                        />
 
414
                </Configuration>
 
415
                <Configuration
 
416
                        Name="Release_Expat|Win32"
 
417
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
418
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
419
                        ConfigurationType="4"
 
420
                        CharacterSet="1"
 
421
                        WholeProgramOptimization="1"
 
422
                        >
 
423
                        <Tool
 
424
                                Name="VCPreBuildEventTool"
 
425
                        />
 
426
                        <Tool
 
427
                                Name="VCCustomBuildTool"
 
428
                        />
 
429
                        <Tool
 
430
                                Name="VCXMLDataGeneratorTool"
 
431
                        />
 
432
                        <Tool
 
433
                                Name="VCWebServiceProxyGeneratorTool"
 
434
                        />
 
435
                        <Tool
 
436
                                Name="VCMIDLTool"
 
437
                        />
 
438
                        <Tool
 
439
                                Name="VCCLCompilerTool"
 
440
                                Optimization="2"
 
441
                                WholeProgramOptimization="true"
 
442
                                AdditionalIncludeDirectories="..\include;..\..\Externals\expat\lib;..\..\COLLADABaseUtils\include"
 
443
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
444
                                RuntimeLibrary="2"
 
445
                                RuntimeTypeInfo="false"
 
446
                                UsePrecompiledHeader="0"
 
447
                                WarningLevel="3"
 
448
                                Detect64BitPortabilityProblems="false"
 
449
                                DebugInformationFormat="0"
 
450
                        />
 
451
                        <Tool
 
452
                                Name="VCManagedResourceCompilerTool"
 
453
                        />
 
454
                        <Tool
 
455
                                Name="VCResourceCompilerTool"
 
456
                        />
 
457
                        <Tool
 
458
                                Name="VCPreLinkEventTool"
 
459
                        />
 
460
                        <Tool
 
461
                                Name="VCLibrarianTool"
 
462
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
463
                        />
 
464
                        <Tool
 
465
                                Name="VCALinkTool"
 
466
                        />
 
467
                        <Tool
 
468
                                Name="VCXDCMakeTool"
 
469
                        />
 
470
                        <Tool
 
471
                                Name="VCBscMakeTool"
 
472
                        />
 
473
                        <Tool
 
474
                                Name="VCFxCopTool"
 
475
                        />
 
476
                        <Tool
 
477
                                Name="VCPostBuildEventTool"
 
478
                        />
 
479
                </Configuration>
 
480
                <Configuration
 
481
                        Name="Release_Expat|x64"
 
482
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
483
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
484
                        ConfigurationType="4"
 
485
                        CharacterSet="1"
 
486
                        WholeProgramOptimization="1"
 
487
                        >
 
488
                        <Tool
 
489
                                Name="VCPreBuildEventTool"
 
490
                        />
 
491
                        <Tool
 
492
                                Name="VCCustomBuildTool"
 
493
                        />
 
494
                        <Tool
 
495
                                Name="VCXMLDataGeneratorTool"
 
496
                        />
 
497
                        <Tool
 
498
                                Name="VCWebServiceProxyGeneratorTool"
 
499
                        />
 
500
                        <Tool
 
501
                                Name="VCMIDLTool"
 
502
                                TargetEnvironment="3"
 
503
                        />
 
504
                        <Tool
 
505
                                Name="VCCLCompilerTool"
 
506
                                Optimization="2"
 
507
                                WholeProgramOptimization="true"
 
508
                                AdditionalIncludeDirectories="..\include;..\..\Externals\expat\lib;..\..\COLLADABaseUtils\include"
 
509
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
510
                                RuntimeLibrary="2"
 
511
                                RuntimeTypeInfo="false"
 
512
                                UsePrecompiledHeader="0"
 
513
                                WarningLevel="3"
 
514
                                Detect64BitPortabilityProblems="false"
 
515
                                DebugInformationFormat="3"
 
516
                        />
 
517
                        <Tool
 
518
                                Name="VCManagedResourceCompilerTool"
 
519
                        />
 
520
                        <Tool
 
521
                                Name="VCResourceCompilerTool"
 
522
                        />
 
523
                        <Tool
 
524
                                Name="VCPreLinkEventTool"
 
525
                        />
 
526
                        <Tool
 
527
                                Name="VCLibrarianTool"
 
528
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
529
                        />
 
530
                        <Tool
 
531
                                Name="VCALinkTool"
 
532
                        />
 
533
                        <Tool
 
534
                                Name="VCXDCMakeTool"
 
535
                        />
 
536
                        <Tool
 
537
                                Name="VCBscMakeTool"
 
538
                        />
 
539
                        <Tool
 
540
                                Name="VCFxCopTool"
 
541
                        />
 
542
                        <Tool
 
543
                                Name="VCPostBuildEventTool"
 
544
                        />
 
545
                </Configuration>
 
546
                <Configuration
 
547
                        Name="Release_LibXML_ProgDB|Win32"
 
548
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
549
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
550
                        ConfigurationType="4"
 
551
                        CharacterSet="1"
 
552
                        WholeProgramOptimization="1"
 
553
                        >
 
554
                        <Tool
 
555
                                Name="VCPreBuildEventTool"
 
556
                        />
 
557
                        <Tool
 
558
                                Name="VCCustomBuildTool"
 
559
                        />
 
560
                        <Tool
 
561
                                Name="VCXMLDataGeneratorTool"
 
562
                        />
 
563
                        <Tool
 
564
                                Name="VCWebServiceProxyGeneratorTool"
 
565
                        />
 
566
                        <Tool
 
567
                                Name="VCMIDLTool"
 
568
                        />
 
569
                        <Tool
 
570
                                Name="VCCLCompilerTool"
 
571
                                Optimization="2"
 
572
                                WholeProgramOptimization="true"
 
573
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
574
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
575
                                RuntimeLibrary="2"
 
576
                                RuntimeTypeInfo="false"
 
577
                                UsePrecompiledHeader="0"
 
578
                                WarningLevel="3"
 
579
                                Detect64BitPortabilityProblems="false"
 
580
                                DebugInformationFormat="3"
 
581
                        />
 
582
                        <Tool
 
583
                                Name="VCManagedResourceCompilerTool"
 
584
                        />
 
585
                        <Tool
 
586
                                Name="VCResourceCompilerTool"
 
587
                        />
 
588
                        <Tool
 
589
                                Name="VCPreLinkEventTool"
 
590
                        />
 
591
                        <Tool
 
592
                                Name="VCLibrarianTool"
 
593
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
594
                        />
 
595
                        <Tool
 
596
                                Name="VCALinkTool"
 
597
                        />
 
598
                        <Tool
 
599
                                Name="VCXDCMakeTool"
 
600
                        />
 
601
                        <Tool
 
602
                                Name="VCBscMakeTool"
 
603
                        />
 
604
                        <Tool
 
605
                                Name="VCFxCopTool"
 
606
                        />
 
607
                        <Tool
 
608
                                Name="VCPostBuildEventTool"
 
609
                        />
 
610
                </Configuration>
 
611
                <Configuration
 
612
                        Name="Release_LibXML_ProgDB|x64"
 
613
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
614
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
615
                        ConfigurationType="4"
 
616
                        CharacterSet="1"
 
617
                        WholeProgramOptimization="1"
 
618
                        >
 
619
                        <Tool
 
620
                                Name="VCPreBuildEventTool"
 
621
                        />
 
622
                        <Tool
 
623
                                Name="VCCustomBuildTool"
 
624
                        />
 
625
                        <Tool
 
626
                                Name="VCXMLDataGeneratorTool"
 
627
                        />
 
628
                        <Tool
 
629
                                Name="VCWebServiceProxyGeneratorTool"
 
630
                        />
 
631
                        <Tool
 
632
                                Name="VCMIDLTool"
 
633
                                TargetEnvironment="3"
 
634
                        />
 
635
                        <Tool
 
636
                                Name="VCCLCompilerTool"
 
637
                                Optimization="2"
 
638
                                WholeProgramOptimization="true"
 
639
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
640
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
641
                                RuntimeLibrary="2"
 
642
                                RuntimeTypeInfo="false"
 
643
                                UsePrecompiledHeader="0"
 
644
                                WarningLevel="3"
 
645
                                Detect64BitPortabilityProblems="false"
 
646
                                DebugInformationFormat="3"
 
647
                        />
 
648
                        <Tool
 
649
                                Name="VCManagedResourceCompilerTool"
 
650
                        />
 
651
                        <Tool
 
652
                                Name="VCResourceCompilerTool"
 
653
                        />
 
654
                        <Tool
 
655
                                Name="VCPreLinkEventTool"
 
656
                        />
 
657
                        <Tool
 
658
                                Name="VCLibrarianTool"
 
659
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
660
                        />
 
661
                        <Tool
 
662
                                Name="VCALinkTool"
 
663
                        />
 
664
                        <Tool
 
665
                                Name="VCXDCMakeTool"
 
666
                        />
 
667
                        <Tool
 
668
                                Name="VCBscMakeTool"
 
669
                        />
 
670
                        <Tool
 
671
                                Name="VCFxCopTool"
 
672
                        />
 
673
                        <Tool
 
674
                                Name="VCPostBuildEventTool"
 
675
                        />
 
676
                </Configuration>
 
677
                <Configuration
 
678
                        Name="Debug_Expat_static|Win32"
 
679
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
680
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
681
                        ConfigurationType="4"
 
682
                        CharacterSet="1"
 
683
                        >
 
684
                        <Tool
 
685
                                Name="VCPreBuildEventTool"
 
686
                        />
 
687
                        <Tool
 
688
                                Name="VCCustomBuildTool"
 
689
                        />
 
690
                        <Tool
 
691
                                Name="VCXMLDataGeneratorTool"
 
692
                        />
 
693
                        <Tool
 
694
                                Name="VCWebServiceProxyGeneratorTool"
 
695
                        />
 
696
                        <Tool
 
697
                                Name="VCMIDLTool"
 
698
                        />
 
699
                        <Tool
 
700
                                Name="VCCLCompilerTool"
 
701
                                Optimization="0"
 
702
                                AdditionalIncludeDirectories="..\include;..\..\Externals\expat\lib;..\..\COLLADABaseUtils\include"
 
703
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
704
                                MinimalRebuild="true"
 
705
                                BasicRuntimeChecks="3"
 
706
                                RuntimeLibrary="1"
 
707
                                RuntimeTypeInfo="false"
 
708
                                UsePrecompiledHeader="0"
 
709
                                WarningLevel="3"
 
710
                                Detect64BitPortabilityProblems="false"
 
711
                                DebugInformationFormat="4"
 
712
                        />
 
713
                        <Tool
 
714
                                Name="VCManagedResourceCompilerTool"
 
715
                        />
 
716
                        <Tool
 
717
                                Name="VCResourceCompilerTool"
 
718
                        />
 
719
                        <Tool
 
720
                                Name="VCPreLinkEventTool"
 
721
                        />
 
722
                        <Tool
 
723
                                Name="VCLibrarianTool"
 
724
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
725
                        />
 
726
                        <Tool
 
727
                                Name="VCALinkTool"
 
728
                        />
 
729
                        <Tool
 
730
                                Name="VCXDCMakeTool"
 
731
                        />
 
732
                        <Tool
 
733
                                Name="VCBscMakeTool"
 
734
                        />
 
735
                        <Tool
 
736
                                Name="VCFxCopTool"
 
737
                        />
 
738
                        <Tool
 
739
                                Name="VCPostBuildEventTool"
 
740
                        />
 
741
                </Configuration>
 
742
                <Configuration
 
743
                        Name="Debug_Expat_static|x64"
 
744
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
745
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
746
                        ConfigurationType="4"
 
747
                        CharacterSet="1"
 
748
                        >
 
749
                        <Tool
 
750
                                Name="VCPreBuildEventTool"
 
751
                        />
 
752
                        <Tool
 
753
                                Name="VCCustomBuildTool"
 
754
                        />
 
755
                        <Tool
 
756
                                Name="VCXMLDataGeneratorTool"
 
757
                        />
 
758
                        <Tool
 
759
                                Name="VCWebServiceProxyGeneratorTool"
 
760
                        />
 
761
                        <Tool
 
762
                                Name="VCMIDLTool"
 
763
                                TargetEnvironment="3"
 
764
                        />
 
765
                        <Tool
 
766
                                Name="VCCLCompilerTool"
 
767
                                Optimization="0"
 
768
                                AdditionalIncludeDirectories="..\include;..\..\Externals\expat\lib;..\..\COLLADABaseUtils\include"
 
769
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
770
                                MinimalRebuild="true"
 
771
                                BasicRuntimeChecks="3"
 
772
                                RuntimeLibrary="1"
 
773
                                RuntimeTypeInfo="false"
 
774
                                UsePrecompiledHeader="0"
 
775
                                WarningLevel="3"
 
776
                                Detect64BitPortabilityProblems="false"
 
777
                                DebugInformationFormat="3"
 
778
                        />
 
779
                        <Tool
 
780
                                Name="VCManagedResourceCompilerTool"
 
781
                        />
 
782
                        <Tool
 
783
                                Name="VCResourceCompilerTool"
 
784
                        />
 
785
                        <Tool
 
786
                                Name="VCPreLinkEventTool"
 
787
                        />
 
788
                        <Tool
 
789
                                Name="VCLibrarianTool"
 
790
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
791
                        />
 
792
                        <Tool
 
793
                                Name="VCALinkTool"
 
794
                        />
 
795
                        <Tool
 
796
                                Name="VCXDCMakeTool"
 
797
                        />
 
798
                        <Tool
 
799
                                Name="VCBscMakeTool"
 
800
                        />
 
801
                        <Tool
 
802
                                Name="VCFxCopTool"
 
803
                        />
 
804
                        <Tool
 
805
                                Name="VCPostBuildEventTool"
 
806
                        />
 
807
                </Configuration>
 
808
                <Configuration
 
809
                        Name="Debug_LibXML_static|Win32"
 
810
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
811
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
812
                        ConfigurationType="4"
 
813
                        CharacterSet="1"
 
814
                        >
 
815
                        <Tool
 
816
                                Name="VCPreBuildEventTool"
 
817
                        />
 
818
                        <Tool
 
819
                                Name="VCCustomBuildTool"
 
820
                        />
 
821
                        <Tool
 
822
                                Name="VCXMLDataGeneratorTool"
 
823
                        />
 
824
                        <Tool
 
825
                                Name="VCWebServiceProxyGeneratorTool"
 
826
                        />
 
827
                        <Tool
 
828
                                Name="VCMIDLTool"
 
829
                        />
 
830
                        <Tool
 
831
                                Name="VCCLCompilerTool"
 
832
                                Optimization="0"
 
833
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
834
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
835
                                MinimalRebuild="true"
 
836
                                BasicRuntimeChecks="3"
 
837
                                RuntimeLibrary="1"
 
838
                                RuntimeTypeInfo="false"
 
839
                                UsePrecompiledHeader="0"
 
840
                                WarningLevel="3"
 
841
                                Detect64BitPortabilityProblems="false"
 
842
                                DebugInformationFormat="4"
 
843
                        />
 
844
                        <Tool
 
845
                                Name="VCManagedResourceCompilerTool"
 
846
                        />
 
847
                        <Tool
 
848
                                Name="VCResourceCompilerTool"
 
849
                        />
 
850
                        <Tool
 
851
                                Name="VCPreLinkEventTool"
 
852
                        />
 
853
                        <Tool
 
854
                                Name="VCLibrarianTool"
 
855
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
856
                        />
 
857
                        <Tool
 
858
                                Name="VCALinkTool"
 
859
                        />
 
860
                        <Tool
 
861
                                Name="VCXDCMakeTool"
 
862
                        />
 
863
                        <Tool
 
864
                                Name="VCBscMakeTool"
 
865
                        />
 
866
                        <Tool
 
867
                                Name="VCFxCopTool"
 
868
                        />
 
869
                        <Tool
 
870
                                Name="VCPostBuildEventTool"
 
871
                        />
 
872
                </Configuration>
 
873
                <Configuration
 
874
                        Name="Debug_LibXML_static|x64"
 
875
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
876
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
877
                        ConfigurationType="4"
 
878
                        CharacterSet="1"
 
879
                        >
 
880
                        <Tool
 
881
                                Name="VCPreBuildEventTool"
 
882
                        />
 
883
                        <Tool
 
884
                                Name="VCCustomBuildTool"
 
885
                        />
 
886
                        <Tool
 
887
                                Name="VCXMLDataGeneratorTool"
 
888
                        />
 
889
                        <Tool
 
890
                                Name="VCWebServiceProxyGeneratorTool"
 
891
                        />
 
892
                        <Tool
 
893
                                Name="VCMIDLTool"
 
894
                                TargetEnvironment="3"
 
895
                        />
 
896
                        <Tool
 
897
                                Name="VCCLCompilerTool"
 
898
                                Optimization="0"
 
899
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
900
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
901
                                MinimalRebuild="true"
 
902
                                BasicRuntimeChecks="3"
 
903
                                RuntimeLibrary="1"
 
904
                                RuntimeTypeInfo="false"
 
905
                                UsePrecompiledHeader="0"
 
906
                                WarningLevel="3"
 
907
                                Detect64BitPortabilityProblems="false"
 
908
                                DebugInformationFormat="3"
 
909
                        />
 
910
                        <Tool
 
911
                                Name="VCManagedResourceCompilerTool"
 
912
                        />
 
913
                        <Tool
 
914
                                Name="VCResourceCompilerTool"
 
915
                        />
 
916
                        <Tool
 
917
                                Name="VCPreLinkEventTool"
 
918
                        />
 
919
                        <Tool
 
920
                                Name="VCLibrarianTool"
 
921
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
922
                        />
 
923
                        <Tool
 
924
                                Name="VCALinkTool"
 
925
                        />
 
926
                        <Tool
 
927
                                Name="VCXDCMakeTool"
 
928
                        />
 
929
                        <Tool
 
930
                                Name="VCBscMakeTool"
 
931
                        />
 
932
                        <Tool
 
933
                                Name="VCFxCopTool"
 
934
                        />
 
935
                        <Tool
 
936
                                Name="VCPostBuildEventTool"
 
937
                        />
 
938
                </Configuration>
 
939
                <Configuration
 
940
                        Name="Release_Expat_static|Win32"
 
941
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
942
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
943
                        ConfigurationType="4"
 
944
                        CharacterSet="1"
 
945
                        WholeProgramOptimization="1"
 
946
                        >
 
947
                        <Tool
 
948
                                Name="VCPreBuildEventTool"
 
949
                        />
 
950
                        <Tool
 
951
                                Name="VCCustomBuildTool"
 
952
                        />
 
953
                        <Tool
 
954
                                Name="VCXMLDataGeneratorTool"
 
955
                        />
 
956
                        <Tool
 
957
                                Name="VCWebServiceProxyGeneratorTool"
 
958
                        />
 
959
                        <Tool
 
960
                                Name="VCMIDLTool"
 
961
                        />
 
962
                        <Tool
 
963
                                Name="VCCLCompilerTool"
 
964
                                Optimization="2"
 
965
                                WholeProgramOptimization="true"
 
966
                                AdditionalIncludeDirectories="..\include;..\..\Externals\expat\lib;..\..\COLLADABaseUtils\include"
 
967
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
968
                                RuntimeLibrary="0"
 
969
                                RuntimeTypeInfo="false"
 
970
                                UsePrecompiledHeader="0"
 
971
                                WarningLevel="3"
 
972
                                Detect64BitPortabilityProblems="false"
 
973
                                DebugInformationFormat="0"
 
974
                        />
 
975
                        <Tool
 
976
                                Name="VCManagedResourceCompilerTool"
 
977
                        />
 
978
                        <Tool
 
979
                                Name="VCResourceCompilerTool"
 
980
                        />
 
981
                        <Tool
 
982
                                Name="VCPreLinkEventTool"
 
983
                        />
 
984
                        <Tool
 
985
                                Name="VCLibrarianTool"
 
986
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
987
                        />
 
988
                        <Tool
 
989
                                Name="VCALinkTool"
 
990
                        />
 
991
                        <Tool
 
992
                                Name="VCXDCMakeTool"
 
993
                        />
 
994
                        <Tool
 
995
                                Name="VCBscMakeTool"
 
996
                        />
 
997
                        <Tool
 
998
                                Name="VCFxCopTool"
 
999
                        />
 
1000
                        <Tool
 
1001
                                Name="VCPostBuildEventTool"
 
1002
                        />
 
1003
                </Configuration>
 
1004
                <Configuration
 
1005
                        Name="Release_Expat_static|x64"
 
1006
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
1007
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
1008
                        ConfigurationType="4"
 
1009
                        CharacterSet="1"
 
1010
                        WholeProgramOptimization="1"
 
1011
                        >
 
1012
                        <Tool
 
1013
                                Name="VCPreBuildEventTool"
 
1014
                        />
 
1015
                        <Tool
 
1016
                                Name="VCCustomBuildTool"
 
1017
                        />
 
1018
                        <Tool
 
1019
                                Name="VCXMLDataGeneratorTool"
 
1020
                        />
 
1021
                        <Tool
 
1022
                                Name="VCWebServiceProxyGeneratorTool"
 
1023
                        />
 
1024
                        <Tool
 
1025
                                Name="VCMIDLTool"
 
1026
                                TargetEnvironment="3"
 
1027
                        />
 
1028
                        <Tool
 
1029
                                Name="VCCLCompilerTool"
 
1030
                                Optimization="2"
 
1031
                                WholeProgramOptimization="true"
 
1032
                                AdditionalIncludeDirectories="..\include;..\..\Externals\expat\lib;..\..\COLLADABaseUtils\include"
 
1033
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
1034
                                RuntimeLibrary="0"
 
1035
                                RuntimeTypeInfo="false"
 
1036
                                UsePrecompiledHeader="0"
 
1037
                                WarningLevel="3"
 
1038
                                Detect64BitPortabilityProblems="false"
 
1039
                                DebugInformationFormat="3"
 
1040
                        />
 
1041
                        <Tool
 
1042
                                Name="VCManagedResourceCompilerTool"
 
1043
                        />
 
1044
                        <Tool
 
1045
                                Name="VCResourceCompilerTool"
 
1046
                        />
 
1047
                        <Tool
 
1048
                                Name="VCPreLinkEventTool"
 
1049
                        />
 
1050
                        <Tool
 
1051
                                Name="VCLibrarianTool"
 
1052
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
1053
                        />
 
1054
                        <Tool
 
1055
                                Name="VCALinkTool"
 
1056
                        />
 
1057
                        <Tool
 
1058
                                Name="VCXDCMakeTool"
 
1059
                        />
 
1060
                        <Tool
 
1061
                                Name="VCBscMakeTool"
 
1062
                        />
 
1063
                        <Tool
 
1064
                                Name="VCFxCopTool"
 
1065
                        />
 
1066
                        <Tool
 
1067
                                Name="VCPostBuildEventTool"
 
1068
                        />
 
1069
                </Configuration>
 
1070
                <Configuration
 
1071
                        Name="Release_LibXML_static|Win32"
 
1072
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
1073
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
1074
                        ConfigurationType="4"
 
1075
                        CharacterSet="1"
 
1076
                        WholeProgramOptimization="1"
 
1077
                        >
 
1078
                        <Tool
 
1079
                                Name="VCPreBuildEventTool"
 
1080
                        />
 
1081
                        <Tool
 
1082
                                Name="VCCustomBuildTool"
 
1083
                        />
 
1084
                        <Tool
 
1085
                                Name="VCXMLDataGeneratorTool"
 
1086
                        />
 
1087
                        <Tool
 
1088
                                Name="VCWebServiceProxyGeneratorTool"
 
1089
                        />
 
1090
                        <Tool
 
1091
                                Name="VCMIDLTool"
 
1092
                        />
 
1093
                        <Tool
 
1094
                                Name="VCCLCompilerTool"
 
1095
                                Optimization="2"
 
1096
                                WholeProgramOptimization="true"
 
1097
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
1098
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
1099
                                RuntimeLibrary="0"
 
1100
                                RuntimeTypeInfo="false"
 
1101
                                UsePrecompiledHeader="0"
 
1102
                                WarningLevel="3"
 
1103
                                Detect64BitPortabilityProblems="false"
 
1104
                                DebugInformationFormat="0"
 
1105
                        />
 
1106
                        <Tool
 
1107
                                Name="VCManagedResourceCompilerTool"
 
1108
                        />
 
1109
                        <Tool
 
1110
                                Name="VCResourceCompilerTool"
 
1111
                        />
 
1112
                        <Tool
 
1113
                                Name="VCPreLinkEventTool"
 
1114
                        />
 
1115
                        <Tool
 
1116
                                Name="VCLibrarianTool"
 
1117
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
1118
                        />
 
1119
                        <Tool
 
1120
                                Name="VCALinkTool"
 
1121
                        />
 
1122
                        <Tool
 
1123
                                Name="VCXDCMakeTool"
 
1124
                        />
 
1125
                        <Tool
 
1126
                                Name="VCBscMakeTool"
 
1127
                        />
 
1128
                        <Tool
 
1129
                                Name="VCFxCopTool"
 
1130
                        />
 
1131
                        <Tool
 
1132
                                Name="VCPostBuildEventTool"
 
1133
                        />
 
1134
                </Configuration>
 
1135
                <Configuration
 
1136
                        Name="Release_LibXML_static|x64"
 
1137
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
1138
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
1139
                        ConfigurationType="4"
 
1140
                        CharacterSet="1"
 
1141
                        WholeProgramOptimization="1"
 
1142
                        >
 
1143
                        <Tool
 
1144
                                Name="VCPreBuildEventTool"
 
1145
                        />
 
1146
                        <Tool
 
1147
                                Name="VCCustomBuildTool"
 
1148
                        />
 
1149
                        <Tool
 
1150
                                Name="VCXMLDataGeneratorTool"
 
1151
                        />
 
1152
                        <Tool
 
1153
                                Name="VCWebServiceProxyGeneratorTool"
 
1154
                        />
 
1155
                        <Tool
 
1156
                                Name="VCMIDLTool"
 
1157
                                TargetEnvironment="3"
 
1158
                        />
 
1159
                        <Tool
 
1160
                                Name="VCCLCompilerTool"
 
1161
                                Optimization="2"
 
1162
                                WholeProgramOptimization="true"
 
1163
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
1164
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
1165
                                RuntimeLibrary="0"
 
1166
                                RuntimeTypeInfo="false"
 
1167
                                UsePrecompiledHeader="0"
 
1168
                                WarningLevel="3"
 
1169
                                Detect64BitPortabilityProblems="false"
 
1170
                                DebugInformationFormat="3"
 
1171
                        />
 
1172
                        <Tool
 
1173
                                Name="VCManagedResourceCompilerTool"
 
1174
                        />
 
1175
                        <Tool
 
1176
                                Name="VCResourceCompilerTool"
 
1177
                        />
 
1178
                        <Tool
 
1179
                                Name="VCPreLinkEventTool"
 
1180
                        />
 
1181
                        <Tool
 
1182
                                Name="VCLibrarianTool"
 
1183
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
1184
                        />
 
1185
                        <Tool
 
1186
                                Name="VCALinkTool"
 
1187
                        />
 
1188
                        <Tool
 
1189
                                Name="VCXDCMakeTool"
 
1190
                        />
 
1191
                        <Tool
 
1192
                                Name="VCBscMakeTool"
 
1193
                        />
 
1194
                        <Tool
 
1195
                                Name="VCFxCopTool"
 
1196
                        />
 
1197
                        <Tool
 
1198
                                Name="VCPostBuildEventTool"
 
1199
                        />
 
1200
                </Configuration>
 
1201
                <Configuration
 
1202
                        Name="Release_LibXML_ProgDB_static|Win32"
 
1203
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
1204
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
1205
                        ConfigurationType="4"
 
1206
                        CharacterSet="1"
 
1207
                        WholeProgramOptimization="1"
 
1208
                        >
 
1209
                        <Tool
 
1210
                                Name="VCPreBuildEventTool"
 
1211
                        />
 
1212
                        <Tool
 
1213
                                Name="VCCustomBuildTool"
 
1214
                        />
 
1215
                        <Tool
 
1216
                                Name="VCXMLDataGeneratorTool"
 
1217
                        />
 
1218
                        <Tool
 
1219
                                Name="VCWebServiceProxyGeneratorTool"
 
1220
                        />
 
1221
                        <Tool
 
1222
                                Name="VCMIDLTool"
 
1223
                        />
 
1224
                        <Tool
 
1225
                                Name="VCCLCompilerTool"
 
1226
                                Optimization="2"
 
1227
                                WholeProgramOptimization="true"
 
1228
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
1229
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
1230
                                RuntimeLibrary="0"
 
1231
                                RuntimeTypeInfo="false"
 
1232
                                UsePrecompiledHeader="0"
 
1233
                                WarningLevel="3"
 
1234
                                Detect64BitPortabilityProblems="false"
 
1235
                                DebugInformationFormat="3"
 
1236
                        />
 
1237
                        <Tool
 
1238
                                Name="VCManagedResourceCompilerTool"
 
1239
                        />
 
1240
                        <Tool
 
1241
                                Name="VCResourceCompilerTool"
 
1242
                        />
 
1243
                        <Tool
 
1244
                                Name="VCPreLinkEventTool"
 
1245
                        />
 
1246
                        <Tool
 
1247
                                Name="VCLibrarianTool"
 
1248
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
1249
                        />
 
1250
                        <Tool
 
1251
                                Name="VCALinkTool"
 
1252
                        />
 
1253
                        <Tool
 
1254
                                Name="VCXDCMakeTool"
 
1255
                        />
 
1256
                        <Tool
 
1257
                                Name="VCBscMakeTool"
 
1258
                        />
 
1259
                        <Tool
 
1260
                                Name="VCFxCopTool"
 
1261
                        />
 
1262
                        <Tool
 
1263
                                Name="VCPostBuildEventTool"
 
1264
                        />
 
1265
                </Configuration>
 
1266
                <Configuration
 
1267
                        Name="Release_LibXML_ProgDB_static|x64"
 
1268
                        OutputDirectory="..\lib\win\$(PlatformName)\$(ConfigurationName)"
 
1269
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
1270
                        ConfigurationType="4"
 
1271
                        CharacterSet="1"
 
1272
                        WholeProgramOptimization="1"
 
1273
                        >
 
1274
                        <Tool
 
1275
                                Name="VCPreBuildEventTool"
 
1276
                        />
 
1277
                        <Tool
 
1278
                                Name="VCCustomBuildTool"
 
1279
                        />
 
1280
                        <Tool
 
1281
                                Name="VCXMLDataGeneratorTool"
 
1282
                        />
 
1283
                        <Tool
 
1284
                                Name="VCWebServiceProxyGeneratorTool"
 
1285
                        />
 
1286
                        <Tool
 
1287
                                Name="VCMIDLTool"
 
1288
                                TargetEnvironment="3"
 
1289
                        />
 
1290
                        <Tool
 
1291
                                Name="VCCLCompilerTool"
 
1292
                                Optimization="2"
 
1293
                                WholeProgramOptimization="true"
 
1294
                                AdditionalIncludeDirectories="..\include;..\..\Externals\LibXML\include;..\..\COLLADABaseUtils\include"
 
1295
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;IWILLNOTUSEASSERTSOUTSIDETHISSCOPE"
 
1296
                                RuntimeLibrary="0"
 
1297
                                RuntimeTypeInfo="false"
 
1298
                                UsePrecompiledHeader="0"
 
1299
                                WarningLevel="3"
 
1300
                                Detect64BitPortabilityProblems="false"
 
1301
                                DebugInformationFormat="3"
 
1302
                        />
 
1303
                        <Tool
 
1304
                                Name="VCManagedResourceCompilerTool"
 
1305
                        />
 
1306
                        <Tool
 
1307
                                Name="VCResourceCompilerTool"
 
1308
                        />
 
1309
                        <Tool
 
1310
                                Name="VCPreLinkEventTool"
 
1311
                        />
 
1312
                        <Tool
 
1313
                                Name="VCLibrarianTool"
 
1314
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
1315
                        />
 
1316
                        <Tool
 
1317
                                Name="VCALinkTool"
 
1318
                        />
 
1319
                        <Tool
 
1320
                                Name="VCXDCMakeTool"
 
1321
                        />
 
1322
                        <Tool
 
1323
                                Name="VCBscMakeTool"
 
1324
                        />
 
1325
                        <Tool
 
1326
                                Name="VCFxCopTool"
 
1327
                        />
 
1328
                        <Tool
 
1329
                                Name="VCPostBuildEventTool"
 
1330
                        />
 
1331
                </Configuration>
 
1332
        </Configurations>
 
1333
        <References>
 
1334
        </References>
 
1335
        <Files>
 
1336
                <Filter
 
1337
                        Name="Source Files"
 
1338
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
1339
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
1340
                        >
 
1341
                        <File
 
1342
                                RelativePath="..\src\GeneratedSaxParserCoutErrorHandler.cpp"
 
1343
                                >
 
1344
                        </File>
 
1345
                        <File
 
1346
                                RelativePath="..\src\GeneratedSaxParserExpatSaxParser.cpp"
 
1347
                                >
 
1348
                                <FileConfiguration
 
1349
                                        Name="Debug_LibXML|Win32"
 
1350
                                        ExcludedFromBuild="true"
 
1351
                                        >
 
1352
                                        <Tool
 
1353
                                                Name="VCCLCompilerTool"
 
1354
                                        />
 
1355
                                </FileConfiguration>
 
1356
                                <FileConfiguration
 
1357
                                        Name="Debug_LibXML|x64"
 
1358
                                        ExcludedFromBuild="true"
 
1359
                                        >
 
1360
                                        <Tool
 
1361
                                                Name="VCCLCompilerTool"
 
1362
                                        />
 
1363
                                </FileConfiguration>
 
1364
                                <FileConfiguration
 
1365
                                        Name="Release_LibXML|Win32"
 
1366
                                        ExcludedFromBuild="true"
 
1367
                                        >
 
1368
                                        <Tool
 
1369
                                                Name="VCCLCompilerTool"
 
1370
                                        />
 
1371
                                </FileConfiguration>
 
1372
                                <FileConfiguration
 
1373
                                        Name="Release_LibXML|x64"
 
1374
                                        ExcludedFromBuild="true"
 
1375
                                        >
 
1376
                                        <Tool
 
1377
                                                Name="VCCLCompilerTool"
 
1378
                                        />
 
1379
                                </FileConfiguration>
 
1380
                                <FileConfiguration
 
1381
                                        Name="Release_LibXML_ProgDB|Win32"
 
1382
                                        ExcludedFromBuild="true"
 
1383
                                        >
 
1384
                                        <Tool
 
1385
                                                Name="VCCLCompilerTool"
 
1386
                                        />
 
1387
                                </FileConfiguration>
 
1388
                                <FileConfiguration
 
1389
                                        Name="Release_LibXML_ProgDB|x64"
 
1390
                                        ExcludedFromBuild="true"
 
1391
                                        >
 
1392
                                        <Tool
 
1393
                                                Name="VCCLCompilerTool"
 
1394
                                        />
 
1395
                                </FileConfiguration>
 
1396
                                <FileConfiguration
 
1397
                                        Name="Debug_LibXML_static|Win32"
 
1398
                                        ExcludedFromBuild="true"
 
1399
                                        >
 
1400
                                        <Tool
 
1401
                                                Name="VCCLCompilerTool"
 
1402
                                        />
 
1403
                                </FileConfiguration>
 
1404
                                <FileConfiguration
 
1405
                                        Name="Debug_LibXML_static|x64"
 
1406
                                        ExcludedFromBuild="true"
 
1407
                                        >
 
1408
                                        <Tool
 
1409
                                                Name="VCCLCompilerTool"
 
1410
                                        />
 
1411
                                </FileConfiguration>
 
1412
                                <FileConfiguration
 
1413
                                        Name="Release_LibXML_static|Win32"
 
1414
                                        ExcludedFromBuild="true"
 
1415
                                        >
 
1416
                                        <Tool
 
1417
                                                Name="VCCLCompilerTool"
 
1418
                                        />
 
1419
                                </FileConfiguration>
 
1420
                                <FileConfiguration
 
1421
                                        Name="Release_LibXML_static|x64"
 
1422
                                        ExcludedFromBuild="true"
 
1423
                                        >
 
1424
                                        <Tool
 
1425
                                                Name="VCCLCompilerTool"
 
1426
                                        />
 
1427
                                </FileConfiguration>
 
1428
                                <FileConfiguration
 
1429
                                        Name="Release_LibXML_ProgDB_static|Win32"
 
1430
                                        ExcludedFromBuild="true"
 
1431
                                        >
 
1432
                                        <Tool
 
1433
                                                Name="VCCLCompilerTool"
 
1434
                                        />
 
1435
                                </FileConfiguration>
 
1436
                                <FileConfiguration
 
1437
                                        Name="Release_LibXML_ProgDB_static|x64"
 
1438
                                        ExcludedFromBuild="true"
 
1439
                                        >
 
1440
                                        <Tool
 
1441
                                                Name="VCCLCompilerTool"
 
1442
                                        />
 
1443
                                </FileConfiguration>
 
1444
                        </File>
 
1445
                        <File
 
1446
                                RelativePath="..\src\GeneratedSaxParserLibxmlSaxParser.cpp"
 
1447
                                >
 
1448
                                <FileConfiguration
 
1449
                                        Name="Debug_Expat|Win32"
 
1450
                                        ExcludedFromBuild="true"
 
1451
                                        >
 
1452
                                        <Tool
 
1453
                                                Name="VCCLCompilerTool"
 
1454
                                        />
 
1455
                                </FileConfiguration>
 
1456
                                <FileConfiguration
 
1457
                                        Name="Debug_Expat|x64"
 
1458
                                        ExcludedFromBuild="true"
 
1459
                                        >
 
1460
                                        <Tool
 
1461
                                                Name="VCCLCompilerTool"
 
1462
                                        />
 
1463
                                </FileConfiguration>
 
1464
                                <FileConfiguration
 
1465
                                        Name="Release_Expat|Win32"
 
1466
                                        ExcludedFromBuild="true"
 
1467
                                        >
 
1468
                                        <Tool
 
1469
                                                Name="VCCLCompilerTool"
 
1470
                                        />
 
1471
                                </FileConfiguration>
 
1472
                                <FileConfiguration
 
1473
                                        Name="Release_Expat|x64"
 
1474
                                        ExcludedFromBuild="true"
 
1475
                                        >
 
1476
                                        <Tool
 
1477
                                                Name="VCCLCompilerTool"
 
1478
                                        />
 
1479
                                </FileConfiguration>
 
1480
                                <FileConfiguration
 
1481
                                        Name="Debug_Expat_static|Win32"
 
1482
                                        ExcludedFromBuild="true"
 
1483
                                        >
 
1484
                                        <Tool
 
1485
                                                Name="VCCLCompilerTool"
 
1486
                                        />
 
1487
                                </FileConfiguration>
 
1488
                                <FileConfiguration
 
1489
                                        Name="Debug_Expat_static|x64"
 
1490
                                        ExcludedFromBuild="true"
 
1491
                                        >
 
1492
                                        <Tool
 
1493
                                                Name="VCCLCompilerTool"
 
1494
                                        />
 
1495
                                </FileConfiguration>
 
1496
                                <FileConfiguration
 
1497
                                        Name="Release_Expat_static|Win32"
 
1498
                                        ExcludedFromBuild="true"
 
1499
                                        >
 
1500
                                        <Tool
 
1501
                                                Name="VCCLCompilerTool"
 
1502
                                        />
 
1503
                                </FileConfiguration>
 
1504
                                <FileConfiguration
 
1505
                                        Name="Release_Expat_static|x64"
 
1506
                                        ExcludedFromBuild="true"
 
1507
                                        >
 
1508
                                        <Tool
 
1509
                                                Name="VCCLCompilerTool"
 
1510
                                        />
 
1511
                                </FileConfiguration>
 
1512
                        </File>
 
1513
                        <File
 
1514
                                RelativePath="..\src\GeneratedSaxParserNamespaceStack.cpp"
 
1515
                                >
 
1516
                        </File>
 
1517
                        <File
 
1518
                                RelativePath="..\src\GeneratedSaxParserParser.cpp"
 
1519
                                >
 
1520
                        </File>
 
1521
                        <File
 
1522
                                RelativePath="..\src\GeneratedSaxParserParserError.cpp"
 
1523
                                >
 
1524
                        </File>
 
1525
                        <File
 
1526
                                RelativePath="..\src\GeneratedSaxParserParserTemplateBase.cpp"
 
1527
                                >
 
1528
                        </File>
 
1529
                        <File
 
1530
                                RelativePath="..\src\GeneratedSaxParserSaxParser.cpp"
 
1531
                                >
 
1532
                        </File>
 
1533
                        <File
 
1534
                                RelativePath="..\src\GeneratedSaxParserStackMemoryManager.cpp"
 
1535
                                >
 
1536
                        </File>
 
1537
                        <File
 
1538
                                RelativePath="..\src\GeneratedSaxParserUtils.cpp"
 
1539
                                >
 
1540
                        </File>
 
1541
                </Filter>
 
1542
                <Filter
 
1543
                        Name="Header Files"
 
1544
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
1545
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
1546
                        >
 
1547
                        <File
 
1548
                                RelativePath="..\include\GeneratedSaxParser.h"
 
1549
                                >
 
1550
                        </File>
 
1551
                        <File
 
1552
                                RelativePath="..\include\GeneratedSaxParserCoutErrorHandler.h"
 
1553
                                >
 
1554
                        </File>
 
1555
                        <File
 
1556
                                RelativePath="..\include\GeneratedSaxParserDataUtils.h"
 
1557
                                >
 
1558
                        </File>
 
1559
                        <File
 
1560
                                RelativePath="..\include\GeneratedSaxParserExpatSaxParser.h"
 
1561
                                >
 
1562
                        </File>
 
1563
                        <File
 
1564
                                RelativePath="..\include\GeneratedSaxParserIErrorHandler.h"
 
1565
                                >
 
1566
                        </File>
 
1567
                        <File
 
1568
                                RelativePath="..\include\GeneratedSaxParserINamespaceHandler.h"
 
1569
                                >
 
1570
                        </File>
 
1571
                        <File
 
1572
                                RelativePath="..\include\GeneratedSaxParserIUnknownElementHandler.h"
 
1573
                                >
 
1574
                        </File>
 
1575
                        <File
 
1576
                                RelativePath="..\include\GeneratedSaxParserLibxmlSaxParser.h"
 
1577
                                >
 
1578
                        </File>
 
1579
                        <File
 
1580
                                RelativePath="..\include\GeneratedSaxParserNamespaceStack.h"
 
1581
                                >
 
1582
                        </File>
 
1583
                        <File
 
1584
                                RelativePath="..\include\GeneratedSaxParserParser.h"
 
1585
                                >
 
1586
                        </File>
 
1587
                        <File
 
1588
                                RelativePath="..\include\GeneratedSaxParserParserError.h"
 
1589
                                >
 
1590
                        </File>
 
1591
                        <File
 
1592
                                RelativePath="..\include\GeneratedSaxParserParserTemplate.h"
 
1593
                                >
 
1594
                        </File>
 
1595
                        <File
 
1596
                                RelativePath="..\include\GeneratedSaxParserParserTemplateBase.h"
 
1597
                                >
 
1598
                        </File>
 
1599
                        <File
 
1600
                                RelativePath="..\include\GeneratedSaxParserPrerequisites.h"
 
1601
                                >
 
1602
                        </File>
 
1603
                        <File
 
1604
                                RelativePath="..\include\GeneratedSaxParserSaxParser.h"
 
1605
                                >
 
1606
                        </File>
 
1607
                        <File
 
1608
                                RelativePath="..\include\GeneratedSaxParserStackMemoryManager.h"
 
1609
                                >
 
1610
                        </File>
 
1611
                        <File
 
1612
                                RelativePath="..\include\GeneratedSaxParserTypes.h"
 
1613
                                >
 
1614
                        </File>
 
1615
                        <File
 
1616
                                RelativePath="..\include\GeneratedSaxParserUtils.h"
 
1617
                                >
 
1618
                        </File>
 
1619
                </Filter>
 
1620
        </Files>
 
1621
        <Globals>
 
1622
        </Globals>
 
1623
</VisualStudioProject>