~ubuntu-branches/ubuntu/raring/ncbi-tools6/raring

« back to all changes in this revision

Viewing changes to make/msvc800_prj/network/spell/client/ncbispel.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="ncbispel"
6
 
        ProjectGUID="{4E3DA1E5-1E82-47C5-8749-92824C1A62B5}"
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="DebugDLL|Win32"
21
 
                        OutputDirectory=".\DebugDLL"
22
 
                        IntermediateDirectory=".\DebugDLL"
23
 
                        ConfigurationType="4"
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
 
                        />
43
 
                        <Tool
44
 
                                Name="VCCLCompilerTool"
45
 
                                Optimization="0"
46
 
                                AdditionalIncludeDirectories="..\..\..\..\..,..\..\..\..\..\network\spell\client,..\..\..\..\..\asnlib,..\..\..\..\..\asnstat,..\..\..\..\..\corelib,..\..\..\..\..\network\nsclilib"
47
 
                                PreprocessorDefinitions="WIN32;_DEBUG"
48
 
                                BasicRuntimeChecks="3"
49
 
                                RuntimeLibrary="3"
50
 
                                RuntimeTypeInfo="true"
51
 
                                PrecompiledHeaderFile="$(IntDir)/ncbispel.pch"
52
 
                                AssemblerListingLocation="$(IntDir)/"
53
 
                                ObjectFile="$(IntDir)/"
54
 
                                ProgramDataBaseFileName="$(IntDir)/"
55
 
                                WarningLevel="3"
56
 
                                SuppressStartupBanner="true"
57
 
                                DebugInformationFormat="1"
58
 
                        />
59
 
                        <Tool
60
 
                                Name="VCManagedResourceCompilerTool"
61
 
                        />
62
 
                        <Tool
63
 
                                Name="VCResourceCompilerTool"
64
 
                                PreprocessorDefinitions="_DEBUG"
65
 
                                Culture="1033"
66
 
                        />
67
 
                        <Tool
68
 
                                Name="VCPreLinkEventTool"
69
 
                        />
70
 
                        <Tool
71
 
                                Name="VCLibrarianTool"
72
 
                                OutputFile="$(OutDir)/ncbispel.lib"
73
 
                                SuppressStartupBanner="true"
74
 
                        />
75
 
                        <Tool
76
 
                                Name="VCALinkTool"
77
 
                        />
78
 
                        <Tool
79
 
                                Name="VCXDCMakeTool"
80
 
                        />
81
 
                        <Tool
82
 
                                Name="VCBscMakeTool"
83
 
                                SuppressStartupBanner="true"
84
 
                                OutputFile="$(OutDir)/ncbispel.bsc"
85
 
                        />
86
 
                        <Tool
87
 
                                Name="VCFxCopTool"
88
 
                        />
89
 
                        <Tool
90
 
                                Name="VCPostBuildEventTool"
91
 
                        />
92
 
                </Configuration>
93
 
                <Configuration
94
 
                        Name="ReleaseDLL|Win32"
95
 
                        OutputDirectory=".\ReleaseDLL"
96
 
                        IntermediateDirectory=".\ReleaseDLL"
97
 
                        ConfigurationType="4"
98
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
99
 
                        UseOfMFC="0"
100
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
101
 
                        >
102
 
                        <Tool
103
 
                                Name="VCPreBuildEventTool"
104
 
                        />
105
 
                        <Tool
106
 
                                Name="VCCustomBuildTool"
107
 
                        />
108
 
                        <Tool
109
 
                                Name="VCXMLDataGeneratorTool"
110
 
                        />
111
 
                        <Tool
112
 
                                Name="VCWebServiceProxyGeneratorTool"
113
 
                        />
114
 
                        <Tool
115
 
                                Name="VCMIDLTool"
116
 
                        />
117
 
                        <Tool
118
 
                                Name="VCCLCompilerTool"
119
 
                                Optimization="2"
120
 
                                InlineFunctionExpansion="1"
