~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to make/msvc800_prj/demo/dustv/demo_dustv.vcproj

  • Committer: Package Import Robot
  • Author(s): Aaron M. Ucko
  • Date: 2011-09-05 18:55:02 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: package-import@ubuntu.com-20110905185502-iuvmoe65ytljhckn
Tags: 6.1.20110713-1
* New upstream release.
* debian/*.symbols: update accordingly.
* make/makeshlb.unx: link libcn3dOGL.so against -lm for sqrt.
* doc/man/*.1: update for new release.
* debian/rules:
  - (VIB): add asnmacro, as upstream takes care to publish binaries thereof.
  - Retire obsolete multiarch-unaware checks for libpthread.
  - Fully modernize Debhelper usage; in particular, transition to overrides.
* debian/compat: advance to 9 per rules modernization.
* debian/ncbi-tools-bin.install: add asnmacro.
* make/makenet.unx: link asnmacro only against libraries it directly needs.
* doc/man/asnmacro.1: give asnmacro a man page.
* doc/man/Psequin.1: list it in SEE ALSO.
* network/id1arch/idfetch.c: revert redundant change (from #295110).
* Convert to multiarch.
  - debian/rules: Install libraries (and ncbithr.o) to multiarch directories.
  - debian/lib*.install: match multiarch library paths.
  - debian/control:
    + Build-Depends: debhelper (>= 8.1.3~), implying a recent dpkg-dev.
    + Set Multi-Arch: as appropriate across the board, and specify
      Pre-Depends: ${misc:Pre-Depends} for runtime libraries.
* debian/*.lintian-overrides: drop leading slashes for Lintian 2.5.x.
* debian/control: Standards-Version: 3.9.2 (already compliant).

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_dustv"
6
 
        ProjectGUID="{4E27E3E7-43E3-4270-8088-A33920F6377A}"
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="Debug|Win32"
21
 
                        OutputDirectory=".\Debug"
22
 
                        IntermediateDirectory=".\Debug"
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="_DEBUG"
43
 
                                MkTypLibCompatible="true"
44
 
                                SuppressStartupBanner="true"
45
 
                                TargetEnvironment="1"
46
 
                                TypeLibraryName="$(OutDir)/demo_dustv.tlb"
47
 
                                HeaderFileName=""
48
 
                        />
49
 
                        <Tool
50
 
                                Name="VCCLCompilerTool"
51
 
                                Optimization="0"
52
 
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\cdromlib,..\..\..\..\object,..\..\..\..\asnlib,..\..\..\..\tools,..\..\..\..\ddv,..\..\..\..\api,..\..\..\..\desktop,..\..\..\..\vibrant,..\..\..\..\biostruc,..\..\..\..\network\vibnet"
53
 
                                PreprocessorDefinitions="WIN32;_DEBUG"
54
 
                                BasicRuntimeChecks="3"
55
 
                                RuntimeLibrary="1"
56
 
                                RuntimeTypeInfo="true"
57
 
                                PrecompiledHeaderFile="$(IntDir)/demo_dustv.pch"
58
 
                                AssemblerListingLocation="$(IntDir)/"
59
 
                                ObjectFile="$(IntDir)/"
60
 
                                ProgramDataBaseFileName="$(IntDir)/"
61
 
                                WarningLevel="3"
62
 
                                SuppressStartupBanner="true"
63
 
                                DebugInformationFormat="1"
64
 
                        />
65
 
                        <Tool
66
 
                                Name="VCManagedResourceCompilerTool"
67
 
                        />
68
 
                        <Tool
69
 
                                Name="VCResourceCompilerTool"
70
 
                                PreprocessorDefinitions="_DEBUG"
71
 
                                Culture="1033"
72
 
                        />
73
 
                        <Tool
74
 
                                Name="VCPreLinkEventTool"
75
 
                        />
76
 
                        <Tool
77
 
                                Name="VCLinkerTool"
78
 
                                AdditionalDependencies="oldnames.lib ws2_32.lib"
79
 
                                OutputFile="$(OutDir)/dustv.exe"
80
 
                                LinkIncremental="2"
81
 
                                SuppressStartupBanner="true"
82
 
                                GenerateDebugInformation="true"
83
 
                                ProgramDatabaseFile="$(OutDir)/dustv.pdb"
84
 
                                SubSystem="2"
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_dustv.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="ReleaseDLL|Win32"
116
 
                        OutputDirectory=".\ReleaseDLL"
117
 
                        IntermediateDirectory=".\ReleaseDLL"
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="NDEBUG"
138
 
                                MkTypLibCompatible="true"
139
 
                                SuppressStartupBanner="true"
140
 
                                TargetEnvironment="1"
141
 
                                TypeLibraryName="$(OutDir)/demo_dustv.tlb"
142
 
                                HeaderFileName=""
143
 
                        />
144
 
                        <Tool
145
 
                                Name="VCCLCompilerTool"
146
 
                                Optimization="2"
147
 
                                InlineFunctionExpansion="1"
148
 
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\cdromlib,..\..\..\..\object,..\..\..\..\asnlib,..\..\..\..\tools,..\..\..\..\ddv,..\..\..\..\api,..\..\..\..\desktop,..\..\..\..\vibrant,..\..\..\..\biostruc,..\..\..\..\network\vibnet"
149
 
                                PreprocessorDefinitions="WIN32;NDEBUG"
150
 
                                StringPooling="true"
151
 
                                RuntimeLibrary="2"
152
 
                                EnableFunctionLevelLinking="true"
153
 
                                RuntimeTypeInfo="true"
154
 
                                PrecompiledHeaderFile="$(IntDir)/demo_dustv.pch"
155
 
                                AssemblerListingLocation="$(IntDir)/"
156
 
                                ObjectFile="$(IntDir)/"
157
 
                                ProgramDataBaseFileName="$(IntDir)/"
158
 
                                WarningLevel="3"
159
 
                                SuppressStartupBanner="true"
160
 
                        />
161
 
                        <Tool
162
 
                                Name="VCManagedResourceCompilerTool"
163
 
                        />
164
 
                        <Tool
165
 
                                Name="VCResourceCompilerTool"
166
 
                                PreprocessorDefinitions="NDEBUG"
167
 
                                Culture="1033"
168
 
                        />
169
 
                        <Tool
170
 
                                Name="VCPreLinkEventTool"
171
 
                        />
172
 
                        <Tool
173
 
                                Name="VCLinkerTool"
174
 
                                AdditionalDependencies="oldnames.lib ws2_32.lib"
175
 
                                OutputFile="$(OutDir)/dustv.exe"
176
 
                                LinkIncremental="1"
177
 
                                SuppressStartupBanner="true"
178
 
                                ProgramDatabaseFile="$(OutDir)/dustv.pdb"
179
 
                                SubSystem="2"
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_dustv.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_dustv.tlb"
237
 
                                HeaderFileName=""
238
 
                        />
239
 
                        <Tool
240
 
                                Name="VCCLCompilerTool"
241
 
                                Optimization="0"
242
 
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\cdromlib,..\..\..\..\object,..\..\..\..\asnlib,..\..\..\..\tools,..\..\..\..\ddv,..\..\..\..\api,..\..\..\..\desktop,..\..\..\..\vibrant,..\..\..\..\biostruc,..\..\..\..\network\vibnet"
243
 
                                PreprocessorDefinitions="WIN32;_DEBUG"
244
 
                                BasicRuntimeChecks="3"
245
 
                                RuntimeLibrary="3"
246
 
                                RuntimeTypeInfo="true"
247
 
                                PrecompiledHeaderFile="$(IntDir)/demo_dustv.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 ws2_32.lib"
269
 
                                OutputFile="$(OutDir)/dustv.exe"
270
 
                                LinkIncremental="2"
271
 
                                SuppressStartupBanner="true"
272
 
                                GenerateDebugInformation="true"
273
 
                                ProgramDatabaseFile="$(OutDir)/dustv.pdb"
274
 
                                SubSystem="2"
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_dustv.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_dustv.tlb"
332
 
                                HeaderFileName=""
333
 
                        />
334
 
                        <Tool
335
 
                                Name="VCCLCompilerTool"
336
 
                                Optimization="2"
337
 
                                InlineFunctionExpansion="1"
338
 
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\cdromlib,..\..\..\..\object,..\..\..\..\asnlib,..\..\..\..\tools,..\..\..\..\ddv,..\..\..\..\api,..\..\..\..\desktop,..\..\..\..\vibrant,..\..\..\..\biostruc,..\..\..\..\network\vibnet"
339
 
                                PreprocessorDefinitions="WIN32;NDEBUG"
340
 
                                StringPooling="true"
341
 
                                RuntimeLibrary="0"
342
 
                                EnableFunctionLevelLinking="true"
343
 
                                RuntimeTypeInfo="true"
344
 
                                PrecompiledHeaderFile="$(IntDir)/demo_dustv.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 ws2_32.lib"
365
 
                                OutputFile="$(OutDir)/dustv.exe"
366
 
                                LinkIncremental="1"
367
 
                                SuppressStartupBanner="true"
368
 
                                ProgramDatabaseFile="$(OutDir)/dustv.pdb"
369
 
                                SubSystem="2"
370
 
                                TargetMachine="1"
371
 
                        />
372
 
                        <Tool
373
 
                                Name="VCALinkTool"
374
 
                        />
375
 
                        <Tool
376
 
                                Name="VCManifestTool"
377
 
                        />
378
 
                        <Tool
379
 
                                Name="VCXDCMakeTool"
380
 
                        />
381
 
                        <Tool
382
 
                                Name="VCBscMakeTool"
383
 
                                SuppressStartupBanner="true"
384
 
                                OutputFile="$(OutDir)/demo_dustv.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="Debug|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="_DEBUG"
423
 
                                MkTypLibCompatible="true"
424
 
                                SuppressStartupBanner="true"
425
 
                                TargetEnvironment="3"
426
 
                                TypeLibraryName="$(OutDir)/demo_dustv.tlb"
427
 
                                HeaderFileName=""
428
 
                        />
429
 
                        <Tool
430
 
                                Name="VCCLCompilerTool"
431
 
                                Optimization="0"
432
 
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\cdromlib,..\..\..\..\object,..\..\..\..\asnlib,..\..\..\..\tools,..\..\..\..\ddv,..\..\..\..\api,..\..\..\..\desktop,..\..\..\..\vibrant,..\..\..\..\biostruc,..\..\..\..\network\vibnet"
433
 
                                PreprocessorDefinitions="WIN32;_DEBUG"
434
 
                                BasicRuntimeChecks="3"
435
 
                                RuntimeLibrary="1"
436
 
                                RuntimeTypeInfo="true"
437
 
                                PrecompiledHeaderFile="$(IntDir)/demo_dustv.pch"
438
 
                                AssemblerListingLocation="$(IntDir)/"
439
 
                                ObjectFile="$(IntDir)/"
440
 
                                ProgramDataBaseFileName="$(IntDir)/"
441
 
                                WarningLevel="3"
442
 
                                SuppressStartupBanner="true"
443
 
                                DebugInformationFormat="1"
444
 
                        />
445
 
                        <Tool
446
 
                                Name="VCManagedResourceCompilerTool"
447
 
                        />
448
 
                        <Tool
449
 
                                Name="VCResourceCompilerTool"
450
 
                                PreprocessorDefinitions="_DEBUG"
451
 
                                Culture="1033"
452
 
                        />
453
 
                        <Tool
454
 
                                Name="VCPreLinkEventTool"
455
 
                        />
456
 
                        <Tool
457
 
                                Name="VCLinkerTool"
458
 
                                AdditionalDependencies="oldnames.lib ws2_32.lib"
459
 
                                OutputFile="$(OutDir)/dustv.exe"
460
 
                                LinkIncremental="2"
461
 
                                SuppressStartupBanner="true"
462
 
                                GenerateDebugInformation="true"
463
 
                                ProgramDatabaseFile="$(OutDir)/dustv.pdb"
464
 
                                SubSystem="2"
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_dustv.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="ReleaseDLL|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="NDEBUG"
518
 
                                MkTypLibCompatible="true"
519
 
                                SuppressStartupBanner="true"
520
 
                                TargetEnvironment="3"
521
 
                                TypeLibraryName="$(OutDir)/demo_dustv.tlb"
522
 
                                HeaderFileName=""
523
 
                        />
524
 
                        <Tool
525
 
                                Name="VCCLCompilerTool"
526
 
                                Optimization="2"
527
 
                                InlineFunctionExpansion="1"
528
 
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\cdromlib,..\..\..\..\object,..\..\..\..\asnlib,..\..\..\..\tools,..\..\..\..\ddv,..\..\..\..\api,..\..\..\..\desktop,..\..\..\..\vibrant,..\..\..\..\biostruc,..\..\..\..\network\vibnet"
529
 
                                PreprocessorDefinitions="WIN32;NDEBUG"
530
 
                                StringPooling="true"
531
 
                                RuntimeLibrary="2"
532
 
                                EnableFunctionLevelLinking="true"
533
 
                                RuntimeTypeInfo="true"
534
 
                                PrecompiledHeaderFile="$(IntDir)/demo_dustv.pch"
535
 
                                AssemblerListingLocation="$(IntDir)/"
536
 
                                ObjectFile="$(IntDir)/"
537
 
                                ProgramDataBaseFileName="$(IntDir)/"
538
 
                                WarningLevel="3"
539
 
                                SuppressStartupBanner="true"
540
 
                        />
541
 
                        <Tool
542
 
                                Name="VCManagedResourceCompilerTool"
543
 
                        />
544
 
                        <Tool
545
 
                                Name="VCResourceCompilerTool"
546
 
                                PreprocessorDefinitions="NDEBUG"
547
 
                                Culture="1033"
548
 
                        />
549
 
                        <Tool
550
 
                                Name="VCPreLinkEventTool"
551
 
                        />
552
 
                        <Tool
553
 
                                Name="VCLinkerTool"
554
 
                                AdditionalDependencies="oldnames.lib ws2_32.lib"
555
 
                                OutputFile="$(OutDir)/dustv.exe"
556
 
                                LinkIncremental="1"
557
 
                                SuppressStartupBanner="true"
558
 
                                ProgramDatabaseFile="$(OutDir)/dustv.pdb"
559
 
                                SubSystem="2"
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_dustv.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_dustv.tlb"
617
 
                                HeaderFileName=""
618
 
                        />
619
 
                        <Tool
620
 
                                Name="VCCLCompilerTool"
621
 
                                Optimization="0"
622
 
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\cdromlib,..\..\..\..\object,..\..\..\..\asnlib,..\..\..\..\tools,..\..\..\..\ddv,..\..\..\..\api,..\..\..\..\desktop,..\..\..\..\vibrant,..\..\..\..\biostruc,..\..\..\..\network\vibnet"
623
 
                                PreprocessorDefinitions="WIN32;_DEBUG"
624
 
                                BasicRuntimeChecks="3"
625
 
                                RuntimeLibrary="3"
626
 
                                RuntimeTypeInfo="true"
627
 
                                PrecompiledHeaderFile="$(IntDir)/demo_dustv.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 ws2_32.lib"
649
 
                                OutputFile="$(OutDir)/dustv.exe"
650
 
                                LinkIncremental="2"
651
 
                                SuppressStartupBanner="true"
652
 
                                GenerateDebugInformation="true"
653
 
                                ProgramDatabaseFile="$(OutDir)/dustv.pdb"
654
 
                                SubSystem="2"
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_dustv.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_dustv.tlb"
712
 
                                HeaderFileName=""
713
 
                        />
714
 
                        <Tool
715
 
                                Name="VCCLCompilerTool"
716
 
                                Optimization="2"
717
 
                                InlineFunctionExpansion="1"
718
 
                                AdditionalIncludeDirectories="..\..\..\..,..\..\..\..\corelib,..\..\..\..\cdromlib,..\..\..\..\object,..\..\..\..\asnlib,..\..\..\..\tools,..\..\..\..\ddv,..\..\..\..\api,..\..\..\..\desktop,..\..\..\..\vibrant,..\..\..\..\biostruc,..\..\..\..\network\vibnet"
719
 
                                PreprocessorDefinitions="WIN32;NDEBUG"
720
 
                                StringPooling="true"
721
 
                                RuntimeLibrary="0"
722
 
                                EnableFunctionLevelLinking="true"
723
 
                                RuntimeTypeInfo="true"
724
 
                                PrecompiledHeaderFile="$(IntDir)/demo_dustv.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 ws2_32.lib"
745
 
                                OutputFile="$(OutDir)/dustv.exe"
746
 
                                LinkIncremental="1"
747
 
                                SuppressStartupBanner="true"
748
 
                                ProgramDatabaseFile="$(OutDir)/dustv.pdb"
749
 
                                SubSystem="2"
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_dustv.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\dustv.c"
789
 
                                >
790
 
                                <FileConfiguration
791
 
                                        Name="Debug|Win32"
792
 
                                        >
793
 
                                        <Tool
794
 
                                                Name="VCCLCompilerTool"
795
 
                                                AdditionalIncludeDirectories=""
796
 
                                                PreprocessorDefinitions=""
797
 
                                        />
798
 
                                </FileConfiguration>
799
 
                                <FileConfiguration
800
 
                                        Name="ReleaseDLL|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="Debug|x64"
828
 
                                        >
829
 
                                        <Tool
830
 
                                                Name="VCCLCompilerTool"
831
 
                                                AdditionalIncludeDirectories=""
832
 
                                                PreprocessorDefinitions=""
833
 
                                        />
834
 
                                </FileConfiguration>
835
 
                                <FileConfiguration
836
 
                                        Name="ReleaseDLL|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\dustv.rc"
865
 
                                >
866
 
                                <FileConfiguration
867
 
                                        Name="Debug|Win32"
868
 
                                        >
869
 
                                        <Tool
870
 
                                                Name="VCResourceCompilerTool"
871
 
                                                PreprocessorDefinitions=""
872
 
                                                AdditionalIncludeDirectories="\ivanov\ncbi\link\mswin"
873
 
                                        />
874
 
                                </FileConfiguration>
875
 
                                <FileConfiguration
876
 
                                        Name="ReleaseDLL|Win32"
877
 
                                        >
878
 
                                        <Tool
879
 
                                                Name="VCResourceCompilerTool"
880
 
                                                PreprocessorDefinitions=""
881
 
                                                AdditionalIncludeDirectories="\ivanov\ncbi\link\mswin"
882
 
                                        />
883
 
                                </FileConfiguration>
884
 
                                <FileConfiguration
885
 
                                        Name="DebugDLL|Win32"
886
 
                                        >
887
 
                                        <Tool
888
 
                                                Name="VCResourceCompilerTool"
889
 
                                                PreprocessorDefinitions=""
890
 
                                                AdditionalIncludeDirectories="\ivanov\ncbi\link\mswin"
891
 
                                        />
892
 
                                </FileConfiguration>
893
 
                                <FileConfiguration
894
 
                                        Name="Release|Win32"
895
 
                                        >
896
 
                                        <Tool
897
 
                                                Name="VCResourceCompilerTool"
898
 
                                                PreprocessorDefinitions=""
899
 
                                                AdditionalIncludeDirectories="\ivanov\ncbi\link\mswin"
900
 
                                        />
901
 
                                </FileConfiguration>
902
 
                                <FileConfiguration
903
 
                                        Name="Debug|x64"
904
 
                                        >
905
 
                                        <Tool
906
 
                                                Name="VCResourceCompilerTool"
907
 
                                                PreprocessorDefinitions=""
908
 
                                                AdditionalIncludeDirectories="\ivanov\ncbi\link\mswin"
909
 
                                        />
910
 
                                </FileConfiguration>
911
 
                                <FileConfiguration
912
 
                                        Name="ReleaseDLL|x64"
913
 
                                        >
914
 
                                        <Tool
915
 
                                                Name="VCResourceCompilerTool"
916
 
                                                PreprocessorDefinitions=""
917
 
                                                AdditionalIncludeDirectories="\ivanov\ncbi\link\mswin"
918
 
                                        />
919
 
                                </FileConfiguration>
920
 
                                <FileConfiguration
921
 
                                        Name="DebugDLL|x64"
922
 
                                        >
923
 
                                        <Tool
924
 
                                                Name="VCResourceCompilerTool"
925
 
                                                PreprocessorDefinitions=""
926
 
                                                AdditionalIncludeDirectories="\ivanov\ncbi\link\mswin"
927
 
                                        />
928
 
                                </FileConfiguration>
929
 
                                <FileConfiguration
930
 
                                        Name="Release|x64"
931
 
                                        >
932
 
                                        <Tool
933
 
                                                Name="VCResourceCompilerTool"
934
 
                                                PreprocessorDefinitions=""
935
 
                                                AdditionalIncludeDirectories="\ivanov\ncbi\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