~ubuntu-branches/ubuntu/oneiric/firebird2.1/oneiric

« back to all changes in this revision

Viewing changes to builds/win32/msvc9/engine_classic.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2011-04-22 18:59:44 UTC
  • mfrom: (2.1.24 sid)
  • Revision ID: james.westby@ubuntu.com-20110422185944-egwy9r5xynjddku5
Tags: 2.1.4.18393-0.ds2-2
* apply patch from upstream SVN fixing ICU collations
* remove lintian overrides about manpages shipped in dependency package
* claim compliancy with Policy 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9,00"
 
5
        Name="engine_classic"
 
6
        ProjectGUID="{E029E4E2-0C3F-4F7D-BC4C-D9C20F40EB4E}"
 
7
        TargetFrameworkVersion="131072"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
                <Platform
 
14
                        Name="x64"
 
15
                />
 
16
        </Platforms>
 
17
        <ToolFiles>
 
18
        </ToolFiles>
 
19
        <Configurations>
 
20
                <Configuration
 
21
                        Name="Release|Win32"
 
22
                        ConfigurationType="4"
 
23
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;.\firebird2.vsprops;.\firebird2release.vsprops"
 
24
                        UseOfMFC="0"
 
25
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
26
                        CharacterSet="2"
 
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="2"
 
46
                                InlineFunctionExpansion="1"
 
47
                                EnableIntrinsicFunctions="true"
 
48
                                FavorSizeOrSpeed="1"
 
49
                                AdditionalIncludeDirectories="../../../src/include;../../../src/include/gen;../../../extern/icu/include;../../../src/vulcan"
 
50
                                PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,_LIB,NAMESPACE=Vulcan"
 
51
                                UsePrecompiledHeader="0"
 
52
                        />
 
53
                        <Tool
 
54
                                Name="VCManagedResourceCompilerTool"
 
55
                        />
 
56
                        <Tool
 
57
                                Name="VCResourceCompilerTool"
 
58
                                PreprocessorDefinitions="NDEBUG"
 
59
                                Culture="1049"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCPreLinkEventTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCLibrarianTool"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCALinkTool"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCXDCMakeTool"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCBscMakeTool"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCFxCopTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCPostBuildEventTool"
 
81
                        />
 
82
                </Configuration>
 
83
                <Configuration
 
84
                        Name="Release|x64"
 
85
                        ConfigurationType="4"
 
86
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;.\firebird2.vsprops;.\firebird2release.vsprops"
 
87
                        UseOfMFC="0"
 
88
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
89
                        CharacterSet="2"
 
90
                        >
 
91
                        <Tool
 
92
                                Name="VCPreBuildEventTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCCustomBuildTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCXMLDataGeneratorTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCWebServiceProxyGeneratorTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCMIDLTool"
 
105
                                TargetEnvironment="3"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCCLCompilerTool"
 
109
                                Optimization="2"
 
110
                                InlineFunctionExpansion="1"
 
111
                                EnableIntrinsicFunctions="true"
 
112
                                FavorSizeOrSpeed="1"
 
113
                                AdditionalIncludeDirectories="../../../src/include;../../../src/include/gen;../../../extern/icu/include;../../../src/vulcan"
 
114
                                PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,_LIB,NAMESPACE=Vulcan"
 
115
                                UsePrecompiledHeader="0"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCManagedResourceCompilerTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCResourceCompilerTool"
 
122
                                PreprocessorDefinitions="NDEBUG"
 
123
                                Culture="1049"
 
124
                        />
 
125
                        <Tool
 
126
                                Name="VCPreLinkEventTool"
 
127
                        />
 
128
                        <Tool
 
129
                                Name="VCLibrarianTool"
 
130
                        />
 
131
                        <Tool
 
132
                                Name="VCALinkTool"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCXDCMakeTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCBscMakeTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCFxCopTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCPostBuildEventTool"
 
145
                        />
 
146
                </Configuration>
 
147
                <Configuration
 
148
                        Name="Debug|Win32"
 
149
                        ConfigurationType="4"
 
150
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;.\firebird2.vsprops;.\firebird2debug.vsprops"
 
151
                        UseOfMFC="0"
 
152
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
153
                        CharacterSet="2"
 
154
                        >
 
155
                        <Tool
 
156
                                Name="VCPreBuildEventTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCCustomBuildTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCXMLDataGeneratorTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCWebServiceProxyGeneratorTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCMIDLTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCCLCompilerTool"
 
172
                                Optimization="0"
 
173
                                AdditionalIncludeDirectories="../../../src/include;../../../src/include/gen;../../../extern/icu/include;../../../src/vulcan"
 
174
                                PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,_LIB,DEV_BUILD,NAMESPACE=Vulcan"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCManagedResourceCompilerTool"
 
178
                        />
 
179
                        <Tool
 
180
                                Name="VCResourceCompilerTool"
 
181
                                PreprocessorDefinitions="_DEBUG"
 
182
                                Culture="1049"
 
183
                        />
 
184
                        <Tool
 
185
                                Name="VCPreLinkEventTool"
 
186
                        />
 
187
                        <Tool
 
188
                                Name="VCLibrarianTool"
 
189
                        />
 
190
                        <Tool
 
191
                                Name="VCALinkTool"
 
192
                        />
 
193
                        <Tool
 
194
                                Name="VCXDCMakeTool"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCBscMakeTool"
 
198
                        />
 
199
                        <Tool
 
200
                                Name="VCFxCopTool"
 
201
                        />
 
202
                        <Tool
 
203
                                Name="VCPostBuildEventTool"
 
204
                        />
 
205
                </Configuration>
 
206
                <Configuration
 
207
                        Name="Debug|x64"
 
208
                        ConfigurationType="4"
 
209
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;.\firebird2.vsprops;.\firebird2debug.vsprops"
 
210
                        UseOfMFC="0"
 
211
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
212
                        CharacterSet="2"
 
213
                        >
 
214
                        <Tool
 
215
                                Name="VCPreBuildEventTool"
 
216
                        />
 
217
                        <Tool
 
218
                                Name="VCCustomBuildTool"
 
219
                        />
 
220
                        <Tool
 
221
                                Name="VCXMLDataGeneratorTool"
 
222
                        />
 
223
                        <Tool
 
224
                                Name="VCWebServiceProxyGeneratorTool"
 
225
                        />
 
226
                        <Tool
 
227
                                Name="VCMIDLTool"
 
228
                                TargetEnvironment="3"
 