121
 
                                AdditionalIncludeDirectories="..\..\..\..\..,..\..\..\..\..\network\spell\client,..\..\..\..\..\asnlib,..\..\..\..\..\asnstat,..\..\..\..\..\corelib,..\..\..\..\..\network\nsclilib"
122
 
                                PreprocessorDefinitions="WIN32;NDEBUG"
123
 
                                StringPooling="true"
124
 
                                RuntimeLibrary="2"
125
 
                                EnableFunctionLevelLinking="true"
126
 
                                RuntimeTypeInfo="true"
127
 
                                PrecompiledHeaderFile="$(IntDir)/ncbispel.pch"
128
 
                                AssemblerListingLocation="$(IntDir)/"
129
 
                                ObjectFile="$(IntDir)/"
130
 
                                ProgramDataBaseFileName="$(IntDir)/"
131
 
                                WarningLevel="3"
132
 
                                SuppressStartupBanner="true"
133
 
                        />
134
 
                        <Tool
135
 
                                Name="VCManagedResourceCompilerTool"
136
 
                        />
137
 
                        <Tool
138
 
                                Name="VCResourceCompilerTool"
139
 
                                PreprocessorDefinitions="NDEBUG"
140
 
                                Culture="1033"
141
 
                        />
142
 
                        <Tool
143
 
                                Name="VCPreLinkEventTool"
144
 
                        />
145
 
                        <Tool
146
 
                                Name="VCLibrarianTool"
147
 
                                OutputFile="$(OutDir)/ncbispel.lib"
148
 
                                SuppressStartupBanner="true"
149
 
                        />
150
 
                        <Tool
151
 
                                Name="VCALinkTool"
152
 
                        />
153
 
                        <Tool
154
 
                                Name="VCXDCMakeTool"
155
 
                        />
156
 
                        <Tool
157
 
                                Name="VCBscMakeTool"
158
 
                                SuppressStartupBanner="true"
159
 
                                OutputFile="$(OutDir)/ncbispel.bsc"
160
 
                        />
161
 
                        <Tool
162
 
                                Name="VCFxCopTool"
163
 
                        />
164
 
                        <Tool
165
 
                                Name="VCPostBuildEventTool"
166
 
                        />
167
 
                </Configuration>
168
 
                <Configuration
169
 
                        Name="Debug|Win32"
170
 
                        OutputDirectory=".\Debug"
171
 
                        IntermediateDirectory=".\Debug"
172
 
                        ConfigurationType="4"
173
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
174
 
                        UseOfMFC="0"
175
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
176
 
                        >
177
 
                        <Tool
178
 
                                Name="VCPreBuildEventTool"
179
 
                        />
180
 
                        <Tool
181
 
                                Name="VCCustomBuildTool"
182
 
                        />
183
 
                        <Tool
184
 
                                Name="VCXMLDataGeneratorTool"
185
 
                        />
186
 
                        <Tool
187
 
                                Name="VCWebServiceProxyGeneratorTool"
188
 
                        />
189
 
                        <Tool
190
 
                                Name="VCMIDLTool"
191
 
                        />
192
 
                        <Tool
193
 
                                Name="VCCLCompilerTool"
194
 
                                Optimization="0"
195
 
                                AdditionalIncludeDirectories="..\..\..\..\..,..\..\..\..\..\network\spell\client,..\..\..\..\..\asnlib,..\..\..\..\..\asnstat,..\..\..\..\..\corelib,..\..\..\..\..\network\nsclilib"
196
 
                                PreprocessorDefinitions="WIN32;_DEBUG"
197
 
                                BasicRuntimeChecks="3"
198
 
                                RuntimeLibrary="1"
199
 
                                RuntimeTypeInfo="true"
200
 
                                PrecompiledHeaderFile="$(IntDir)/ncbispel.pch"
201
 
                                AssemblerListingLocation="$(IntDir)/"
202
 
                                ObjectFile="$(IntDir)/"
203
 
                                ProgramDataBaseFileName="$(IntDir)/"
204
 
                                WarningLevel="3"
205
 
                                SuppressStartupBanner="true"
206
 
                                DebugInformationFormat="1"
207
 
                        />
