~ubuntu-branches/ubuntu/intrepid/ncbi-tools6/intrepid

« back to all changes in this revision

Viewing changes to make/msvc800_prj/demo/gene2xml/demo_gene2xml.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-12-07 15:02:17 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061207150217-dhkefi84mxhwof0l
Tags: 6.1.20061015-1ubuntu1
* Re-sync with Debian
* Re-add .desktop files from Phil Bull (Closes Malone: #36384)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="demo_gene2xml"
 
6
        ProjectGUID="{A0C56792-C183-4618-AE41-9E07E9BAE559}"
 
7
        >
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"
 
11
                />
 
12
                <Platform
 
13
                        Name="x64"
 
14
                />
 
15
        </Platforms>
 
16
        <ToolFiles>
 
17
        </ToolFiles>
 
18
        <Configurations>
 
19
                <Configuration
 
20
                        Name="ReleaseDLL|Win32"
 
21
                        OutputDirectory=".\ReleaseDLL"
 
22
                        IntermediateDirectory=".\ReleaseDLL"
 
23
                        ConfigurationType="1"
 
24
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
25
                        UseOfMFC="0"
 
26
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
27
                        >
 
28
                        <Tool
 
29
                                Name="VCPreBuildEventTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCCustomBuildTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCXMLDataGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCWebServiceProxyGeneratorTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCMIDLTool"
 
42
                                PreprocessorDefinitions="NDEBUG"
 
43
                                MkTypLibCompatible="true"
 
44
                                SuppressStartupBanner="true"
 
45
                                TargetEnvironment="1"
 
46
                                TypeLibraryName="$(OutDir)/demo_gene2xml.tlb"
 
47
                                HeaderFileName=""
 
48
                        />
 
49
                        <Tool
 
50
                                Name="VCCLCompilerTool"
 
51
                                Optimization="2"
 
52
                                InlineFunctionExpansion="1"
 
53
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\connect,..\..\..\..\api,..\..\..\..\asnstat,..\..\..\..\asnlib,..\..\..\..\access,..\..\..\..\object,..\..\..\..\cdromlib,..\..\..\..\biostruc,..\..\..\..\tools"
 
54
                                PreprocessorDefinitions="_CONSOLE;WIN32;NDEBUG"
 
55
                                StringPooling="true"
 
56
                                RuntimeLibrary="2"
 
57
                                EnableFunctionLevelLinking="true"
 
58
                                RuntimeTypeInfo="true"
 
59
                                PrecompiledHeaderFile="$(IntDir)/demo_gene2xml.pch"
 
60
                                AssemblerListingLocation="$(IntDir)/"
 
61
                                ObjectFile="$(IntDir)/"
 
62
                                ProgramDataBaseFileName="$(IntDir)/"
 
63
                                WarningLevel="3"
 
64
                                SuppressStartupBanner="true"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCManagedResourceCompilerTool"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCResourceCompilerTool"
 
71
                                PreprocessorDefinitions="NDEBUG"
 
72
                                Culture="1033"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCPreLinkEventTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCLinkerTool"
 
79
                                AdditionalDependencies="oldnames.lib wsock32.lib"
 
80
                                OutputFile="$(OutDir)/gene2xml.exe"
 
81
                                LinkIncremental="1"
 
82
                                SuppressStartupBanner="true"
 
83
                                ProgramDatabaseFile="$(OutDir)/gene2xml.pdb"
 
84
                                SubSystem="1"
 
85
                                TargetMachine="1"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCALinkTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCManifestTool"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCXDCMakeTool"
 
95
                        />
 
96
                        <Tool
 
97
                                Name="VCBscMakeTool"
 
98
                                SuppressStartupBanner="true"
 
99
                                OutputFile="$(OutDir)/demo_gene2xml.bsc"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCFxCopTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCAppVerifierTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCWebDeploymentTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCPostBuildEventTool"
 
112
                        />
 
113
                </Configuration>
 
114
                <Configuration
 
115
                        Name="Debug|Win32"
 
116
                        OutputDirectory=".\Debug"
 
117
                        IntermediateDirectory=".\Debug"
 
118
                        ConfigurationType="1"
 
119
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
120
                        UseOfMFC="0"
 
121
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
122
                        >
 
123
                        <Tool
 
124
                                Name="VCPreBuildEventTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCCustomBuildTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCXMLDataGeneratorTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCWebServiceProxyGeneratorTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCMIDLTool"
 
137
                                PreprocessorDefinitions="_DEBUG"
 
138
                                MkTypLibCompatible="true"
 
139
                                SuppressStartupBanner="true"
 
140
                                TargetEnvironment="1"
 
141
                                TypeLibraryName="$(OutDir)/demo_gene2xml.tlb"
 
142
                                HeaderFileName=""
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCCLCompilerTool"
 
146
                                Optimization="0"
 
147
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\connect,..\..\..\..\api,..\..\..\..\asnstat,..\..\..\..\asnlib,..\..\..\..\access,..\..\..\..\object,..\..\..\..\cdromlib,..\..\..\..\biostruc,..\..\..\..\tools"
 
148
                                PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG"
 
149
                                BasicRuntimeChecks="3"
 
150
                                RuntimeLibrary="1"
 
151
                                RuntimeTypeInfo="true"
 
152
                                PrecompiledHeaderFile="$(IntDir)/demo_gene2xml.pch"
 
153
                                AssemblerListingLocation="$(IntDir)/"
 
154
                                ObjectFile="$(IntDir)/"
 
155
                                ProgramDataBaseFileName="$(IntDir)/"
 
156
                                WarningLevel="3"
 
157
                                SuppressStartupBanner="true"
 
158
                                DebugInformationFormat="1"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCManagedResourceCompilerTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCResourceCompilerTool"
 
165
                                PreprocessorDefinitions="_DEBUG"
 
166
                                Culture="1033"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCPreLinkEventTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCLinkerTool"
 
173
                                AdditionalDependencies="oldnames.lib wsock32.lib"
 
174
                                OutputFile="$(OutDir)/gene2xml.exe"
 
175
                                LinkIncremental="2"
 
176
                                SuppressStartupBanner="true"
 
177
                                GenerateDebugInformation="true"
 
178
                                ProgramDatabaseFile="$(OutDir)/gene2xml.pdb"
 
179
                                SubSystem="1"
 
180
                                TargetMachine="1"
 
181
                        />
 
182
                        <Tool
 
183
                                Name="VCALinkTool"
 
184
                        />
 
185
                        <Tool
 
186
                                Name="VCManifestTool"
 
187
                        />
 
188
                        <Tool
 
189
                                Name="VCXDCMakeTool"
 
190
                        />
 
191
                        <Tool
 
192
                                Name="VCBscMakeTool"
 
193
                                SuppressStartupBanner="true"
 
194
                                OutputFile="$(OutDir)/demo_gene2xml.bsc"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCFxCopTool"
 
198
                        />
 
199
                        <Tool
 
200
                                Name="VCAppVerifierTool"
 
201
                        />
 
202
                        <Tool
 
203
                                Name="VCWebDeploymentTool"
 
204
                        />
 
205
                        <Tool
 
206
                                Name="VCPostBuildEventTool"
 
207
                        />
 
208
                </Configuration>
 
209
                <Configuration
 
210
                        Name="DebugDLL|Win32"
 
211
                        OutputDirectory=".\DebugDLL"
 
212
                        IntermediateDirectory=".\DebugDLL"
 
213
                        ConfigurationType="1"
 
214
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
215
                        UseOfMFC="0"
 
216
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
217
                        >
 
218
                        <Tool
 
219
                                Name="VCPreBuildEventTool"
 
220
                        />
 
221
                        <Tool
 
222
                                Name="VCCustomBuildTool"
 
223
                        />
 
224
                        <Tool
 
225
                                Name="VCXMLDataGeneratorTool"
 
226
                        />
 
227
                        <Tool
 
228
                                Name="VCWebServiceProxyGeneratorTool"
 
229
                        />
 
230
                        <Tool
 
231
                                Name="VCMIDLTool"
 
232
                                PreprocessorDefinitions="_DEBUG"
 
233
                                MkTypLibCompatible="true"
 
234
                                SuppressStartupBanner="true"
 
235
                                TargetEnvironment="1"
 
236
                                TypeLibraryName="$(OutDir)/demo_gene2xml.tlb"
 
237
                                HeaderFileName=""
 
238
                        />
 
239
                        <Tool
 
240
                                Name="VCCLCompilerTool"
 
241
                                Optimization="0"
 
242
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\connect,..\..\..\..\api,..\..\..\..\asnstat,..\..\..\..\asnlib,..\..\..\..\access,..\..\..\..\object,..\..\..\..\cdromlib,..\..\..\..\biostruc,..\..\..\..\tools"
 
243
                                PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG"
 
244
                                BasicRuntimeChecks="3"
 
245
                                RuntimeLibrary="3"
 
246
                                RuntimeTypeInfo="true"
 
247
                                PrecompiledHeaderFile="$(IntDir)/demo_gene2xml.pch"
 
248
                                AssemblerListingLocation="$(IntDir)/"
 
249
                                ObjectFile="$(IntDir)/"
 
250
                                ProgramDataBaseFileName="$(IntDir)/"
 
251
                                WarningLevel="3"
 
252
                                SuppressStartupBanner="true"
 
253
                                DebugInformationFormat="1"
 
254
                        />
 
255
                        <Tool
 
256
                                Name="VCManagedResourceCompilerTool"
 
257
                        />
 
258
                        <Tool
 
259
                                Name="VCResourceCompilerTool"
 
260
                                PreprocessorDefinitions="_DEBUG"
 
261
                                Culture="1033"
 
262
                        />
 
263
                        <Tool
 
264
                                Name="VCPreLinkEventTool"
 
265
                        />
 
266
                        <Tool
 
267
                                Name="VCLinkerTool"
 
268
                                AdditionalDependencies="oldnames.lib wsock32.lib"
 
269
                                OutputFile="$(OutDir)/gene2xml.exe"
 
270
                                LinkIncremental="2"
 
271
                                SuppressStartupBanner="true"
 
272
                                GenerateDebugInformation="true"
 
273
                                ProgramDatabaseFile="$(OutDir)/gene2xml.pdb"
 
274
                                SubSystem="1"
 
275
                                TargetMachine="1"
 
276
                        />
 
277
                        <Tool
 
278
                                Name="VCALinkTool"
 
279
                        />
 
280
                        <Tool
 
281
                                Name="VCManifestTool"
 
282
                        />
 
283
                        <Tool
 
284
                                Name="VCXDCMakeTool"
 
285
                        />
 
286
                        <Tool
 
287
                                Name="VCBscMakeTool"
 
288
                                SuppressStartupBanner="true"
 
289
                                OutputFile="$(OutDir)/demo_gene2xml.bsc"
 
290
                        />
 
291
                        <Tool
 
292
                                Name="VCFxCopTool"
 
293
                        />
 
294
                        <Tool
 
295
                                Name="VCAppVerifierTool"
 
296
                        />
 
297
                        <Tool
 
298
                                Name="VCWebDeploymentTool"
 
299
                        />
 
300
                        <Tool
 
301
                                Name="VCPostBuildEventTool"
 
302
                        />
 
303
                </Configuration>
 
304
                <Configuration
 
305
                        Name="Release|Win32"
 
306
                        OutputDirectory=".\Release"
 
307
                        IntermediateDirectory=".\Release"
 
308
                        ConfigurationType="1"
 
309
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
310
                        UseOfMFC="0"
 
311
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
312
                        >
 
313
                        <Tool
 
314
                                Name="VCPreBuildEventTool"
 
315
                        />
 
316
                        <Tool
 
317
                                Name="VCCustomBuildTool"
 
318
                        />
 
319
                        <Tool
 
320
                                Name="VCXMLDataGeneratorTool"
 
321
                        />
 
322
                        <Tool
 
323
                                Name="VCWebServiceProxyGeneratorTool"
 
324
                        />
 
325
                        <Tool
 
326
                                Name="VCMIDLTool"
 
327
                                PreprocessorDefinitions="NDEBUG"
 
328
                                MkTypLibCompatible="true"
 
329
                                SuppressStartupBanner="true"
 
330
                                TargetEnvironment="1"
 
331
                                TypeLibraryName="$(OutDir)/demo_gene2xml.tlb"
 
332
                                HeaderFileName=""
 
333
                        />
 
334
                        <Tool
 
335
                                Name="VCCLCompilerTool"
 
336
                                Optimization="2"
 
337
                                InlineFunctionExpansion="1"
 
338
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\connect,..\..\..\..\api,..\..\..\..\asnstat,..\..\..\..\asnlib,..\..\..\..\access,..\..\..\..\object,..\..\..\..\cdromlib,..\..\..\..\biostruc,..\..\..\..\tools"
 
339
                                PreprocessorDefinitions="_CONSOLE;WIN32;NDEBUG"
 
340
                                StringPooling="true"
 
341
                                RuntimeLibrary="0"
 
342
                                EnableFunctionLevelLinking="true"
 
343
                                RuntimeTypeInfo="true"
 
344
                                PrecompiledHeaderFile="$(IntDir)/demo_gene2xml.pch"
 
345
                                AssemblerListingLocation="$(IntDir)/"
 
346
                                ObjectFile="$(IntDir)/"
 
347
                                ProgramDataBaseFileName="$(IntDir)/"
 
348
                                WarningLevel="3"
 
349
                                SuppressStartupBanner="true"
 
350
                        />
 
351
                        <Tool
 
352
                                Name="VCManagedResourceCompilerTool"
 
353
                        />
 
354
                        <Tool
 
355
                                Name="VCResourceCompilerTool"
 
356
                                PreprocessorDefinitions="NDEBUG"
 
357
                                Culture="1033"
 
358
                        />
 
359
                        <Tool
 
360
                                Name="VCPreLinkEventTool"
 
361
                        />
 
362
                        <Tool
 
363
                                Name="VCLinkerTool"
 
364
                                AdditionalDependencies="oldnames.lib wsock32.lib"
 
365
                                OutputFile="$(OutDir)/gene2xml.exe"
 
366
                                LinkIncremental="1"
 
367
                                SuppressStartupBanner="true"
 
368
                                ProgramDatabaseFile="$(OutDir)/gene2xml.pdb"
 
369
                                SubSystem="1"
 
370
                                TargetMachine="1"
 
371
                        />
 
372
                        <Tool
 
373
                                Name="VCALinkTool"
 
374
                        />
 
375
                        <Tool
 
376
                                Name="VCManifestTool"
 
377
                        />
 
378
                        <Tool
 
379
                                Name="VCXDCMakeTool"
 
380
                        />
 
381
                        <Tool
 
382
                                Name="VCBscMakeTool"
 
383
                                SuppressStartupBanner="true"
 
384
                                OutputFile="$(OutDir)/demo_gene2xml.bsc"
 
385
                        />
 
386
                        <Tool
 
387
                                Name="VCFxCopTool"
 
388
                        />
 
389
                        <Tool
 
390
                                Name="VCAppVerifierTool"
 
391
                        />
 
392
                        <Tool
 
393
                                Name="VCWebDeploymentTool"
 
394
                        />
 
395
                        <Tool
 
396
                                Name="VCPostBuildEventTool"
 
397
                        />
 
398
                </Configuration>
 
399
                <Configuration
 
400
                        Name="ReleaseDLL|x64"
 
401
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
402
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
403
                        ConfigurationType="1"
 
404
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
405
                        UseOfMFC="0"
 
406
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
407
                        >
 
408
                        <Tool
 
409
                                Name="VCPreBuildEventTool"
 
410
                        />
 
411
                        <Tool
 
412
                                Name="VCCustomBuildTool"
 
413
                        />
 
414
                        <Tool
 
415
                                Name="VCXMLDataGeneratorTool"
 
416
                        />
 
417
                        <Tool
 
418
                                Name="VCWebServiceProxyGeneratorTool"
 
419
                        />
 
420
                        <Tool
 
421
                                Name="VCMIDLTool"
 
422
                                PreprocessorDefinitions="NDEBUG"
 
423
                                MkTypLibCompatible="true"
 
424
                                SuppressStartupBanner="true"
 
425
                                TargetEnvironment="3"
 
426
                                TypeLibraryName="$(OutDir)/demo_gene2xml.tlb"
 
427
                                HeaderFileName=""
 
428
                        />
 
429
                        <Tool
 
430
                                Name="VCCLCompilerTool"
 
431
                                Optimization="2"
 
432
                                InlineFunctionExpansion="1"
 
433
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\connect,..\..\..\..\api,..\..\..\..\asnstat,..\..\..\..\asnlib,..\..\..\..\access,..\..\..\..\object,..\..\..\..\cdromlib,..\..\..\..\biostruc,..\..\..\..\tools"
 
434
                                PreprocessorDefinitions="_CONSOLE;WIN32;NDEBUG"
 
435
                                StringPooling="true"
 
436
                                RuntimeLibrary="2"
 
437
                                EnableFunctionLevelLinking="true"
 
438
                                RuntimeTypeInfo="true"
 
439
                                PrecompiledHeaderFile="$(IntDir)/demo_gene2xml.pch"
 
440
                                AssemblerListingLocation="$(IntDir)/"
 
441
                                ObjectFile="$(IntDir)/"
 
442
                                ProgramDataBaseFileName="$(IntDir)/"
 
443
                                WarningLevel="3"
 
444
                                SuppressStartupBanner="true"
 
445
                        />
 
446
                        <Tool
 
447
                                Name="VCManagedResourceCompilerTool"
 
448
                        />
 
449
                        <Tool
 
450
                                Name="VCResourceCompilerTool"
 
451
                                PreprocessorDefinitions="NDEBUG"
 
452
                                Culture="1033"
 
453
                        />
 
454
                        <Tool
 
455
                                Name="VCPreLinkEventTool"
 
456
                        />
 
457
                        <Tool
 
458
                                Name="VCLinkerTool"
 
459
                                AdditionalDependencies="oldnames.lib wsock32.lib"
 
460
                                OutputFile="$(OutDir)/gene2xml.exe"
 
461
                                LinkIncremental="1"
 
462
                                SuppressStartupBanner="true"
 
463
                                ProgramDatabaseFile="$(OutDir)/gene2xml.pdb"
 
464
                                SubSystem="1"
 
465
                                TargetMachine="17"
 
466
                        />
 
467
                        <Tool
 
468
                                Name="VCALinkTool"
 
469
                        />
 
470
                        <Tool
 
471
                                Name="VCManifestTool"
 
472
                        />
 
473
                        <Tool
 
474
                                Name="VCXDCMakeTool"
 
475
                        />
 
476
                        <Tool
 
477
                                Name="VCBscMakeTool"
 
478
                                SuppressStartupBanner="true"
 
479
                                OutputFile="$(OutDir)/demo_gene2xml.bsc"
 
480
                        />
 
481
                        <Tool
 
482
                                Name="VCFxCopTool"
 
483
                        />
 
484
                        <Tool
 
485
                                Name="VCAppVerifierTool"
 
486
                        />
 
487
                        <Tool
 
488
                                Name="VCWebDeploymentTool"
 
489
                        />
 
490
                        <Tool
 
491
                                Name="VCPostBuildEventTool"
 
492
                        />
 
493
                </Configuration>
 
494
                <Configuration
 
495
                        Name="Debug|x64"
 
496
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
497
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
498
                        ConfigurationType="1"
 
499
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
500
                        UseOfMFC="0"
 
501
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
502
                        >
 
503
                        <Tool
 
504
                                Name="VCPreBuildEventTool"
 
505
                        />
 
506
                        <Tool
 
507
                                Name="VCCustomBuildTool"
 
508
                        />
 
509
                        <Tool
 
510
                                Name="VCXMLDataGeneratorTool"
 
511
                        />
 
512
                        <Tool
 
513
                                Name="VCWebServiceProxyGeneratorTool"
 
514
                        />
 
515
                        <Tool
 
516
                                Name="VCMIDLTool"
 
517
                                PreprocessorDefinitions="_DEBUG"
 
518
                                MkTypLibCompatible="true"
 
519
                                SuppressStartupBanner="true"
 
520
                                TargetEnvironment="3"
 
521
                                TypeLibraryName="$(OutDir)/demo_gene2xml.tlb"
 
522
                                HeaderFileName=""
 
523
                        />
 
524
                        <Tool
 
525
                                Name="VCCLCompilerTool"
 
526
                                Optimization="0"
 
527
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\connect,..\..\..\..\api,..\..\..\..\asnstat,..\..\..\..\asnlib,..\..\..\..\access,..\..\..\..\object,..\..\..\..\cdromlib,..\..\..\..\biostruc,..\..\..\..\tools"
 
528
                                PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG"
 
529
                                BasicRuntimeChecks="3"
 
530
                                RuntimeLibrary="1"
 
531
                                RuntimeTypeInfo="true"
 
532
                                PrecompiledHeaderFile="$(IntDir)/demo_gene2xml.pch"
 
533
                                AssemblerListingLocation="$(IntDir)/"
 
534
                                ObjectFile="$(IntDir)/"
 
535
                                ProgramDataBaseFileName="$(IntDir)/"
 
536
                                WarningLevel="3"
 
537
                                SuppressStartupBanner="true"
 
538
                                DebugInformationFormat="1"
 
539
                        />
 
540
                        <Tool
 
541
                                Name="VCManagedResourceCompilerTool"
 
542
                        />
 
543
                        <Tool
 
544
                                Name="VCResourceCompilerTool"
 
545
                                PreprocessorDefinitions="_DEBUG"
 
546
                                Culture="1033"
 
547
                        />
 
548
                        <Tool
 
549
                                Name="VCPreLinkEventTool"
 
550
                        />
 
551
                        <Tool
 
552
                                Name="VCLinkerTool"
 
553
                                AdditionalDependencies="oldnames.lib wsock32.lib"
 
554
                                OutputFile="$(OutDir)/gene2xml.exe"
 
555
                                LinkIncremental="2"
 
556
                                SuppressStartupBanner="true"
 
557
                                GenerateDebugInformation="true"
 
558
                                ProgramDatabaseFile="$(OutDir)/gene2xml.pdb"
 
559
                                SubSystem="1"
 
560
                                TargetMachine="17"
 
561
                        />
 
562
                        <Tool
 
563
                                Name="VCALinkTool"
 
564
                        />
 
565
                        <Tool
 
566
                                Name="VCManifestTool"
 
567
                        />
 
568
                        <Tool
 
569
                                Name="VCXDCMakeTool"
 
570
                        />
 
571
                        <Tool
 
572
                                Name="VCBscMakeTool"
 
573
                                SuppressStartupBanner="true"
 
574
                                OutputFile="$(OutDir)/demo_gene2xml.bsc"
 
575
                        />
 
576
                        <Tool
 
577
                                Name="VCFxCopTool"
 
578
                        />
 
579
                        <Tool
 
580
                                Name="VCAppVerifierTool"
 
581
                        />
 
582
                        <Tool
 
583
                                Name="VCWebDeploymentTool"
 
584
                        />
 
585
                        <Tool
 
586
                                Name="VCPostBuildEventTool"
 
587
                        />
 
588
                </Configuration>
 
589
                <Configuration
 
590
                        Name="DebugDLL|x64"
 
591
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
592
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
593
                        ConfigurationType="1"
 
594
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
595
                        UseOfMFC="0"
 
596
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
597
                        >
 
598
                        <Tool
 
599
                                Name="VCPreBuildEventTool"
 
600
                        />
 
601
                        <Tool
 
602
                                Name="VCCustomBuildTool"
 
603
                        />
 
604
                        <Tool
 
605
                                Name="VCXMLDataGeneratorTool"
 
606
                        />
 
607
                        <Tool
 
608
                                Name="VCWebServiceProxyGeneratorTool"
 
609
                        />
 
610
                        <Tool
 
611
                                Name="VCMIDLTool"
 
612
                                PreprocessorDefinitions="_DEBUG"
 
613
                                MkTypLibCompatible="true"
 
614
                                SuppressStartupBanner="true"
 
615
                                TargetEnvironment="3"
 
616
                                TypeLibraryName="$(OutDir)/demo_gene2xml.tlb"
 
617
                                HeaderFileName=""
 
618
                        />
 
619
                        <Tool
 
620
                                Name="VCCLCompilerTool"
 
621
                                Optimization="0"
 
622
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\connect,..\..\..\..\api,..\..\..\..\asnstat,..\..\..\..\asnlib,..\..\..\..\access,..\..\..\..\object,..\..\..\..\cdromlib,..\..\..\..\biostruc,..\..\..\..\tools"
 
623
                                PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG"
 
624
                                BasicRuntimeChecks="3"
 
625
                                RuntimeLibrary="3"
 
626
                                RuntimeTypeInfo="true"
 
627
                                PrecompiledHeaderFile="$(IntDir)/demo_gene2xml.pch"
 
628
                                AssemblerListingLocation="$(IntDir)/"
 
629
                                ObjectFile="$(IntDir)/"
 
630
                                ProgramDataBaseFileName="$(IntDir)/"
 
631
                                WarningLevel="3"
 
632
                                SuppressStartupBanner="true"
 
633
                                DebugInformationFormat="1"
 
634
                        />
 
635
                        <Tool
 
636
                                Name="VCManagedResourceCompilerTool"
 
637
                        />
 
638
                        <Tool
 
639
                                Name="VCResourceCompilerTool"
 
640
                                PreprocessorDefinitions="_DEBUG"
 
641
                                Culture="1033"
 
642
                        />
 
643
                        <Tool
 
644
                                Name="VCPreLinkEventTool"
 
645
                        />
 
646
                        <Tool
 
647
                                Name="VCLinkerTool"
 
648
                                AdditionalDependencies="oldnames.lib wsock32.lib"
 
649
                                OutputFile="$(OutDir)/gene2xml.exe"
 
650
                                LinkIncremental="2"
 
651
                                SuppressStartupBanner="true"
 
652
                                GenerateDebugInformation="true"
 
653
                                ProgramDatabaseFile="$(OutDir)/gene2xml.pdb"
 
654
                                SubSystem="1"
 
655
                                TargetMachine="17"
 
656
                        />
 
657
                        <Tool
 
658
                                Name="VCALinkTool"
 
659
                        />
 
660
                        <Tool
 
661
                                Name="VCManifestTool"
 
662
                        />
 
663
                        <Tool
 
664
                                Name="VCXDCMakeTool"
 
665
                        />
 
666
                        <Tool
 
667
                                Name="VCBscMakeTool"
 
668
                                SuppressStartupBanner="true"
 
669
                                OutputFile="$(OutDir)/demo_gene2xml.bsc"
 
670
                        />
 
671
                        <Tool
 
672
                                Name="VCFxCopTool"
 
673
                        />
 
674
                        <Tool
 
675
                                Name="VCAppVerifierTool"
 
676
                        />
 
677
                        <Tool
 
678
                                Name="VCWebDeploymentTool"
 
679
                        />
 
680
                        <Tool
 
681
                                Name="VCPostBuildEventTool"
 
682
                        />
 
683
                </Configuration>
 
684
                <Configuration
 
685
                        Name="Release|x64"
 
686
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
687
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
688
                        ConfigurationType="1"
 
689
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
690
                        UseOfMFC="0"
 
691
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
692
                        >
 
693
                        <Tool
 
694
                                Name="VCPreBuildEventTool"
 
695
                        />
 
696
                        <Tool
 
697
                                Name="VCCustomBuildTool"
 
698
                        />
 
699
                        <Tool
 
700
                                Name="VCXMLDataGeneratorTool"
 
701
                        />
 
702
                        <Tool
 
703
                                Name="VCWebServiceProxyGeneratorTool"
 
704
                        />
 
705
                        <Tool
 
706
                                Name="VCMIDLTool"
 
707
                                PreprocessorDefinitions="NDEBUG"
 
708
                                MkTypLibCompatible="true"
 
709
                                SuppressStartupBanner="true"
 
710
                                TargetEnvironment="3"
 
711
                                TypeLibraryName="$(OutDir)/demo_gene2xml.tlb"
 
712
                                HeaderFileName=""
 
713
                        />
 
714
                        <Tool
 
715
                                Name="VCCLCompilerTool"
 
716
                                Optimization="2"
 
717
                                InlineFunctionExpansion="1"
 
718
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\connect,..\..\..\..\api,..\..\..\..\asnstat,..\..\..\..\asnlib,..\..\..\..\access,..\..\..\..\object,..\..\..\..\cdromlib,..\..\..\..\biostruc,..\..\..\..\tools"
 
719
                                PreprocessorDefinitions="_CONSOLE;WIN32;NDEBUG"
 
720
                                StringPooling="true"
 
721
                                RuntimeLibrary="0"
 
722
                                EnableFunctionLevelLinking="true"
 
723
                                RuntimeTypeInfo="true"
 
724
                                PrecompiledHeaderFile="$(IntDir)/demo_gene2xml.pch"
 
725
                                AssemblerListingLocation="$(IntDir)/"
 
726
                                ObjectFile="$(IntDir)/"
 
727
                                ProgramDataBaseFileName="$(IntDir)/"
 
728
                                WarningLevel="3"
 
729
                                SuppressStartupBanner="true"
 
730
                        />
 
731
                        <Tool
 
732
                                Name="VCManagedResourceCompilerTool"
 
733
                        />
 
734
                        <Tool
 
735
                                Name="VCResourceCompilerTool"
 
736
                                PreprocessorDefinitions="NDEBUG"
 
737
                                Culture="1033"
 
738
                        />
 
739
                        <Tool
 
740
                                Name="VCPreLinkEventTool"
 
741
                        />
 
742
                        <Tool
 
743
                                Name="VCLinkerTool"
 
744
                                AdditionalDependencies="oldnames.lib wsock32.lib"
 
745
                                OutputFile="$(OutDir)/gene2xml.exe"
 
746
                                LinkIncremental="1"
 
747
                                SuppressStartupBanner="true"
 
748
                                ProgramDatabaseFile="$(OutDir)/gene2xml.pdb"
 
749
                                SubSystem="1"
 
750
                                TargetMachine="17"
 
751
                        />
 
752
                        <Tool
 
753
                                Name="VCALinkTool"
 
754
                        />
 
755
                        <Tool
 
756
                                Name="VCManifestTool"
 
757
                        />
 
758
                        <Tool
 
759
                                Name="VCXDCMakeTool"
 
760
                        />
 
761
                        <Tool
 
762
                                Name="VCBscMakeTool"
 
763
                                SuppressStartupBanner="true"
 
764
                                OutputFile="$(OutDir)/demo_gene2xml.bsc"
 
765
                        />
 
766
                        <Tool
 
767
                                Name="VCFxCopTool"
 
768
                        />
 
769
                        <Tool
 
770
                                Name="VCAppVerifierTool"
 
771
                        />
 
772
                        <Tool
 
773
                                Name="VCWebDeploymentTool"
 
774
                        />
 
775
                        <Tool
 
776
                                Name="VCPostBuildEventTool"
 
777
                        />
 
778
                </Configuration>
 
779
        </Configurations>
 
780
        <References>
 
781
        </References>
 
782
        <Files>
 
783
                <Filter
 
784
                        Name="Source Files"
 
785
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
786
                        >
 
787
                        <File
 
788
                                RelativePath="..\..\..\..\demo\gene2xml.c"
 
789
                                >
 
790
                                <FileConfiguration
 
791
                                        Name="ReleaseDLL|Win32"
 
792
                                        >
 
793
                                        <Tool
 
794
                                                Name="VCCLCompilerTool"
 
795
                                                AdditionalIncludeDirectories=""
 
796
                                                PreprocessorDefinitions=""
 
797
                                        />
 
798
                                </FileConfiguration>
 
799
                                <FileConfiguration
 
800
                                        Name="Debug|Win32"
 
801
                                        >
 
802
                                        <Tool
 
803
                                                Name="VCCLCompilerTool"
 
804
                                                AdditionalIncludeDirectories=""
 
805
                                                PreprocessorDefinitions=""
 
806
                                        />
 
807
                                </FileConfiguration>
 
808
                                <FileConfiguration
 
809
                                        Name="DebugDLL|Win32"
 
810
                                        >
 
811
                                        <Tool
 
812
                                                Name="VCCLCompilerTool"
 
813
                                                AdditionalIncludeDirectories=""
 
814
                                                PreprocessorDefinitions=""
 
815
                                        />
 
816
                                </FileConfiguration>
 
817
                                <FileConfiguration
 
818
                                        Name="Release|Win32"
 
819
                                        >
 
820
                                        <Tool
 
821
                                                Name="VCCLCompilerTool"
 
822
                                                AdditionalIncludeDirectories=""
 
823
                                                PreprocessorDefinitions=""
 
824
                                        />
 
825
                                </FileConfiguration>
 
826
                                <FileConfiguration
 
827
                                        Name="ReleaseDLL|x64"
 
828
                                        >
 
829
                                        <Tool
 
830
                                                Name="VCCLCompilerTool"
 
831
                                                AdditionalIncludeDirectories=""
 
832
                                                PreprocessorDefinitions=""
 
833
                                        />
 
834
                                </FileConfiguration>
 
835
                                <FileConfiguration
 
836
                                        Name="Debug|x64"
 
837
                                        >
 
838
                                        <Tool
 
839
                                                Name="VCCLCompilerTool"
 
840
                                                AdditionalIncludeDirectories=""
 
841
                                                PreprocessorDefinitions=""
 
842
                                        />
 
843
                                </FileConfiguration>
 
844
                                <FileConfiguration
 
845
                                        Name="DebugDLL|x64"
 
846
                                        >
 
847
                                        <Tool
 
848
                                                Name="VCCLCompilerTool"
 
849
                                                AdditionalIncludeDirectories=""
 
850
                                                PreprocessorDefinitions=""
 
851
                                        />
 
852
                                </FileConfiguration>
 
853
                                <FileConfiguration
 
854
                                        Name="Release|x64"
 
855
                                        >
 
856
                                        <Tool
 
857
                                                Name="VCCLCompilerTool"
 
858
                                                AdditionalIncludeDirectories=""
 
859
                                                PreprocessorDefinitions=""
 
860
                                        />
 
861
                                </FileConfiguration>
 
862
                        </File>
 
863
                        <File
 
864
                                RelativePath="..\..\..\..\link\mswin\gene2xml.rc"
 
865
                                >
 
866
                                <FileConfiguration
 
867
                                        Name="ReleaseDLL|Win32"
 
868
                                        >
 
869
                                        <Tool
 
870
                                                Name="VCResourceCompilerTool"
 
871
                                                PreprocessorDefinitions=""
 
872
                                                AdditionalIncludeDirectories="\iva.c\link\mswin"
 
873
                                        />
 
874
                                </FileConfiguration>
 
875
                                <FileConfiguration
 
876
                                        Name="Debug|Win32"
 
877
                                        >
 
878
                                        <Tool
 
879
                                                Name="VCResourceCompilerTool"
 
880
                                                PreprocessorDefinitions=""
 
881
                                                AdditionalIncludeDirectories="\iva.c\link\mswin"
 
882
                                        />
 
883
                                </FileConfiguration>
 
884
                                <FileConfiguration
 
885
                                        Name="DebugDLL|Win32"
 
886
                                        >
 
887
                                        <Tool
 
888
                                                Name="VCResourceCompilerTool"
 
889
                                                PreprocessorDefinitions=""
 
890
                                                AdditionalIncludeDirectories="\iva.c\link\mswin"
 
891
                                        />
 
892
                                </FileConfiguration>
 
893
                                <FileConfiguration
 
894
                                        Name="Release|Win32"
 
895
                                        >
 
896
                                        <Tool
 
897
                                                Name="VCResourceCompilerTool"
 
898
                                                PreprocessorDefinitions=""
 
899
                                                AdditionalIncludeDirectories="\iva.c\link\mswin"
 
900
                                        />
 
901
                                </FileConfiguration>
 
902
                                <FileConfiguration
 
903
                                        Name="ReleaseDLL|x64"
 
904
                                        >
 
905
                                        <Tool
 
906
                                                Name="VCResourceCompilerTool"
 
907
                                                PreprocessorDefinitions=""
 
908
                                                AdditionalIncludeDirectories="\iva.c\link\mswin"
 
909
                                        />
 
910
                                </FileConfiguration>
 
911
                                <FileConfiguration
 
912
                                        Name="Debug|x64"
 
913
                                        >
 
914
                                        <Tool
 
915
                                                Name="VCResourceCompilerTool"
 
916
                                                PreprocessorDefinitions=""
 
917
                                                AdditionalIncludeDirectories="\iva.c\link\mswin"
 
918
                                        />
 
919
                                </FileConfiguration>
 
920
                                <FileConfiguration
 
921
                                        Name="DebugDLL|x64"
 
922
                                        >
 
923
                                        <Tool
 
924
                                                Name="VCResourceCompilerTool"
 
925
                                                PreprocessorDefinitions=""
 
926
                                                AdditionalIncludeDirectories="\iva.c\link\mswin"
 
927
                                        />
 
928
                                </FileConfiguration>
 
929
                                <FileConfiguration
 
930
                                        Name="Release|x64"
 
931
                                        >
 
932
                                        <Tool
 
933
                                                Name="VCResourceCompilerTool"
 
934
                                                PreprocessorDefinitions=""
 
935
                                                AdditionalIncludeDirectories="\iva.c\link\mswin"
 
936
                                        />
 
937
                                </FileConfiguration>
 
938
                        </File>
 
939
                </Filter>
 
940
                <Filter
 
941
                        Name="Header Files"
 
942
                        Filter="h;hpp;hxx;hm;inl"
 
943
                        >
 
944
                </Filter>
 
945
        </Files>
 
946
        <Globals>
 
947
        </Globals>
 
948
</VisualStudioProject>
 
949