229
                        />
 
230
                        <Tool
 
231
                                Name="VCCLCompilerTool"
 
232
                                Optimization="0"
 
233
                                AdditionalIncludeDirectories="../../../src/include;../../../src/include/gen;../../../extern/icu/include;../../../src/vulcan"
 
234
                                PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,_LIB,DEV_BUILD,NAMESPACE=Vulcan"
 
235
                                Detect64BitPortabilityProblems="true"
 
236
                        />
 
237
                        <Tool
 
238
                                Name="VCManagedResourceCompilerTool"
 
239
                        />
 
240
                        <Tool
 
241
                                Name="VCResourceCompilerTool"
 
242
                                PreprocessorDefinitions="_DEBUG"
 
243
                                Culture="1049"
 
244
                        />
 
245
                        <Tool
 
246
                                Name="VCPreLinkEventTool"
 
247
                        />
 
248
                        <Tool
 
249
                                Name="VCLibrarianTool"
 
250
                        />
 
251
                        <Tool
 
252
                                Name="VCALinkTool"
 
253
                        />
 
254
                        <Tool
 
255
                                Name="VCXDCMakeTool"
 
256
                        />
 
257
                        <Tool
 
258
                                Name="VCBscMakeTool"
 
259
                        />
 
260
                        <Tool
 
261
                                Name="VCFxCopTool"
 
262
                        />
 
263
                        <Tool
 
264
                                Name="VCPostBuildEventTool"
 
265
                        />
 
266
                </Configuration>
 
267
        </Configurations>
 
268
        <References>
 
269
        </References>
 
270
        <Files>
 
271
                <Filter
 
272
                        Name="JRD files"
 
273
                        >
 
274
                        <File
 
275
                                RelativePath="..\..\..\src\jrd\all.cpp"
 
276
                                >
 
277
                        </File>
 
278
                        <File
 
279
                                RelativePath="..\..\..\src\jrd\alt.cpp"
 
280
                                >
 
281
                        </File>
 
282
                        <File
 
283
                                RelativePath="..\..\..\src\jrd\blb.cpp"
 
284
                                >
 
285
                        </File>
 
286
                        <File
 
287
                                RelativePath="..\..\..\src\jrd\blob_filter.cpp"
 
288
                                >
 
289
                        </File>
 
290
                        <File
 
291
                                RelativePath="..\..\..\src\jrd\btn.cpp"
 
292
                                >
 
293
                        </File>
 
294
                        <File
 
295
                                RelativePath="..\..\..\src\jrd\btr.cpp"
 
296
                                >
 
297
                        </File>
 
298
                        <File
 
299
                                RelativePath="..\..\..\src\jrd\builtin.cpp"
 
300
                                >
 
301
                        </File>
 
302
                        <File
 
303
                                RelativePath="..\..\..\src\jrd\cch.cpp"
 
304
                                >
 
305
                        </File>
 
306
                        <File
 
307
                                RelativePath="..\..\..\src\jrd\CharSet.cpp"
 
308
                                >
 
309
                        </File>
 
310
                        <File
 
311
                                RelativePath="..\..\..\src\jrd\cmp.cpp"
 
312
                                >
 
313
                        </File>
 
314
                        <File
 
315
                                RelativePath="..\..\..\src\jrd\Collation.cpp"
 
316
                                >
 
317
                        </File>
 
318
                        <File
 
319
                                RelativePath="..\..\..\src\jrd\cvt.cpp"
 
320
                                >
 
321
                        </File>
 
322
                        <File
 
323
                                RelativePath="..\..\..\src\jrd\cvt2.cpp"
 
324
                                >
 
325
                        </File>
 
326
                        <File
 
327
                                RelativePath="..\..\..\src\jrd\DatabaseSnapshot.cpp"
 
328
                                >
 
329
                        </File>
 
330
                        <File
 
331
                                RelativePath="..\..\..\src\jrd\DataTypeUtil.cpp"
 
332
                                >
 
333
                        </File>
 
334
                        <File
 
335
                                RelativePath="..\..\..\src\jrd\DebugInterface.cpp"
 
336
                                >
 
337
                        </File>
 
338
                        <File
 
339
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\dfw.cpp"
 
340
                                >
 
341
                        </File>
 
342
                        <File
 
343
                                RelativePath="..\..\..\src\jrd\divorce.cpp"
 
344
                                >
 
345
                        </File>
 
346
                        <File
 
347
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\dpm.cpp"
 
348
                                >
 
349
                        </File>
 
350
                        <File
 
351
                                RelativePath="..\..\..\src\jrd\dsc.cpp"
 
352
                                >
 
353
                        </File>
 
354
                        <File
 
355
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\dyn.cpp"
 
356
                                >
 
357
                        </File>
 
358
                        <File
 
359
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\dyn_def.cpp"
 
360
                                >
 
361
                        </File>
 
362
                        <File
 
363
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\dyn_del.cpp"
 
364
                                >
 
365
                        </File>
 
366
                        <File
 
367
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\dyn_mod.cpp"
 
368
                                >
 
369
                        </File>
 
370
                        <File
 
371
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\dyn_util.cpp"
 
372
                                >
 
373
                        </File>
 
374
                        <File
 
375
                                RelativePath="..\..\..\src\jrd\enc.cpp"
 
376
                                >
 
377
                        </File>
 
378
                        <File
 
379
                                RelativePath="..\..\..\src\jrd\err.cpp"
 
380
                                >
 
381
                        </File>
 
382
                        <File
 
383
                                RelativePath="..\..\..\src\jrd\event.cpp"
 
384
                                >
 
385
                        </File>
 
386
                        <File
 
387
                                RelativePath="..\..\..\src\jrd\evl.cpp"
 
388
                                >
 
389
                        </File>
 
390
                        <File
 
391
                                RelativePath="..\..\..\src\jrd\exe.cpp"
 
392
                                >
 
393
                        </File>
 
394
                        <File
 
395
                                RelativePath="..\..\..\src\jrd\execute_statement.cpp"
 
396
                                >
 
397
                        </File>
 
398
                        <File
 
399
                                RelativePath="..\..\..\src\jrd\ext.cpp"
 
400
                                >
 
401
                        </File>
 
402
                        <File
 
403
                                RelativePath="..\..\..\src\jrd\filters.cpp"
 
404
                                >
 
405
                        </File>
 
406
                        <File
 
407
                                RelativePath="..\..\..\src\jrd\flu.cpp"
 
408
                                >
 