208
 
                        <Tool
209
 
                                Name="VCManagedResourceCompilerTool"
210
 
                        />
211
 
                        <Tool
212
 
                                Name="VCResourceCompilerTool"
213
 
                                PreprocessorDefinitions="_DEBUG"
214
 
                                Culture="1033"
215
 
                        />
216
 
                        <Tool
217
 
                                Name="VCPreLinkEventTool"
218
 
                        />
219
 
                        <Tool
220
 
                                Name="VCLibrarianTool"
221
 
                                OutputFile="$(OutDir)/ncbispel.lib"
222
 
                                SuppressStartupBanner="true"
223
 
                        />
224
 
                        <Tool
225
 
                                Name="VCALinkTool"
226
 
                        />
227
 
                        <Tool
228
 
                                Name="VCXDCMakeTool"
229
 
                        />
230
 
                        <Tool
231
 
                                Name="VCBscMakeTool"
232
 
                                SuppressStartupBanner="true"
233
 
                                OutputFile="$(OutDir)/ncbispel.bsc"
234
 
                        />
235
 
                        <Tool
236
 
                                Name="VCFxCopTool"
237
 
                        />
238
 
                        <Tool
239
 
                                Name="VCPostBuildEventTool"
240
 
                        />
241
 
                </Configuration>
242
 
                <Configuration
243
 
                        Name="Release|Win32"
244
 
                        OutputDirectory=".\Release"
245
 
                        IntermediateDirectory=".\Release"
246
 
                        ConfigurationType="4"
247
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
248
 
                        UseOfMFC="0"
249
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
250
 
                        >
251
 
                        <Tool
252
 
                                Name="VCPreBuildEventTool"
253
 
                        />
254
 
                        <Tool
255
 
                                Name="VCCustomBuildTool"
256
 
                        />
257
 
                        <Tool
258
 
                                Name="VCXMLDataGeneratorTool"
259
 
                        />
260
 
                        <Tool
261
 
                                Name="VCWebServiceProxyGeneratorTool"
262
 
                        />
263
 
                        <Tool
264
 
                                Name="VCMIDLTool"
265
 
                        />
266
 
                        <Tool
267
 
                                Name="VCCLCompilerTool"
268
 
                                Optimization="2"
269
 
                                InlineFunctionExpansion="1"
270
 
                                AdditionalIncludeDirectories="..\..\..\..\..,..\..\..\..\..\network\spell\client,..\..\..\..\..\asnlib,..\..\..\..\..\asnstat,..\..\..\..\..\corelib,..\..\..\..\..\network\nsclilib"
271
 
                                PreprocessorDefinitions="WIN32;NDEBUG"
272
 
                                StringPooling="true"
273
 
                                RuntimeLibrary="0"
274
 
                                EnableFunctionLevelLinking="true"
275
 
                                RuntimeTypeInfo="true"
276
 
                                PrecompiledHeaderFile="$(IntDir)/ncbispel.pch"
277
 
                                AssemblerListingLocation="$(IntDir)/"
278
 
                                ObjectFile="$(IntDir)/"
279
 
                                ProgramDataBaseFileName="$(IntDir)/"
280
 
                                WarningLevel="3"
281
 
                                SuppressStartupBanner="true"
282
 
                        />
283
 
                        <Tool
284
 
                                Name="VCManagedResourceCompilerTool"
285
 
                        />
286
 
                        <Tool
287
 
                                Name="VCResourceCompilerTool"
288
 
                                PreprocessorDefinitions="NDEBUG"
289
 
                                Culture="1033"
290
 
                        />
291
 
                        <Tool
292
 
                                Name="VCPreLinkEventTool"
293
 
                        />
294
 
                        <Tool
295
 
                                Name="VCLibrarianTool"
296
 
                                OutputFile="$(OutDir)/ncbispel.lib"
297
 
                                SuppressStartupBanner="true"
298
 
                        />
299
 
                        <Tool
300
 
                                Name="VCALinkTool"
301
 
                        />
302
 
                        <Tool
303
 
                                Name="VCXDCMakeTool"
304
 
                        />
305
 
                        <Tool
306
 
                                Name="VCBscMakeTool"
307
 
                                SuppressStartupBanner="true"
308
 
                                OutputFile="$(OutDir)/ncbispel.bsc"
309
 
                        />
310
 
                        <Tool
311
 
                                Name="VCFxCopTool"
312
 
                        />
313
 
                        <Tool
314
 
                                Name="VCPostBuildEventTool"
315
 
                        />
316
 
                </Configuration>
317
 
                <Configuration
318
 
                        Name="DebugDLL|x64"
319
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
320
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
321
 
                        ConfigurationType="4"
322
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
323
 
                        UseOfMFC="0"
324
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
325
 
                        >
326
 
                        <Tool
327
 
                                Name="VCPreBuildEventTool"
328
 
                        />
329
 
                        <Tool
330
 
                                Name="VCCustomBuildTool"
331
 
                        />
332
 
                        <Tool
333
 
                                Name="VCXMLDataGeneratorTool"
334
 
                        />
335
 
                        <Tool
336
 
                                Name="VCWebServiceProxyGeneratorTool"
337
 
                        />
338
 
                        <Tool
339
 
                                Name="VCMIDLTool"
340
 
                                TargetEnvironment="3"
341
 
                        />
342
 
                        <Tool
343
 
                                Name="VCCLCompilerTool"
344
 
                                Optimization="0"
345
 
                                AdditionalIncludeDirectories="..\..\..\..\..,..\..\..\..\..\network\spell\client,..\..\..\..\..\asnlib,..\..\..\..\..\asnstat,..\..\..\..\..\corelib,..\..\..\..\..\network\nsclilib"
346
 
                                PreprocessorDefinitions="WIN32;_DEBUG"
347
 
                                BasicRuntimeChecks="3"
348
 
                                RuntimeLibrary="3"
349
 
                                RuntimeTypeInfo="true"
350
 
                                PrecompiledHeaderFile="$(IntDir)/ncbispel.pch"
351
 
                                AssemblerListingLocation="$(IntDir)/"
352
 
                                ObjectFile="$(IntDir)/"
353
 
                                ProgramDataBaseFileName="$(IntDir)/"
354
 
                                WarningLevel="3"
355
 
                                SuppressStartupBanner="true"
356
 
                                DebugInformationFormat="1"
357
 
                        />
358
 
                        <Tool
359
 
                                Name="VCManagedResourceCompilerTool"
360
 
                        />
361
 
                        <Tool
362
 
                                Name="VCResourceCompilerTool"
363
 
                                PreprocessorDefinitions="_DEBUG"
364
 
                                Culture="1033"
365
 
                        />
366
 
                        <Tool
367
 
                                Name="VCPreLinkEventTool"
368
 
                        />
369
 
                        <Tool
370
 
                                Name="VCLibrarianTool"
371
 
                                OutputFile="$(OutDir)/ncbispel.lib"
372
 
                                SuppressStartupBanner="true"
373
 
                        />
374
 
                        <Tool
375
 
                                Name="VCALinkTool"
376
 
                        />
377
 
                        <Tool
378
 
                                Name="VCXDCMakeTool"
379
 
                        />
380
 
                        <Tool
381
 
                                Name="VCBscMakeTool"
382
 
                                SuppressStartupBanner="true"
383
 
                                OutputFile="$(OutDir)/ncbispel.bsc"
384
 
                        />
385
 
                        <Tool
386
 
                                Name="VCFxCopTool"
387
 
                        />
388
 
                        <Tool
389
 
                                Name="VCPostBuildEventTool"
390
 
                        />
391
 
                </Configuration>
392
 
                <Configuration
393
 
                        Name="ReleaseDLL|x64"
394
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
395
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
396
 
                        ConfigurationType="4"
397
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
398
 
                        UseOfMFC="0"
399
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
400
 
                        >
401
 
                        <Tool
402
 
                                Name="VCPreBuildEventTool"
403
 
                        />
404
 
                        <Tool
405
 
                                Name="VCCustomBuildTool"
406
 
                        />