409
                        </File>
 
410
                        <File
 
411
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\fun.cpp"
 
412
                                >
 
413
                        </File>
 
414
                        <File
 
415
                                RelativePath="..\..\..\src\jrd\functions.cpp"
 
416
                                >
 
417
                        </File>
 
418
                        <File
 
419
                                RelativePath="..\..\..\src\jrd\gds.cpp"
 
420
                                >
 
421
                        </File>
 
422
                        <File
 
423
                                RelativePath="..\..\..\src\jrd\GlobalRWLock.cpp"
 
424
                                >
 
425
                        </File>
 
426
                        <File
 
427
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\grant.cpp"
 
428
                                >
 
429
                        </File>
 
430
                        <File
 
431
                                RelativePath="..\..\..\src\jrd\os\win32\guid.cpp"
 
432
                                >
 
433
                        </File>
 
434
                        <File
 
435
                                RelativePath="..\..\..\src\jrd\iberr.cpp"
 
436
                                >
 
437
                        </File>
 
438
                        <File
 
439
                                RelativePath="..\..\..\src\jrd\idx.cpp"
 
440
                                >
 
441
                        </File>
 
442
                        <File
 
443
                                RelativePath="..\..\..\src\jrd\inf.cpp"
 
444
                                >
 
445
                        </File>
 
446
                        <File
 
447
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\ini.cpp"
 
448
                                >
 
449
                        </File>
 
450
                        <File
 
451
                                RelativePath="..\..\..\src\jrd\intl.cpp"
 
452
                                >
 
453
                        </File>
 
454
                        <File
 
455
                                RelativePath="..\..\..\src\jrd\intl_builtin.cpp"
 
456
                                >
 
457
                        </File>
 
458
                        <File
 
459
                                RelativePath="..\..\..\src\jrd\IntlManager.cpp"
 
460
                                >
 
461
                        </File>
 
462
                        <File
 
463
                                RelativePath="..\..\..\src\jrd\IntlUtil.cpp"
 
464
                                >
 
465
                        </File>
 
466
                        <File
 
467
                                RelativePath="..\..\..\src\jrd\inuse.cpp"
 
468
                                >
 
469
                        </File>
 
470
                        <File
 
471
                                RelativePath="..\..\..\src\jrd\isc.cpp"
 
472
                                >
 
473
                        </File>
 
474
                        <File
 
475
                                RelativePath="..\..\..\src\jrd\isc_file.cpp"
 
476
                                >
 
477
                        </File>
 
478
                        <File
 
479
                                RelativePath="..\..\..\src\jrd\os\win32\isc_ipc.cpp"
 
480
                                >
 
481
                        </File>
 
482
                        <File
 
483
                                RelativePath="..\..\..\src\jrd\isc_sync.cpp"
 
484
                                >
 
485
                        </File>
 
486
                        <File
 
487
                                RelativePath="..\..\..\src\jrd\jrd.cpp"
 
488
                                >
 
489
                        </File>
 
490
                        <File
 
491
                                RelativePath="..\..\..\src\jrd\lck.cpp"
 
492
                                >
 
493
                        </File>
 
494
                        <File
 
495
                                RelativePath="..\..\..\src\jrd\log.cpp"
 
496
                                >
 
497
                        </File>
 
498
                        <File
 
499
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\met.cpp"
 
500
                                >
 
501
                        </File>
 
502
                        <File
 
503
                                RelativePath="..\..\..\src\jrd\mov.cpp"
 
504
                                >
 
505
                        </File>
 
506
                        <File
 
507
                                RelativePath="..\..\..\src\jrd\nav.cpp"
 
508
                                >
 
509
                        </File>
 
510
                        <File
 
511
                                RelativePath="..\..\..\src\jrd\nbak.cpp"
 
512
                                >
 
513
                        </File>
 
514
                        <File
 
515
                                RelativePath="..\..\..\src\jrd\nodebug.cpp"
 
516
                                >
 
517
                        </File>
 
518
                        <File
 
519
                                RelativePath="..\..\..\src\jrd\ods.cpp"
 
520
                                >
 
521
                        </File>
 
522
                        <File
 
523
                                RelativePath="..\..\..\src\jrd\opt.cpp"
 
524
                                >
 
525
                        </File>
 
526
                        <File
 
527
                                RelativePath="..\..\..\src\jrd\Optimizer.cpp"
 
528
                                >
 
529
                        </File>
 
530
                        <File
 
531
                                RelativePath="..\..\..\src\jrd\pag.cpp"
 
532
                                >
 
533
                        </File>
 
534
                        <File
 
535
                                RelativePath="..\..\..\src\jrd\par.cpp"
 
536
                                >
 
537
                        </File>
 
538
                        <File
 
539
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\pcmet.cpp"
 
540
                                >
 
541
                        </File>
 
542
                        <File
 
543
                                RelativePath="..\..\..\src\jrd\plugin_manager.cpp"
 
544
                                >
 
545
                        </File>
 
546
                        <File
 
547
                                RelativePath="..\..\..\src\jrd\pwd.cpp"
 
548
                                >
 
549
                        </File>
 
550
                        <File
 
551
                                RelativePath="..\..\..\src\jrd\RandomGenerator.cpp"
 
552
                                >
 
553
                        </File>
 
554
                        <File
 
555
                                RelativePath="..\..\..\src\jrd\RecordBuffer.cpp"
 
556
                                >
 
557
                        </File>
 
558
                        <File
 
559
                                RelativePath="..\..\..\src\jrd\Relation.cpp"
 
560
                                >
 
561
                        </File>
 
562
                        <File
 
563
                                RelativePath="..\..\..\src\jrd\rlck.cpp"
 
564
                                >
 
565
                        </File>
 
566
                        <File
 
567
                                RelativePath="..\..\..\src\jrd\rpb_chain.cpp"
 
568
                                >
 
569
                        </File>
 
570
                        <File
 
571
                                RelativePath="..\..\..\src\jrd\rse.cpp"
 
572
                                >
 
573
                        </File>
 
574
                        <File
 
575
                                RelativePath="..\..\..\src\jrd\RuntimeStatistics.cpp"
 
576
                                >
 
577
                        </File>
 
578
                        <File
 
579
                                RelativePath="..\..\..\src\jrd\sch.cpp"
 
580
                                >
 
581
                        </File>
 
582
                        <File
 
583
                                RelativePath="..\..\..\gen\$(PlatformName)\jrd\scl.cpp"
 
584
                                >
 