407
 
                        <Tool
408
 
                                Name="VCXMLDataGeneratorTool"
409
 
                        />
410
 
                        <Tool
411
 
                                Name="VCWebServiceProxyGeneratorTool"
412
 
                        />
413
 
                        <Tool
414
 
                                Name="VCMIDLTool"
415
 
                                TargetEnvironment="3"
416
 
                        />
417
 
                        <Tool
418
 
                                Name="VCCLCompilerTool"
419
 
                                Optimization="2"
420
 
                                InlineFunctionExpansion="1"
421
 
                                AdditionalIncludeDirectories="..\..\..\..\..,..\..\..\..\..\network\spell\client,..\..\..\..\..\asnlib,..\..\..\..\..\asnstat,..\..\..\..\..\corelib,..\..\..\..\..\network\nsclilib"
422
 
                                PreprocessorDefinitions="WIN32;NDEBUG"
423
 
                                StringPooling="true"
424
 
                                RuntimeLibrary="2"
425
 
                                EnableFunctionLevelLinking="true"
426
 
                                RuntimeTypeInfo="true"
427
 
                                PrecompiledHeaderFile="$(IntDir)/ncbispel.pch"
428
 
                                AssemblerListingLocation="$(IntDir)/"
429
 
                                ObjectFile="$(IntDir)/"
430
 
                                ProgramDataBaseFileName="$(IntDir)/"
431
 
                                WarningLevel="3"
432
 
                                SuppressStartupBanner="true"
433
 
                        />
434
 
                        <Tool
435
 
                                Name="VCManagedResourceCompilerTool"
436
 
                        />
437
 
                        <Tool
438
 
                                Name="VCResourceCompilerTool"
439
 
                                PreprocessorDefinitions="NDEBUG"
440
 
                                Culture="1033"
441
 
                        />
442
 
                        <Tool
443
 
                                Name="VCPreLinkEventTool"
444
 
                        />
445
 
                        <Tool
446
 
                                Name="VCLibrarianTool"
447
 
                                OutputFile="$(OutDir)/ncbispel.lib"
448
 
                                SuppressStartupBanner="true"
449
 
                        />
450
 
                        <Tool
451
 
                                Name="VCALinkTool"
452
 
                        />
453
 
                        <Tool
454
 
                                Name="VCXDCMakeTool"
455
 
                        />
456
 
                        <Tool
457
 
                                Name="VCBscMakeTool"
458
 
                                SuppressStartupBanner="true"
459
 
                                OutputFile="$(OutDir)/ncbispel.bsc"
460
 
                        />
461
 
                        <Tool
462
 
                                Name="VCFxCopTool"
463
 
                        />
464
 
                        <Tool
465
 
                                Name="VCPostBuildEventTool"
466
 
                        />
467
 
                </Configuration>
468
 
                <Configuration
469
 
                        Name="Debug|x64"
470
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
471
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
472
 
                        ConfigurationType="4"
473
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
474
 
                        UseOfMFC="0"
475
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
476
 
                        >
477
 
                        <Tool
478
 
                                Name="VCPreBuildEventTool"
479
 
                        />
480
 
                        <Tool
481
 
                                Name="VCCustomBuildTool"
482
 
                        />
483
 
                        <Tool
484
 
                                Name="VCXMLDataGeneratorTool"
485
 
                        />
486
 
                        <Tool
487
 
                                Name="VCWebServiceProxyGeneratorTool"
488
 
                        />
489
 
                        <Tool
490
 
                                Name="VCMIDLTool"
491
 
                                TargetEnvironment="3"
492
 
                        />
493
 
                        <Tool
494
 
                                Name="VCCLCompilerTool"
495
 
                                Optimization="0"
496
 
                                AdditionalIncludeDirectories="..\..\..\..\..,..\..\..\..\..\network\spell\client,..\..\..\..\..\asnlib,..\..\..\..\..\asnstat,..\..\..\..\..\corelib,..\..\..\..\..\network\nsclilib"
497
 
                                PreprocessorDefinitions="WIN32;_DEBUG"
498
 
                                BasicRuntimeChecks="3"
499
 
                                RuntimeLibrary="1"
500
 
                                RuntimeTypeInfo="true"
501
 
                                PrecompiledHeaderFile="$(IntDir)/ncbispel.pch"
502
 
                                AssemblerListingLocation="$(IntDir)/"
503
 
                                ObjectFile="$(IntDir)/"
504
 
                                ProgramDataBaseFileName="$(IntDir)/"
505
 
                                WarningLevel="3"
506
 
                                SuppressStartupBanner="true"
507
 
                                DebugInformationFormat="1"
508
 
                        />
509
 
                        <Tool
510
 
                                Name="VCManagedResourceCompilerTool"
511
 
                        />
512
 
                        <Tool
513
 
                                Name="VCResourceCompilerTool"
514
 
                                PreprocessorDefinitions="_DEBUG"
515
 
                                Culture="1033"
516
 
                        />
517
 
                        <Tool
518
 
                                Name="VCPreLinkEventTool"
519
 
                        />
520
 
                        <Tool
521
 
                                Name="VCLibrarianTool"
522
 
                                OutputFile="$(OutDir)/ncbispel.lib"
523
 
                                SuppressStartupBanner="true"
524
 
                        />
525
 
                        <Tool
526
 
                                Name="VCALinkTool"
527
 
                        />
528
 
                        <Tool
529
 
                                Name="VCXDCMakeTool"
530
 
                        />
531
 
                        <Tool
532
 
                                Name="VCBscMakeTool"
533
 
                                SuppressStartupBanner="true"
534
 
                                OutputFile="$(OutDir)/ncbispel.bsc"
535
 
                        />
536
 
                        <Tool
537
 
                                Name="VCFxCopTool"
538
 
                        />
539
 
                        <Tool
540
 
                                Name="VCPostBuildEventTool"
541
 
                        />
542
 
                </Configuration>
543
 
                <Configuration
544
 
                        Name="Release|x64"
545
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
546
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
547
 
                        ConfigurationType="4"
548
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
549
 
                        UseOfMFC="0"
550
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
551
 
                        >
552
 
                        <Tool
553
 
                                Name="VCPreBuildEventTool"
554
 
                        />
555
 
                        <Tool
556
 
                                Name="VCCustomBuildTool"
557
 
                        />
558
 
                        <Tool
559
 
                                Name="VCXMLDataGeneratorTool"
560
 
                        />
561
 
                        <Tool
562
 
                                Name="VCWebServiceProxyGeneratorTool"
563
 
                        />
564
 
                        <Tool
565
 
                                Name="VCMIDLTool"
566
 
                                TargetEnvironment="3"
567
 
                        />
568
 
                        <Tool
569
 
                                Name="VCCLCompilerTool"
570
 
                                Optimization="2"
571
 
                                InlineFunctionExpansion="1"
572
 
                                AdditionalIncludeDirectories="..\..\..\..\..,..\..\..\..\..\network\spell\client,..\..\..\..\..\asnlib,..\..\..\..\..\asnstat,..\..\..\..\..\corelib,..\..\..\..\..\network\nsclilib"
573
 
                                PreprocessorDefinitions="WIN32;NDEBUG"
574
 
                                StringPooling="true"
575
 
                                RuntimeLibrary="0"
576
 
                                EnableFunctionLevelLinking="true"
577
 
                                RuntimeTypeInfo="true"
578
 
                                PrecompiledHeaderFile="$(IntDir)/ncbispel.pch"
579
 
                                AssemblerListingLocation="$(IntDir)/"
580
 
                                ObjectFile="$(IntDir)/"
581
 
                                ProgramDataBaseFileName="$(IntDir)/"
582
 
                                WarningLevel="3"
583
 
                                SuppressStartupBanner="true"
584
 
                        />
585
 
                        <Tool
586
 
                                Name="VCManagedResourceCompilerTool"
587
 
                        />
588
 
                        <Tool
589
 
                                Name="VCResourceCompilerTool"
590
 
                                PreprocessorDefinitions="NDEBUG"