585
                        </File>
 
586
                        <File
 
587
                                RelativePath="..\..\..\src\jrd\sdl.cpp"
 
588
                                >
 
589
                        </File>
 
590
                        <File
 
591
                                RelativePath="..\..\..\src\jrd\sdw.cpp"
 
592
                                >
 
593
                        </File>
 
594
                        <File
 
595
                                RelativePath="..\..\..\src\jrd\sha.cpp"
 
596
                                >
 
597
                        </File>
 
598
                        <File
 
599
                                RelativePath="..\..\..\src\jrd\shut.cpp"
 
600
                                >
 
601
                        </File>
 
602
                        <File
 
603
                                RelativePath="..\..\..\src\jrd\sort.cpp"
 
604
                                >
 
605
                        </File>
 
606
                        <File
 
607
                                RelativePath="..\..\..\src\jrd\sqz.cpp"
 
608
                                >
 
609
                        </File>
 
610
                        <File
 
611
                                RelativePath="..\..\..\src\jrd\status.cpp"
 
612
                                >
 
613
                        </File>
 
614
                        <File
 
615
                                RelativePath="..\..\..\src\jrd\svc.cpp"
 
616
                                >
 
617
                        </File>
 
618
                        <File
 
619
                                RelativePath="..\..\..\src\jrd\sym.cpp"
 
620
                                >
 
621
                        </File>
 
622
                        <File
 
623
                                RelativePath="..\..\..\src\jrd\SysFunction.cpp"
 
624
                                >
 
625
                        </File>
 
626
                        <File
 
627
                                RelativePath="..\..\..\src\jrd\TempSpace.cpp"
 
628
                                >
 
629
                        </File>
 
630
                        <File
 
631
                                RelativePath="..\..\..\src\jrd\TextType.cpp"
 
632
                                >
 
633
                        </File>
 
634
                        <File
 
635
                                RelativePath="..\..\..\src\jrd\thd.cpp"
 
636
                                >
 
637
                        </File>
 
638
                        <File
 
639
                                RelativePath="..\..\..\src\jrd\os\win32\thd_priority.cpp"
 
640
                                >
 
641
                        </File>
 
642
                        <File
 
643
                                RelativePath="..\..\..\src\jrd\ThreadData.cpp"
 
644
                                >
 
645
                        </File>
 
646
                        <File
 
647
                                RelativePath="..\..\..\src\jrd\tpc.cpp"
 
648
                                >
 
649
                        </File>
 
650
                        <File
 
651
                                RelativePath="..\..\..\src\jrd\tra.cpp"
 
652
                                >
 
653
                        </File>
 
654
                        <File
 
655
                                RelativePath="..\..\..\src\jrd\unicode_util.cpp"
 
656
                                >
 
657
                        </File>
 
658
                        <File
 
659
                                RelativePath="..\..\..\src\jrd\utl.cpp"
 
660
                                >
 
661
                        </File>
 
662
                        <File
 
663
                                RelativePath="..\..\..\src\jrd\validation.cpp"
 
664
                                >
 
665
                        </File>
 
666
                        <File
 
667
                                RelativePath="..\..\..\src\jrd\vio.cpp"
 
668
                                >
 
669
                        </File>
 
670
                        <File
 
671
                                RelativePath="..\..\..\src\jrd\VirtualTable.cpp"
 
672
                                >
 
673
                        </File>
 
674
                        <File
 
675
                                RelativePath="..\..\..\src\jrd\why.cpp"
 
676
                                >
 
677
                        </File>
 
678
                        <File
 
679
                                RelativePath="..\..\..\src\jrd\os\win32\winnt.cpp"
 
680
                                >
 
681
                        </File>
 
682
                </Filter>
 
683
                <Filter
 
684
                        Name="Header files"
 
685
                        >
 
686
                        <File
 
687
                                RelativePath="..\..\..\src\jrd\acl.h"
 
688
                                >
 
689
                        </File>
 
690
                        <File
 
691
                                RelativePath="..\..\..\src\jrd\align.h"
 
692
                                >
 
693
                        </File>
 
694
                        <File
 
695
                                RelativePath="..\..\..\src\jrd\all.h"
 
696
                                >
 
697
                        </File>
 
698
                        <File
 
699
                                RelativePath="..\..\..\src\jrd\blb.h"
 
700
                                >
 
701
                        </File>
 
702
                        <File
 
703
                                RelativePath="..\..\..\src\jrd\blb_proto.h"
 
704
                                >
 
705
                        </File>
 
706
                        <File
 
707
                                RelativePath="..\..\..\src\jrd\blf_proto.h"
 
708
                                >
 
709
                        </File>
 
710
                        <File
 
711
                                RelativePath="..\..\..\src\jrd\blk.h"
 
712
                                >
 
713
                        </File>
 
714
                        <File
 
715
                                RelativePath="..\..\..\src\jrd\blob_filter.h"
 
716
                                >
 
717
                        </File>
 
718
                        <File
 
719
                                RelativePath="..\..\..\src\jrd\blp.h"
 
720
                                >
 
721
                        </File>
 
722
                        <File
 
723
                                RelativePath="..\..\..\src\jrd\blr.h"
 
724
                                >
 
725
                        </File>
 
726
                        <File
 
727
                                RelativePath="..\..\..\src\include\gen\blrtable.h"
 
728
                                >
 
729
                        </File>
 
730
                        <File
 
731
                                RelativePath="..\..\..\src\jrd\btn.h"
 
732
                                >
 
733
                        </File>
 
734
                        <File
 
735
                                RelativePath="..\..\..\src\jrd\btr.h"
 
736
                                >
 
737
                        </File>
 
738
                        <File
 
739
                                RelativePath="..\..\..\src\jrd\btr_proto.h"
 
740
                                >
 
741
                        </File>
 
742
                        <File
 
743
                                RelativePath="..\..\..\src\jrd\build_no.h"
 
744
                                >
 
745
                        </File>
 
746
                        <File
 
747
                                RelativePath="..\..\..\src\jrd\cch.h"
 
748
                                >
 
749
                        </File>
 
750
                        <File
 
751
                                RelativePath="..\..\..\src\jrd\cch_proto.h"
 
752
                                >
 
753
                        </File>
 
754
                        <File
 
755
                                RelativePath="..\..\..\src\jrd\CharSet.h"
 
756
                                >
 
757
                        </File>
 
758
                        <File
 
759
                                RelativePath="..\..\..\src\jrd\cmp_proto.h"
 
760
                                >
 
761
                        </File>
 
762
                        <File
 
763
                                RelativePath="..\..\..\src\include\gen\codetext.h"
 
764
                                >
 
765
                        </File>
 
766
                        <File
 
767
                                RelativePath="..\..\..\src\jrd\Collation.h"
 
768
                                >
 
769
                        </File>
 
770
                        <File
 
771
                                RelativePath="..\..\..\src\jrd\common.h"
 
772
                                >
 
773
                        </File>
 
774
                        <File
 
775
                                RelativePath="..\..\..\src\jrd\constants.h"
 
776
                                >
 
777
                        </File>
 
778
                        <File
 
779
                                RelativePath="..\..\..\src\jrd\CsConvert.h"
 
780
                                >
 
781
                        </File>
 
782
                        <File
 
783
                                RelativePath="..\..\..\src\jrd\cvt2_proto.h"
 
784
                                >
 
785
                        </File>
 
786
                        <File
 
787
                                RelativePath="..\..\..\src\jrd\cvt_proto.h"
 
788
                                >
 
789
                        </File>
 
790
                        <File
 
791
                                RelativePath="..\..\..\src\jrd\DatabaseSnapshot.h"
 
792
                                >
 
793
                        </File>
 
794
                        <File
 
795
                                RelativePath="..\..\..\src\jrd\DataTypeUtil.h"
 
796
                                >
 
797
                        </File>
 
798
                        <File
 
799
                                RelativePath="..\..\..\src\jrd\dbg.h"
 
800
                                >
 
801
                        </File>
 
802
                        <File
 
803
                                RelativePath="..\..\..\src\jrd\dbg_proto.h"
 
804
                                >
 
805
                        </File>
 
806
                        <File
 
807
                                RelativePath="..\..\..\src\jrd\DebugInterface.h"
 
808
                                >
 
809
                        </File>
 
810
                        <File
 
811
                                RelativePath="..\..\..\src\jrd\dflt.h"
 
812
                                >
 
813
                        </File>
 
814
                        <File
 
815
                                RelativePath="..\..\..\src\jrd\dfw_proto.h"
 
816
                                >
 
817
                        </File>
 
818
                        <File
 
819
                                RelativePath="..\..\..\src\jrd\divorce.h"
 
820
                                >
 
821
                        </File>
 
822
                        <File
 
823
                                RelativePath="..\..\..\src\jrd\dmp_proto.h"
 
824
                                >
 
825
                        </File>
 
826
                        <File
 
827
                                RelativePath="..\..\..\src\jrd\dpm_proto.h"
 
828
                                >
 
829
                        </File>
 
830
                        <File
 
831
                                RelativePath="..\..\..\src\jrd\drq.h"
 
832
                                >
 
833
                        </File>
 
834
                        <File
 
835
                                RelativePath="..\..\..\src\jrd\dsc.h"
 
836
                                >
 
837
                        </File>
 
838
                        <File
 
839
                                RelativePath="..\..\..\src\jrd\dsc_proto.h"
 
840
                                >
 
841
                        </File>
 
842
                        <File
 
843
                                RelativePath="..\..\..\src\jrd\dsc_pub.h"
 
844
                                >
 
845
                        </File>
 
846
                        <File
 
847
                                RelativePath="..\..\..\src\jrd\dyn.h"
 
848
                                >
 
849
                        </File>
 
850
                        <File
 
851
                                RelativePath="..\..\..\src\jrd\dyn_df_proto.h"
 
852
                                >
 
853
                        </File>
 
854
                        <File
 
855
                                RelativePath="..\..\..\src\jrd\dyn_dl_proto.h"
 
856
                                >
 
857
                        </File>
 
858
                        <File
 
859
                                RelativePath="..\..\..\src\jrd\dyn_md_proto.h"
 
860
                                >
 
861
                        </File>
 
862
                        <File
 
863
                                RelativePath="..\..\..\src\jrd\dyn_proto.h"
 
864
                                >
 
865
                        </File>
 
866
                        <File
 
867
                                RelativePath="..\..\..\src\jrd\dyn_ut_proto.h"
 
868
                                >
 
869
                        </File>
 
870
                        <File
 
871
                                RelativePath="..\..\..\src\jrd\enc_proto.h"
 
872
                                >
 
873
                        </File>
 
874
                        <File
 
875
                                RelativePath="..\..\..\src\jrd\entry.h"
 
876
                                >
 
877
                        </File>
 
878
                        <File
 
879
                                RelativePath="..\..\..\src\jrd\err_proto.h"
 
880
                                >
 
881
                        </File>
 
882
                        <File
 
883
                                RelativePath="..\..\..\src\jrd\event.h"
 
884
                                >
 
885
                        </File>
 
886
                        <File
 
887
                                RelativePath="..\..\..\src\jrd\event_proto.h"
 
888
                                >
 
889
                        </File>
 
890
                        <File
 
891
                                RelativePath="..\..\..\src\jrd\evl_proto.h"
 
892
                                >
 
893
                        </File>
 
894
                        <File
 
895
                                RelativePath="..\..\..\src\jrd\exe.h"
 
896
                                >
 
897
                        </File>
 
898
                        <File
 
899
                                RelativePath="..\..\..\src\jrd\exe_proto.h"
 
900
                                >
 
901
                        </File>
 
902
                        <File
 
903
                                RelativePath="..\..\..\src\jrd\execute_statement.h"
 
904
                                >
 
905
                        </File>
 
906
                        <File
 
907
                                RelativePath="..\..\..\src\jrd\ext.h"
 
908
                                >
 
909
                        </File>
 
910
                        <File
 
911
                                RelativePath="..\..\..\src\jrd\ext_proto.h"
 
912
                                >
 
913
                        </File>
 
914
                        <File
 
915
                                RelativePath="..\..\..\src\include\fb_blk.h"
 
916
                                >
 
917
                        </File>
 
918
                        <File
 
919
                                RelativePath="..\..\..\src\jrd\fields.h"
 
920
                                >
 
921
                        </File>
 
922
                        <File
 
923
                                RelativePath="..\..\..\src\jrd\fil.h"
 
924
                                >
 
925
                        </File>
 
926
                        <File
 
927
                                RelativePath="..\..\..\src\jrd\file_params.h"
 
928
                                >
 
929
                        </File>
 
930
                        <File
 
931
                                RelativePath="..\..\..\src\jrd\filte_proto.h"
 
932
                                >
 
933
                        </File>
 
934
                        <File
 