591
 
                                Culture="1033"
592
 
                        />
593
 
                        <Tool
594
 
                                Name="VCPreLinkEventTool"
595
 
                        />
596
 
                        <Tool
597
 
                                Name="VCLibrarianTool"
598
 
                                OutputFile="$(OutDir)/ncbispel.lib"
599
 
                                SuppressStartupBanner="true"
600
 
                        />
601
 
                        <Tool
602
 
                                Name="VCALinkTool"
603
 
                        />
604
 
                        <Tool
605
 
                                Name="VCXDCMakeTool"
606
 
                        />
607
 
                        <Tool
608
 
                                Name="VCBscMakeTool"
609
 
                                SuppressStartupBanner="true"
610
 
                                OutputFile="$(OutDir)/ncbispel.bsc"
611
 
                        />
612
 
                        <Tool
613
 
                                Name="VCFxCopTool"
614
 
                        />
615
 
                        <Tool
616
 
                                Name="VCPostBuildEventTool"
617
 
                        />
618
 
                </Configuration>
619
 
        </Configurations>
620
 
        <References>
621
 
        </References>
622
 
        <Files>
623
 
                <Filter
624
 
                        Name="Source Files"
625
 
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
626
 
                        >
627
 
                        <File
628
 
                                RelativePath="..\..\..\..\..\network\spell\client\objspell.c"
629
 
                                >
630
 
                                <FileConfiguration
631
 
                                        Name="DebugDLL|Win32"
632
 
                                        >
633
 
                                        <Tool
634
 
                                                Name="VCCLCompilerTool"
635
 
                                                AdditionalIncludeDirectories=""
636
 
                                                PreprocessorDefinitions=""
637
 
                                        />
638
 
                                </FileConfiguration>
639
 
                                <FileConfiguration
640
 
                                        Name="ReleaseDLL|Win32"
641
 
                                        >
642
 
                                        <Tool
643
 
                                                Name="VCCLCompilerTool"
644
 
                                                AdditionalIncludeDirectories=""
645
 
                                                PreprocessorDefinitions=""
646
 
                                        />
647
 
                                </FileConfiguration>
648
 
                                <FileConfiguration
649
 
                                        Name="Debug|Win32"
650
 
                                        >
651
 
                                        <Tool
652
 
                                                Name="VCCLCompilerTool"
653
 
                                                AdditionalIncludeDirectories=""
654
 
                                                PreprocessorDefinitions=""
655
 
                                        />
656
 
                                </FileConfiguration>
657
 
                                <FileConfiguration
658
 
                                        Name="Release|Win32"
659
 
                                        >
660
 
                                        <Tool
661
 
                                                Name="VCCLCompilerTool"
662
 
                                                AdditionalIncludeDirectories=""
663
 
                                                PreprocessorDefinitions=""
664
 
                                        />
665
 
                                </FileConfiguration>
666
 
                                <FileConfiguration
667
 
                                        Name="DebugDLL|x64"
668
 
                                        >
669
 
                                        <Tool
670
 
                                                Name="VCCLCompilerTool"
671
 
                                                AdditionalIncludeDirectories=""
672
 
                                                PreprocessorDefinitions=""
673
 
                                        />
674
 
                                </FileConfiguration>
675
 
                                <FileConfiguration
676
 
                                        Name="ReleaseDLL|x64"
677
 
                                        >
678
 
                                        <Tool
679
 
                                                Name="VCCLCompilerTool"
680
 
                                                AdditionalIncludeDirectories=""
681
 
                                                PreprocessorDefinitions=""
682
 
                                        />
683
 
                                </FileConfiguration>
684
 
                                <FileConfiguration
685
 
                                        Name="Debug|x64"
686
 
                                        >
687
 
                                        <Tool
688
 
                                                Name="VCCLCompilerTool"
689
 
                                                AdditionalIncludeDirectories=""
690
 
                                                PreprocessorDefinitions=""
691
 
                                        />
692
 
                                </FileConfiguration>
693
 
                                <FileConfiguration
694
 
                                        Name="Release|x64"
695
 
                                        >