935
                                RelativePath="..\..\..\src\jrd\flags.h"
 
936
                                >
 
937
                        </File>
 
938
                        <File
 
939
                                RelativePath="..\..\..\src\jrd\flu.h"
 
940
                                >
 
941
                        </File>
 
942
                        <File
 
943
                                RelativePath="..\..\..\src\jrd\flu_proto.h"
 
944
                                >
 
945
                        </File>
 
946
                        <File
 
947
                                RelativePath="..\..\..\src\jrd\fun_proto.h"
 
948
                                >
 
949
                        </File>
 
950
                        <File
 
951
                                RelativePath="..\..\..\src\jrd\gds_proto.h"
 
952
                                >
 
953
                        </File>
 
954
                        <File
 
955
                                RelativePath="..\..\..\src\jrd\gdsassert.h"
 
956
                                >
 
957
                        </File>
 
958
                        <File
 
959
                                RelativePath="..\..\..\src\jrd\GlobalRWLock.h"
 
960
                                >
 
961
                        </File>
 
962
                        <File
 
963
                                RelativePath="..\..\..\src\jrd\grant_proto.h"
 
964
                                >
 
965
                        </File>
 
966
                        <File
 
967
                                RelativePath="..\..\..\src\jrd\os\guid.h"
 
968
                                >
 
969
                        </File>
 
970
                        <File
 
971
                                RelativePath="..\..\..\src\jrd\ibase.h"
 
972
                                >
 
973
                        </File>
 
974
                        <File
 
975
                                RelativePath="..\..\..\src\jrd\iberr.h"
 
976
                                >
 
977
                        </File>
 
978
                        <File
 
979
                                RelativePath="..\..\..\src\jrd\iberr_proto.h"
 
980
                                >
 
981
                        </File>
 
982
                        <File
 
983
                                RelativePath="..\..\..\src\include\gen\iberror.h"
 
984
                                >
 
985
                        </File>
 
986
                        <File
 
987
                                RelativePath="..\..\..\src\jrd\ibsetjmp.h"
 
988
                                >
 
989
                        </File>
 
990
                        <File
 
991
                                RelativePath="..\..\..\src\include\gen\ids.h"
 
992
                                >
 
993
                        </File>
 
994
                        <File
 
995
                                RelativePath="..\..\..\src\jrd\idx.h"
 
996
                                >
 
997
                        </File>
 
998
                        <File
 
999
                                RelativePath="..\..\..\src\jrd\idx_proto.h"
 
1000
                                >
 
1001
                        </File>
 
1002
                        <File
 
1003
                                RelativePath="..\..\..\src\jrd\inf_proto.h"
 
1004
                                >
 
1005
                        </File>
 
1006
                        <File
 
1007
                                RelativePath="..\..\..\src\jrd\inf_pub.h"
 
1008
                                >
 
1009
                        </File>
 
1010
                        <File
 
1011
                                RelativePath="..\..\..\src\jrd\ini.h"
 
1012
                                >
 
1013
                        </File>
 
1014
                        <File
 
1015
                                RelativePath="..\..\..\src\jrd\ini_proto.h"
 
1016
                                >
 
1017
                        </File>
 
1018
                        <File
 
1019
                                RelativePath="..\..\..\src\jrd\intl.h"
 
1020
                                >
 
1021
                        </File>
 
1022
                        <File
 
1023
                                RelativePath="..\..\..\src\jrd\intl_proto.h"
 
1024
                                >
 
1025
                        </File>
 
1026
                        <File
 
1027
                                RelativePath="..\..\..\src\jrd\IntlManager.h"
 
1028
                                >
 
1029
                        </File>
 
1030
                        <File
 
1031
                                RelativePath="..\..\..\src\jrd\intlnames.h"
 
1032
                                >
 
1033
                        </File>
 
1034
                        <File
 
1035
                                RelativePath="..\..\..\src\jrd\intlobj_new.h"
 
1036
                                >
 
1037
                        </File>
 
1038
                        <File
 
1039
                                RelativePath="..\..\..\src\jrd\IntlUtil.h"
 
1040
                                >
 
1041
                        </File>
 
1042
                        <File
 
1043
                                RelativePath="..\..\..\src\jrd\inuse_proto.h"
 
1044
                                >
 
1045
                        </File>
 
1046
                        <File
 
1047
                                RelativePath="..\..\..\src\jrd\irq.h"
 
1048
                                >
 
1049
                        </File>
 
1050
                        <File
 
1051
                                RelativePath="..\..\..\src\jrd\isc.h"
 
1052
                                >
 
1053
                        </File>
 
1054
                        <File
 
1055
                                RelativePath="..\..\..\src\jrd\isc_f_proto.h"
 
1056
                                >
 
1057
                        </File>
 
1058
                        <File
 
1059
                                RelativePath="..\..\..\src\jrd\os\isc_i_proto.h"
 
1060
                                >
 
1061
                        </File>
 
1062
                        <File
 
1063
                                RelativePath="..\..\..\src\jrd\isc_proto.h"
 
1064
                                >
 
1065
                        </File>
 
1066
                        <File
 
1067
                                RelativePath="..\..\..\src\jrd\isc_s_proto.h"
 
1068
                                >
 
1069
                        </File>
 
1070
                        <File
 
1071
                                RelativePath="..\..\..\src\jrd\isc_signal.h"
 
1072
                                >
 
1073
                        </File>
 
1074
                        <File
 
1075
                                RelativePath="..\..\..\src\jrd\jrd.h"
 
1076
                                >
 
1077
                        </File>
 
1078
                        <File
 
1079
                                RelativePath="..\..\..\src\jrd\jrd_proto.h"
 
1080
                                >
 
1081
                        </File>
 
1082
                        <File
 
1083
                                RelativePath="..\..\..\src\jrd\jrd_pwd.h"
 
1084
                                >
 
1085
                        </File>
 
1086
                        <File
 
1087
                                RelativePath="..\..\..\src\intl\kanji.h"
 
1088
                                >
 
1089
                        </File>
 
1090
                        <File
 
1091
                                RelativePath="..\..\..\src\intl\kanji_proto.h"
 
1092
                                >
 
1093
                        </File>
 
1094
                        <File
 
1095
                                RelativePath="..\..\..\src\jrd\lck.h"
 
1096
                                >
 
1097
                        </File>
 
1098
                        <File
 
1099
                                RelativePath="..\..\..\src\jrd\lck_proto.h"
 
1100
                                >
 
1101
                        </File>
 
1102
                        <File
 
1103
                                RelativePath="..\..\..\src\jrd\license.h"
 
1104
                                >
 
1105
                        </File>
 
1106
                        <File
 
1107
                                RelativePath="..\..\..\src\jrd\lls.h"
 
1108
                                >
 
1109
                        </File>
 
1110
                        <File
 
1111
                                RelativePath="..\..\..\src\jrd\log.h"
 
1112
                                >
 
1113
                        </File>
 
1114
                        <File
 
1115
                                RelativePath="..\..\..\src\jrd\log2.h"
 
1116
                                >
 
1117
                        </File>
 
1118
                        <File
 
1119
                                RelativePath="..\..\..\src\jrd\log_proto.h"
 
1120
                                >
 
1121
                        </File>
 
1122
                        <File
 
1123
                                RelativePath="..\..\..\src\jrd\met.h"
 
1124
                                >
 
1125
                        </File>
 
1126
                        <File
 
1127
                                RelativePath="..\..\..\src\jrd\met_proto.h"
 
1128
                                >
 
1129
                        </File>
 
1130
                        <File
 
1131
                                RelativePath="..\..\..\src\jrd\misc_func_ids.h"
 
1132
                                >
 
1133
                        </File>
 
1134
                        <File
 
1135
                                RelativePath="..\..\..\src\jrd\mov_proto.h"
 
1136
                                >
 
1137
                        </File>
 
1138
                        <File
 
1139
                                RelativePath="..\..\..\src\jrd\msg.h"
 
1140
                                >
 
1141
                        </File>
 
1142
                        <File
 
1143
                                RelativePath="..\..\..\src\jrd\msg_encode.h"
 
1144
                                >
 
1145
                        </File>
 
1146
                        <File
 
1147
                                RelativePath="..\..\..\src\include\gen\msg_facs.h"
 
1148
                                >
 
1149
                        </File>
 
1150
                        <File
 
1151
                                RelativePath="..\..\..\src\include\gen\msgs.h"
 
1152
                                >
 
1153
                        </File>
 
1154
                        <File
 
1155
                                RelativePath="..\..\..\src\jrd\names.h"
 
1156
                                >
 
1157
                        </File>
 
1158
                        <File
 
1159
                                RelativePath="..\..\..\src\jrd\nav_proto.h"
 
1160
                                >
 
1161
                        </File>
 
1162
                        <File
 
1163
                                RelativePath="..\..\..\src\jrd\nbak.h"
 
1164
                                >
 
1165
                        </File>
 
1166
                        <File
 
1167
                                RelativePath="..\..\..\src\jrd\nod.h"
 
1168
                                >
 
1169
                        </File>
 
1170
                        <File
 
1171
                                RelativePath="..\..\..\src\jrd\obj.h"
 
1172
                                >
 
1173
                        </File>
 
1174
                        <File
 
1175
                                RelativePath="..\..\..\src\jrd\ods.h"
 
1176
                                >
 
1177
                        </File>
 
1178
                        <File
 
1179
                                RelativePath="..\..\..\src\jrd\ods_proto.h"
 
1180
                                >
 
1181
                        </File>
 
1182
                        <File
 
1183
                                RelativePath="..\..\..\src\jrd\opt_proto.h"
 
1184
                                >
 
1185
                        </File>
 
1186
                        <File
 
1187
                                RelativePath="..\..\..\src\jrd\Optimizer.h"
 
1188
                                >
 
1189
                        </File>
 
1190
                        <File
 
1191
                                RelativePath="..\..\..\src\jrd\pag.h"
 
1192
                                >
 
1193
                        </File>
 
1194
                        <File
 
1195
                                RelativePath="..\..\..\src\jrd\pag_proto.h"
 
1196
                                >
 
1197
                        </File>
 
1198
                        <File
 
1199
                                RelativePath="..\..\..\src\jrd\par_proto.h"
 
1200
                                >
 
1201
                        </File>
 
1202
                        <File
 
1203
                                RelativePath="..\..\..\src\jrd\pcmet_proto.h"
 
1204
                                >
 
1205
                        </File>
 
1206
                        <File
 
1207
                                RelativePath="..\..\..\src\jrd\perf.h"
 
1208
                                >
 
1209
                        </File>
 
1210
                        <File
 
1211
                                RelativePath="..\..\..\src\jrd\perf_proto.h"
 
1212
                                >
 
1213
                        </File>
 
1214
                        <File
 
1215
                                RelativePath="..\..\..\src\jrd\os\pio.h"
 
1216
                                >
 
1217
                        </File>
 
1218
                        <File
 
1219
                                RelativePath="..\..\..\src\jrd\os\pio_proto.h"
 
1220
                                >
 
1221
                        </File>
 
1222
                        <File
 
1223
                                RelativePath="..\..\..\src\jrd\quad.h"
 
1224
                                >
 
1225
                        </File>
 
1226
                        <File
 
1227
                                RelativePath="..\..\..\src\jrd\quad_proto.h"
 
1228
                                >
 
1229
                        </File>
 
1230
                        <File
 
1231
                                RelativePath="..\..\..\src\jrd\que.h"
 
1232
                                >
 
1233
                        </File>
 
1234
                        <File
 
1235
                                RelativePath="..\..\..\src\jrd\RandomGenerator.h"
 
1236
                                >
 
1237
                        </File>
 
1238
                        <File
 
1239
                                RelativePath="..\..\..\src\include\gen\rdb_codes.h"
 
1240
                                >
 
1241
                        </File>
 
1242
                        <File
 
1243
                                RelativePath="..\..\..\src\jrd\RecordBuffer.h"
 
1244
                                >
 
1245
                        </File>
 
1246
                        <File
 
1247
                                RelativePath="..\..\..\src\jrd\Relation.h"
 
1248
                                >
 
1249
                        </File>
 
1250
                        <File
 
1251
                                RelativePath="..\..\..\src\jrd\relations.h"
 
1252
                                >
 
1253
                        </File>
 
1254
                        <File
 
1255
                                RelativePath="..\..\..\src\jrd\req.h"
 
1256
                                >
 
1257
                        </File>
 
1258
                        <File
 
1259
                                RelativePath="..\..\..\src\jrd\rlck_proto.h"
 
1260
                                >
 
1261
                        </File>
 
1262
                        <File
 
1263
                                RelativePath="..\..\..\src\jrd\rpb_chain.h"
 
1264
                                >
 
1265
                        </File>
 