696
 
                                        <Tool
697
 
                                                Name="VCCLCompilerTool"
698
 
                                                AdditionalIncludeDirectories=""
699
 
                                                PreprocessorDefinitions=""
700
 
                                        />
701
 
                                </FileConfiguration>
702
 
                        </File>
703
 
                        <File
704
 
                                RelativePath="..\..\..\..\..\network\spell\client\spellapi.c"
705
 
                                >
706
 
                                <FileConfiguration
707
 
                                        Name="DebugDLL|Win32"
708
 
                                        >
709
 
                                        <Tool
710
 
                                                Name="VCCLCompilerTool"
711
 
                                                AdditionalIncludeDirectories=""
712
 
                                                PreprocessorDefinitions=""
713
 
                                        />
714
 
                                </FileConfiguration>
715
 
                                <FileConfiguration
716
 
                                        Name="ReleaseDLL|Win32"
717
 
                                        >
718
 
                                        <Tool
719
 
                                                Name="VCCLCompilerTool"
720
 
                                                AdditionalIncludeDirectories=""
721
 
                                                PreprocessorDefinitions=""
722
 
                                        />
723
 
                                </FileConfiguration>
724
 
                                <FileConfiguration
725
 
                                        Name="Debug|Win32"
726
 
                                        >
727
 
                                        <Tool
728
 
                                                Name="VCCLCompilerTool"
729
 
                                                AdditionalIncludeDirectories=""
730
 
                                                PreprocessorDefinitions=""
731
 
                                        />
732
 
                                </FileConfiguration>
733
 
                                <FileConfiguration
734
 
                                        Name="Release|Win32"
735
 
                                        >
736
 
                                        <Tool
737
 
                                                Name="VCCLCompilerTool"
738
 
                                                AdditionalIncludeDirectories=""
739
 
                                                PreprocessorDefinitions=""
740
 
                                        />
741
 
                                </FileConfiguration>
742
 
                                <FileConfiguration
743
 
                                        Name="DebugDLL|x64"
744
 
                                        >
745
 
                                        <Tool
746
 
                                                Name="VCCLCompilerTool"
747
 
                                                AdditionalIncludeDirectories=""
748
 
                                                PreprocessorDefinitions=""
749
 
                                        />
750
 
                                </FileConfiguration>
751
 
                                <FileConfiguration
752
 
                                        Name="ReleaseDLL|x64"
753
 
                                        >
754
 
                                        <Tool
755
 
                                                Name="VCCLCompilerTool"
756
 
                                                AdditionalIncludeDirectories=""
757
 
                                                PreprocessorDefinitions=""
758
 
                                        />
759
 
                                </FileConfiguration>
760
 
                                <FileConfiguration
761
 
                                        Name="Debug|x64"
762
 
                                        >
763
 
                                        <Tool
764
 
                                                Name="VCCLCompilerTool"
765
 
                                                AdditionalIncludeDirectories=""
766
 
                                                PreprocessorDefinitions=""
767
 
                                        />
768
 
                                </FileConfiguration>
769
 
                                <FileConfiguration
770
 
                                        Name="Release|x64"
771
 
                                        >
772
 
                                        <Tool
773
 
                                                Name="VCCLCompilerTool"
774
 
                                                AdditionalIncludeDirectories=""
775
 
                                                PreprocessorDefinitions=""
776
 
                                        />
777
 
                                </FileConfiguration>
778
 
                        </File>
779
 
                </Filter>
780
 
                <Filter
781
 
                        Name="Header Files"
782
 
                        Filter="h;hpp;hxx;hm;inl"
783
 
                        >
784
 
                        <File
785
 
                                RelativePath="..\..\..\..\..\network\spell\client\objspell.h"
786
 
                                >
787
 
                        </File>
788
 
                        <File
789
 
                                RelativePath="..\..\..\..\..\network\spell\client\spellapi.h"
790
 
                                >
791
 
                        </File>
792
 
                </Filter>
793
 
        </Files>
794
 
        <Globals>
795
 
        </Globals>
796
 
</VisualStudioProject>
797