1266
                        <File
 
1267
                                RelativePath="..\..\..\src\jrd\rse.h"
 
1268
                                >
 
1269
                        </File>
 
1270
                        <File
 
1271
                                RelativePath="..\..\..\src\jrd\rse_proto.h"
 
1272
                                >
 
1273
                        </File>
 
1274
                        <File
 
1275
                                RelativePath="..\..\..\src\jrd\RuntimeStatistics.h"
 
1276
                                >
 
1277
                        </File>
 
1278
                        <File
 
1279
                                RelativePath="..\..\..\src\jrd\sbm.h"
 
1280
                                >
 
1281
                        </File>
 
1282
                        <File
 
1283
                                RelativePath="..\..\..\src\jrd\sch_proto.h"
 
1284
                                >
 
1285
                        </File>
 
1286
                        <File
 
1287
                                RelativePath="..\..\..\src\jrd\scl.h"
 
1288
                                >
 
1289
                        </File>
 
1290
                        <File
 
1291
                                RelativePath="..\..\..\src\jrd\scl_proto.h"
 
1292
                                >
 
1293
                        </File>
 
1294
                        <File
 
1295
                                RelativePath="..\..\..\src\jrd\scroll_cursors.h"
 
1296
                                >
 
1297
                        </File>
 
1298
                        <File
 
1299
                                RelativePath="..\..\..\src\jrd\sdl.h"
 
1300
                                >
 
1301
                        </File>
 
1302
                        <File
 
1303
                                RelativePath="..\..\..\src\jrd\sdl_proto.h"
 
1304
                                >
 
1305
                        </File>
 
1306
                        <File
 
1307
                                RelativePath="..\..\..\src\jrd\sdw.h"
 
1308
                                >
 
1309
                        </File>
 
1310
                        <File
 
1311
                                RelativePath="..\..\..\src\jrd\sdw_proto.h"
 
1312
                                >
 
1313
                        </File>
 
1314
                        <File
 
1315
                                RelativePath="..\..\..\src\jrd\sha.h"
 
1316
                                >
 
1317
                        </File>
 
1318
                        <File
 
1319
                                RelativePath="..\..\..\src\jrd\shut_proto.h"
 
1320
                                >
 
1321
                        </File>
 
1322
                        <File
 
1323
                                RelativePath="..\..\..\src\jrd\sort.h"
 
1324
                                >
 
1325
                        </File>
 
1326
                        <File
 
1327
                                RelativePath="..\..\..\src\jrd\sort_proto.h"
 
1328
                                >
 
1329
                        </File>
 
1330
                        <File
 
1331
                                RelativePath="..\..\..\src\include\gen\sql_code.h"
 
1332
                                >
 
1333
                        </File>
 
1334
                        <File
 
1335
                                RelativePath="..\..\..\src\jrd\sqz.h"
 
1336
                                >
 
1337
                        </File>
 
1338
                        <File
 
1339
                                RelativePath="..\..\..\src\jrd\sqz_proto.h"
 
1340
                                >
 
1341
                        </File>
 
1342
                        <File
 
1343
                                RelativePath="..\..\..\src\jrd\svc.h"
 
1344
                                >
 
1345
                        </File>
 
1346
                        <File
 
1347
                                RelativePath="..\..\..\src\jrd\svc_proto.h"
 
1348
                                >
 
1349
                        </File>
 
1350
                        <File
 
1351
                                RelativePath="..\..\..\src\jrd\svc_undoc.h"
 
1352
                                >
 
1353
                        </File>
 
1354
                        <File
 
1355
                                RelativePath="..\..\..\src\jrd\SysFunction.h"
 
1356
                                >
 
1357
                        </File>
 
1358
                        <File
 
1359
                                RelativePath="..\..\..\src\jrd\TempSpace.h"
 
1360
                                >
 
1361
                        </File>
 
1362
                        <File
 
1363
                                RelativePath="..\..\..\src\jrd\TextType.h"
 
1364
                                >
 
1365
                        </File>
 
1366
                        <File
 
1367
                                RelativePath="..\..\..\src\jrd\thd.h"
 
1368
                                >
 
1369
                        </File>
 
1370
                        <File
 
1371
                                RelativePath="..\..\..\src\jrd\tpc.h"
 
1372
                                >
 
1373
                        </File>
 
1374
                        <File
 
1375
                                RelativePath="..\..\..\src\jrd\tpc_proto.h"
 
1376
                                >
 
1377
                        </File>
 
1378
                        <File
 
1379
                                RelativePath="..\..\..\src\jrd\tra.h"
 
1380
                                >
 
1381
                        </File>
 
1382
                        <File
 
1383
                                RelativePath="..\..\..\src\jrd\tra_proto.h"
 
1384
                                >
 
1385
                        </File>
 
1386
                        <File
 
1387
                                RelativePath="..\..\..\src\jrd\trig.h"
 
1388
                                >
 
1389
                        </File>
 
1390
                        <File
 
1391
                                RelativePath="..\..\..\src\jrd\types.h"
 
1392
                                >
 
1393
                        </File>
 
1394
                        <File
 
1395
                                RelativePath="..\..\..\src\jrd\unicode_util.h"
 
1396
                                >
 
1397
                        </File>
 
1398
                        <File
 
1399
                                RelativePath="..\..\..\src\jrd\utl_proto.h"
 
1400
                                >
 
1401
                        </File>
 
1402
                        <File
 
1403
                                RelativePath="..\..\..\src\jrd\val.h"
 
1404
                                >
 
1405
                        </File>
 
1406
                        <File
 
1407
                                RelativePath="..\..\..\src\jrd\val_proto.h"
 
1408
                                >
 
1409
                        </File>
 
1410
                        <File
 
1411
                                RelativePath="..\..\..\src\jrd\vio_debug.h"
 
1412
                                >
 
1413
                        </File>
 
1414
                        <File
 
1415
                                RelativePath="..\..\..\src\jrd\vio_proto.h"
 
1416
                                >
 
1417
                        </File>
 
1418
                        <File
 
1419
                                RelativePath="..\..\..\src\jrd\VirtualTable.h"
 
1420
                                >
 
1421
                        </File>
 
1422
                        <File
 
1423
                                RelativePath="..\..\..\src\jrd\why_proto.h"
 
1424
                                >
 
1425
                        </File>
 
1426
                </Filter>
 
1427
        </Files>
 
1428
        <Globals>
 
1429
        </Globals>
 
1430
</VisualStudioProject>