root/trunk/win/VC80/ACE_vc8.vcproj @ 107

Revision 86, 115.4 kB (checked in by yumileroy, 17 years ago)

[svn] Change MSVC project files to use multithreaded (debug) dll runtime libraries. Hopefully this will solve the problems with ACE. Original patch by Derex.

Original author: w12x
Date: 2008-10-21 06:23:46-05:00

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="ACEWrappers"
6        ProjectGUID="{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
7        RootNamespace="ACE"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14                <Platform
15                        Name="x64"
16                />
17        </Platforms>
18        <ToolFiles>
19        </ToolFiles>
20        <Configurations>
21                <Configuration
22                        Name="Debug|Win32"
23                        OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
24                        IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
25                        ConfigurationType="2"
26                        CharacterSet="0"
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                                AdditionalOptions=""
43                                AdditionalIncludeDirectories=""
44                                TypeLibraryName="$(InputName).tlb"
45                                HeaderFileName="$(InputName).h"
46                                InterfaceIdentifierFileName="$(InputName)_i.c"
47                                ProxyFileName="$(InputName)_p.c"
48                        />
49                        <Tool
50                                Name="VCCLCompilerTool"
51                                AdditionalOptions="/MP /wd 4748"
52                                Optimization="0"
53                                AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
54                                PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
55                                MinimalRebuild="false"
56                                BasicRuntimeChecks="3"
57                                RuntimeLibrary="3"
58                                RuntimeTypeInfo="true"
59                                WarningLevel="3"
60                                Detect64BitPortabilityProblems="false"
61                                DebugInformationFormat="3"
62                                DisableSpecificWarnings="4355"
63                        />
64                        <Tool
65                                Name="VCManagedResourceCompilerTool"
66                        />
67                        <Tool
68                                Name="VCResourceCompilerTool"
69                                PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
70                                Culture="1033"
71                                AdditionalIncludeDirectories=".."
72                        />
73                        <Tool
74                                Name="VCPreLinkEventTool"
75                        />
76                        <Tool
77                                Name="VCLinkerTool"
78                                AdditionalDependencies=""
79                                OutputFile="$(OutDir)\ACEd.dll"
80                                LinkIncremental="2"
81                                SuppressStartupBanner="true"
82                                AdditionalLibraryDirectories=""
83                                GenerateDebugInformation="true"
84                                SubSystem="2"
85                                ImportLibrary="$(OutDir)\ACEd.lib"
86                                TargetMachine="1"
87                        />
88                        <Tool
89                                Name="VCALinkTool"
90                        />
91                        <Tool
92                                Name="VCManifestTool"
93                        />
94                        <Tool
95                                Name="VCXDCMakeTool"
96                        />
97                        <Tool
98                                Name="VCBscMakeTool"
99                        />
100                        <Tool
101                                Name="VCFxCopTool"
102                        />
103                        <Tool
104                                Name="VCAppVerifierTool"
105                        />
106                        <Tool
107                                Name="VCWebDeploymentTool"
108                        />
109                        <Tool
110                                Name="VCPostBuildEventTool"
111                        />
112                </Configuration>
113                <Configuration
114                        Name="Debug|x64"
115                        OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
116                        IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
117                        ConfigurationType="2"
118                        CharacterSet="0"
119                        >
120                        <Tool
121                                Name="VCPreBuildEventTool"
122                        />
123                        <Tool
124                                Name="VCCustomBuildTool"
125                        />
126                        <Tool
127                                Name="VCXMLDataGeneratorTool"
128                        />
129                        <Tool
130                                Name="VCWebServiceProxyGeneratorTool"
131                        />
132                        <Tool
133                                Name="VCMIDLTool"
134                                AdditionalOptions=""
135                                AdditionalIncludeDirectories=""
136                                TypeLibraryName="$(InputName).tlb"
137                                HeaderFileName="$(InputName).h"
138                                InterfaceIdentifierFileName="$(InputName)_i.c"
139                                ProxyFileName="$(InputName)_p.c"
140                        />
141                        <Tool
142                                Name="VCCLCompilerTool"
143                                AdditionalOptions="/MP /wd 4748 /wd 4244"
144                                Optimization="0"
145                                AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
146                                PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
147                                MinimalRebuild="false"
148                                BasicRuntimeChecks="3"
149                                RuntimeLibrary="3"
150                                RuntimeTypeInfo="true"
151                                WarningLevel="3"
152                                Detect64BitPortabilityProblems="false"
153                                DebugInformationFormat="3"
154                                DisableSpecificWarnings="4355"
155                        />
156                        <Tool
157                                Name="VCManagedResourceCompilerTool"
158                        />
159                        <Tool
160                                Name="VCResourceCompilerTool"
161                                PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
162                                Culture="1033"
163                                AdditionalIncludeDirectories=".."
164                        />
165                        <Tool
166                                Name="VCPreLinkEventTool"
167                        />
168                        <Tool
169                                Name="VCLinkerTool"
170                                AdditionalOptions="/machine:AMD64"
171                                AdditionalDependencies=""
172                                OutputFile="$(OutDir)\ACEd.dll"
173                                LinkIncremental="2"
174                                SuppressStartupBanner="true"
175                                AdditionalLibraryDirectories=""
176                                GenerateDebugInformation="true"
177                                SubSystem="2"
178                                ImportLibrary="$(OutDir)\ACEd.lib"
179                                TargetMachine="17"
180                        />
181                        <Tool
182                                Name="VCALinkTool"
183                        />
184                        <Tool
185                                Name="VCManifestTool"
186                        />
187                        <Tool
188                                Name="VCXDCMakeTool"
189                        />
190                        <Tool
191                                Name="VCBscMakeTool"
192                        />
193                        <Tool
194                                Name="VCFxCopTool"
195                        />
196                        <Tool
197                                Name="VCAppVerifierTool"
198                        />
199                        <Tool
200                                Name="VCWebDeploymentTool"
201                        />
202                        <Tool
203                                Name="VCPostBuildEventTool"
204                        />
205                </Configuration>
206                <Configuration
207                        Name="Release|Win32"
208                        OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
209                        IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
210                        ConfigurationType="2"
211                        CharacterSet="0"
212                        >
213                        <Tool
214                                Name="VCPreBuildEventTool"
215                        />
216                        <Tool
217                                Name="VCCustomBuildTool"
218                        />
219                        <Tool
220                                Name="VCXMLDataGeneratorTool"
221                        />
222                        <Tool
223                                Name="VCWebServiceProxyGeneratorTool"
224                        />
225                        <Tool
226                                Name="VCMIDLTool"
227                                AdditionalOptions=""
228                                AdditionalIncludeDirectories=""
229                                TypeLibraryName="$(InputName).tlb"
230                                HeaderFileName="$(InputName).h"
231                                InterfaceIdentifierFileName="$(InputName)_i.c"
232                                ProxyFileName="$(InputName)_p.c"
233                        />
234                        <Tool
235                                Name="VCCLCompilerTool"
236                                AdditionalOptions="/MP /wd 4748"
237                                Optimization="2"
238                                AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
239                                PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
240                                RuntimeLibrary="2"
241                                RuntimeTypeInfo="true"
242                                WarningLevel="3"
243                                Detect64BitPortabilityProblems="false"
244                                DisableSpecificWarnings="4355"
245                        />
246                        <Tool
247                                Name="VCManagedResourceCompilerTool"
248                        />
249                        <Tool
250                                Name="VCResourceCompilerTool"
251                                PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
252                                Culture="1033"
253                                AdditionalIncludeDirectories=".."
254                        />
255                        <Tool
256                                Name="VCPreLinkEventTool"
257                        />
258                        <Tool
259                                Name="VCLinkerTool"
260                                AdditionalDependencies=""
261                                OutputFile="$(OutDir)\ACE.dll"
262                                LinkIncremental="1"
263                                SuppressStartupBanner="true"
264                                AdditionalLibraryDirectories=""
265                                GenerateDebugInformation="true"
266                                SubSystem="2"
267                                OptimizeReferences="2"
268                                EnableCOMDATFolding="2"
269                                ImportLibrary="$(OutDir)\ACE.lib"
270                                TargetMachine="1"
271                        />
272                        <Tool
273                                Name="VCALinkTool"
274                        />
275                        <Tool
276                                Name="VCManifestTool"
277                        />
278                        <Tool
279                                Name="VCXDCMakeTool"
280                        />
281                        <Tool
282                                Name="VCBscMakeTool"
283                        />
284                        <Tool
285                                Name="VCFxCopTool"
286                        />
287                        <Tool
288                                Name="VCAppVerifierTool"
289                        />
290                        <Tool
291                                Name="VCWebDeploymentTool"
292                        />
293                        <Tool
294                                Name="VCPostBuildEventTool"
295                        />
296                </Configuration>
297                <Configuration
298                        Name="Release|x64"
299                        OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
300                        IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
301                        ConfigurationType="2"
302                        CharacterSet="0"
303                        >
304                        <Tool
305                                Name="VCPreBuildEventTool"
306                        />
307                        <Tool
308                                Name="VCCustomBuildTool"
309                        />
310                        <Tool
311                                Name="VCXMLDataGeneratorTool"
312                        />
313                        <Tool
314                                Name="VCWebServiceProxyGeneratorTool"
315                        />
316                        <Tool
317                                Name="VCMIDLTool"
318                                AdditionalOptions=""
319                                AdditionalIncludeDirectories=""
320                                TypeLibraryName="$(InputName).tlb"
321                                HeaderFileName="$(InputName).h"
322                                InterfaceIdentifierFileName="$(InputName)_i.c"
323                                ProxyFileName="$(InputName)_p.c"
324                        />
325                        <Tool
326                                Name="VCCLCompilerTool"
327                                AdditionalOptions="/MP /wd 4748 /wd 4244"
328                                Optimization="2"
329                                AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
330                                PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
331                                RuntimeLibrary="2"
332                                RuntimeTypeInfo="true"
333                                WarningLevel="3"
334                                Detect64BitPortabilityProblems="false"
335                                DisableSpecificWarnings="4355"
336                        />
337                        <Tool
338                                Name="VCManagedResourceCompilerTool"
339                        />
340                        <Tool
341                                Name="VCResourceCompilerTool"
342                                PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
343                                Culture="1033"
344                                AdditionalIncludeDirectories=".."
345                        />
346                        <Tool
347                                Name="VCPreLinkEventTool"
348                        />
349                        <Tool
350                                Name="VCLinkerTool"
351                                AdditionalOptions="/machine:AMD64"
352                                AdditionalDependencies=""
353                                OutputFile="$(OutDir)\ACE.dll"
354                                LinkIncremental="1"
355                                SuppressStartupBanner="true"
356                                AdditionalLibraryDirectories=""
357                                GenerateDebugInformation="true"
358                                SubSystem="2"
359                                OptimizeReferences="2"
360                                EnableCOMDATFolding="2"
361                                ImportLibrary="$(OutDir)\ACE.lib"
362                                TargetMachine="17"
363                        />
364                        <Tool
365                                Name="VCALinkTool"
366                        />
367                        <Tool
368                                Name="VCManifestTool"
369                        />
370                        <Tool
371                                Name="VCXDCMakeTool"
372                        />
373                        <Tool
374                                Name="VCBscMakeTool"
375                        />
376                        <Tool
377                                Name="VCFxCopTool"
378                        />
379                        <Tool
380                                Name="VCAppVerifierTool"
381                        />
382                        <Tool
383                                Name="VCWebDeploymentTool"
384                        />
385                        <Tool
386                                Name="VCPostBuildEventTool"
387                        />
388                </Configuration>
389        </Configurations>
390        <References>
391        </References>
392        <Files>
393                <Filter
394                        Name="Source Files"
395                        Filter="cpp;cxx;cc;C;c"
396                        >
397                        <File
398                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE.cpp"
399                                >
400                        </File>
401                        <File
402                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc32.cpp"
403                                >
404                        </File>
405                        <File
406                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc_ccitt.cpp"
407                                >
408                        </File>
409                        <File
410                                RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.cpp"
411                                >
412                        </File>
413                        <File
414                                RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.cpp"
415                                >
416                        </File>
417                        <File
418                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.cpp"
419                                >
420                        </File>
421                        <File
422                                RelativePath="..\..\dep\ACE_wrappers\ace\Addr.cpp"
423                                >
424                        </File>
425                        <File
426                                RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.cpp"
427                                >
428                        </File>
429                        <File
430                                RelativePath="..\..\dep\ACE_wrappers\ace\Assert.cpp"
431                                >
432                        </File>
433                        <File
434                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.cpp"
435                                >
436                        </File>
437                        <File
438                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.cpp"
439                                >
440                        </File>
441                        <File
442                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.cpp"
443                                >
444                        </File>
445                        <File
446                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.cpp"
447                                >
448                        </File>
449                        <File
450                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.cpp"
451                                >
452                        </File>
453                        <File
454                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.cpp"
455                                >
456                        </File>
457                        <File
458                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.cpp"
459                                >
460                        </File>
461                        <File
462                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.cpp"
463                                >
464                        </File>
465                        <File
466                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.cpp"
467                                >
468                        </File>
469                        <File
470                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.cpp"
471                                >
472                        </File>
473                        <File
474                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.c"
475                                >
476                        </File>
477                        <File
478                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.cpp"
479                                >
480                        </File>
481                        <File
482                                RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.cpp"
483                                >
484                        </File>
485                        <File
486                                RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.cpp"
487                                >
488                        </File>
489                        <File
490                                RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.cpp"
491                                >
492                        </File>
493                        <File
494                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.cpp"
495                                >
496                        </File>
497                        <File
498                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.cpp"
499                                >
500                        </File>
501                        <File
502                                RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.cpp"
503                                >
504                        </File>
505                        <File
506                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.cpp"
507                                >
508                        </File>
509                        <File
510                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.cpp"
511                                >
512                        </File>
513                        <File
514                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.cpp"
515                                >
516                        </File>
517                        <File
518                                RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.cpp"
519                                >
520                        </File>
521                        <File
522                                RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.cpp"
523                                >
524                        </File>
525                        <File
526                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.cpp"
527                                >
528                        </File>
529                        <File
530                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.cpp"
531                                >
532                        </File>
533                        <File
534                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry_db.cpp"
535                                >
536                        </File>
537                        <File
538                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.cpp"
539                                >
540                        </File>
541                        <File
542                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.cpp"
543                                >
544                        </File>
545                        <File
546                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.cpp"
547                                >
548                        </File>
549                        <File
550                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.cpp"
551                                >
552                        </File>
553                        <File
554                                RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.cpp"
555                                >
556                        </File>
557                        <File
558                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers.cpp"
559                                >
560                        </File>
561                        <File
562                                RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.cpp"
563                                >
564                        </File>
565                        <File
566                                RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.cpp"
567                                >
568                        </File>
569                        <File
570                                RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.cpp"
571                                >
572                        </File>
573                        <File
574                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV.cpp"
575                                >
576                        </File>
577                        <File
578                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.cpp"
579                                >
580                        </File>
581                        <File
582                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.cpp"
583                                >
584                        </File>
585                        <File
586                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.cpp"
587                                >
588                        </File>
589                        <File
590                                RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.cpp"
591                                >
592                        </File>
593                        <File
594                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.cpp"
595                                >
596                        </File>
597                        <File
598                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.cpp"
599                                >
600                        </File>
601                        <File
602                                RelativePath="..\..\dep\ACE_wrappers\ace\DLL.cpp"
603                                >
604                        </File>
605                        <File
606                                RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.cpp"
607                                >
608                        </File>
609                        <File
610                                RelativePath="..\..\dep\ACE_wrappers\ace\Dump.cpp"
611                                >
612                        </File>
613                        <File
614                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.cpp"
615                                >
616                        </File>
617                        <File
618                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.cpp"
619                                >
620                        </File>
621                        <File
622                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.cpp"
623                                >
624                        </File>
625                        <File
626                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.cpp"
627                                >
628                        </File>
629                        <File
630                                RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.cpp"
631                                >
632                        </File>
633                        <File
634                                RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.cpp"
635                                >
636                        </File>
637                        <File
638                                RelativePath="..\..\dep\ACE_wrappers\ace\Event.cpp"
639                                >
640                        </File>
641                        <File
642                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.cpp"
643                                >
644                        </File>
645                        <File
646                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.cpp"
647                                >
648                        </File>
649                        <File
650                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.cpp"
651                                >
652                        </File>
653                        <File
654                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.cpp"
655                                >
656                        </File>
657                        <File
658                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.cpp"
659                                >
660                        </File>
661                        <File
662                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.cpp"
663                                >
664                        </File>
665                        <File
666                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE.cpp"
667                                >
668                        </File>
669                        <File
670                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.cpp"
671                                >
672                        </File>
673                        <File
674                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.cpp"
675                                >
676                        </File>
677                        <File
678                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.cpp"
679                                >
680                        </File>
681                        <File
682                                RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.cpp"
683                                >
684                        </File>
685                        <File
686                                RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.cpp"
687                                >
688                        </File>
689                        <File
690                                RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.cpp"
691                                >
692                        </File>
693                        <File
694                                RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.cpp"
695                                >
696                        </File>
697                        <File
698                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor.cpp"
699                                >
700                        </File>
701                        <File
702                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.cpp"
703                                >
704                        </File>
705                        <File
706                                RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.cpp"
707                                >
708                        </File>
709                        <File
710                                RelativePath="..\..\dep\ACE_wrappers\ace\gethrtime.cpp"
711                                >
712                        </File>
713                        <File
714                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.cpp"
715                                >
716                        </File>
717                        <File
718                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.cpp"
719                                >
720                        </File>
721                        <File
722                                RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.cpp"
723                                >
724                        </File>
725                        <File
726                                RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.cpp"
727                                >
728                        </File>
729                        <File
730                                RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.cpp"
731                                >
732                        </File>
733                        <File
734                                RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.cpp"
735                                >
736                        </File>
737                        <File
738                                RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.cpp"
739                                >
740                        </File>
741                        <File
742                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.cpp"
743                                >
744                        </File>
745                        <File
746                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.cpp"
747                                >
748                        </File>
749                        <File
750                                RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.cpp"
751                                >
752                        </File>
753                        <File
754                                RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.cpp"
755                                >
756                        </File>
757                        <File
758                                RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.cpp"
759                                >
760                        </File>
761                        <File
762                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.cpp"
763                                >
764                        </File>
765                        <File
766                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.cpp"
767                                >
768                        </File>
769                        <File
770                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.cpp"
771                                >
772                        </File>
773                        <File
774                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock.cpp"
775                                >
776                        </File>
777                        <File
778                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.cpp"
779                                >
780                        </File>
781                        <File
782                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.cpp"
783                                >
784                        </File>
785                        <File
786                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.cpp"
787                                >
788                        </File>
789                        <File
790                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.cpp"
791                                >
792                        </File>
793                        <File
794                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.cpp"
795                                >
796                        </File>
797                        <File
798                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.cpp"
799                                >
800                        </File>
801                        <File
802                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.cpp"
803                                >
804                        </File>
805                        <File
806                                RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.cpp"
807                                >
808                        </File>
809                        <File
810                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.cpp"
811                                >
812                        </File>
813                        <File
814                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.cpp"
815                                >
816                        </File>
817                        <File
818                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.cpp"
819                                >
820                        </File>
821                        <File
822                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.cpp"
823                                >
824                        </File>
825                        <File
826                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.cpp"
827                                >
828                        </File>
829                        <File
830                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.cpp"
831                                >
832                        </File>
833                        <File
834                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.cpp"
835                                >
836                        </File>
837                        <File
838                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.cpp"
839                                >
840                        </File>
841                        <File
842                                RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.cpp"
843                                >
844                        </File>
845                        <File
846                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.cpp"
847                                >
848                        </File>
849                        <File
850                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.cpp"
851                                >
852                        </File>
853                        <File
854                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.cpp"
855                                >
856                        </File>
857                        <File
858                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.cpp"
859                                >
860                        </File>
861                        <File
862                                RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.cpp"
863                                >
864                        </File>
865                        <File
866                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.cpp"
867                                >
868                        </File>
869                        <File
870                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.cpp"
871                                >
872                        </File>
873                        <File
874                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.cpp"
875                                >
876                        </File>
877                        <File
878                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.cpp"
879                                >
880                        </File>
881                        <File
882                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.cpp"
883                                >
884                        </File>
885                        <File
886                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.cpp"
887                                >
888                        </File>
889                        <File
890                                RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.cpp"
891                                >
892                        </File>
893                        <File
894                                RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.cpp"
895                                >
896                        </File>
897                        <File
898                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.cpp"
899                                >
900                        </File>
901                        <File
902                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.cpp"
903                                >
904                        </File>
905                        <File
906                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.cpp"
907                                >
908                        </File>
909                        <File
910                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.cpp"
911                                >
912                        </File>
913                        <File
914                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.cpp"
915                                >
916                        </File>
917                        <File
918                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.cpp"
919                                >
920                        </File>
921                        <File
922                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.cpp"
923                                >
924                        </File>
925                        <File
926                                RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.cpp"
927                                >
928                        </File>
929                        <File
930                                RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.cpp"
931                                >
932                        </File>
933                        <File
934                                RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.cpp"
935                                >
936                        </File>
937                        <File
938                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.cpp"
939                                >
940                        </File>
941                        <File
942                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.cpp"
943                                >
944                        </File>
945                        <File
946                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.cpp"
947                                >
948                        </File>
949                        <File
950                                RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.cpp"
951                                >
952                        </File>
953                        <File
954                                RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.cpp"
955                                >
956                        </File>
957                        <File
958                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.cpp"
959                                >
960                        </File>
961                        <File
962                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.cpp"
963                                >
964                        </File>
965                        <File
966                                RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.cpp"
967                                >
968                        </File>
969                        <File
970                                RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.cpp"
971                                >
972                        </File>
973                        <File
974                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.cpp"
975                                >
976                        </File>
977                        <File
978                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.cpp"
979                                >
980                        </File>
981                        <File
982                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.cpp"
983                                >
984                        </File>
985                        <File
986                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.cpp"
987                                >
988                        </File>
989                        <File
990                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.cpp"
991                                >
992                        </File>
993                        <File
994                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.cpp"
995                                >
996                        </File>
997                        <File
998                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.cpp"
999                                >
1000                        </File>
1001                        <File
1002                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.cpp"
1003                                >
1004                        </File>
1005                        <File
1006                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.cpp"
1007                                >
1008                        </File>
1009                        <File
1010                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.cpp"
1011                                >
1012                        </File>
1013                        <File
1014                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.cpp"
1015                                >
1016                        </File>
1017                        <File
1018                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.cpp"
1019                                >
1020                        </File>
1021                        <File
1022                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.cpp"
1023                                >
1024                        </File>
1025                        <File
1026                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.cpp"
1027                                >
1028                        </File>
1029                        <File
1030                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.cpp"
1031                                >
1032                        </File>
1033                        <File
1034                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.cpp"
1035                                >
1036                        </File>
1037                        <File
1038                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.cpp"
1039                                >
1040                        </File>
1041                        <File
1042                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.cpp"
1043                                >
1044                        </File>
1045                        <File
1046                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.cpp"
1047                                >
1048                        </File>
1049                        <File
1050                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.cpp"
1051                                >
1052                        </File>
1053                        <File
1054                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.cpp"
1055                                >
1056                        </File>
1057                        <File
1058                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.cpp"
1059                                >
1060                        </File>
1061                        <File
1062                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.cpp"
1063                                >
1064                        </File>
1065                        <File
1066                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.cpp"
1067                                >
1068                        </File>
1069                        <File
1070                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.cpp"
1071                                >
1072                        </File>
1073                        <File
1074                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.cpp"
1075                                >
1076                        </File>
1077                        <File
1078                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.cpp"
1079                                >
1080                        </File>
1081                        <File
1082                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.cpp"
1083                                >
1084                        </File>
1085                        <File
1086                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.cpp"
1087                                >
1088                        </File>
1089                        <File
1090                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.cpp"
1091                                >
1092                        </File>
1093                        <File
1094                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.cpp"
1095                                >
1096                        </File>
1097                        <File
1098                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.cpp"
1099                                >
1100                        </File>
1101                        <File
1102                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.cpp"
1103                                >
1104                        </File>
1105                        <File
1106                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.cpp"
1107                                >
1108                        </File>
1109                        <File
1110                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.cpp"
1111                                >
1112                        </File>
1113                        <File
1114                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.cpp"
1115                                >
1116                        </File>
1117                        <File
1118                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.cpp"
1119                                >
1120                        </File>
1121                        <File
1122                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.cpp"
1123                                >
1124                        </File>
1125                        <File
1126                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.cpp"
1127                                >
1128                        </File>
1129                        <File
1130                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.cpp"
1131                                >
1132                        </File>
1133                        <File
1134                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.cpp"
1135                                >
1136                        </File>
1137                        <File
1138                                RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.cpp"
1139                                >
1140                        </File>
1141                        <File
1142                                RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.cpp"
1143                                >
1144                        </File>
1145                        <File
1146                                RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.cpp"
1147                                >
1148                        </File>
1149                        <File
1150                                RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.cpp"
1151                                >
1152                        </File>
1153                        <File
1154                                RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.cpp"
1155                                >
1156                        </File>
1157                        <File
1158                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.cpp"
1159                                >
1160                        </File>
1161                        <File
1162                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.cpp"
1163                                >
1164                        </File>
1165                        <File
1166                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.cpp"
1167                                >
1168                        </File>
1169                        <File
1170                                RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.cpp"
1171                                >
1172                        </File>
1173                        <File
1174                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.cpp"
1175                                >
1176                        </File>
1177                        <File
1178                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.cpp"
1179                                >
1180                        </File>
1181                        <File
1182                                RelativePath="..\..\dep\ACE_wrappers\ace\Process.cpp"
1183                                >
1184                        </File>
1185                        <File
1186                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.cpp"
1187                                >
1188                        </File>
1189                        <File
1190                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.cpp"
1191                                >
1192                        </File>
1193                        <File
1194                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.cpp"
1195                                >
1196                        </File>
1197                        <File
1198                                RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.cpp"
1199                                >
1200                        </File>
1201                        <File
1202                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.cpp"
1203                                >
1204                        </File>
1205                        <File
1206                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.cpp"
1207                                >
1208                        </File>
1209                        <File
1210                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.cpp"
1211                                >
1212                        </File>
1213                        <File
1214                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.cpp"
1215                                >
1216                        </File>
1217                        <File
1218                                RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.cpp"
1219                                >
1220                        </File>
1221                        <File
1222                                RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.cpp"
1223                                >
1224                        </File>
1225                        <File
1226                                RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.cpp"
1227                                >
1228                        </File>
1229                        <File
1230                                RelativePath="..\..\dep\ACE_wrappers\ace\Registry.cpp"
1231                                >
1232                        </File>
1233                        <File
1234                                RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.cpp"
1235                                >
1236                        </File>
1237                        <File
1238                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.cpp"
1239                                >
1240                        </File>
1241                        <File
1242                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.cpp"
1243                                >
1244                        </File>
1245                        <File
1246                                RelativePath="..\..\dep\ACE_wrappers\ace\Rtems_init.c"
1247                                >
1248                        </File>
1249                        <File
1250                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.cpp"
1251                                >
1252                        </File>
1253                        <File
1254                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.cpp"
1255                                >
1256                        </File>
1257                        <File
1258                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.cpp"
1259                                >
1260                        </File>
1261                        <File
1262                                RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.cpp"
1263                                >
1264                        </File>
1265                        <File
1266                                RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.cpp"
1267                                >
1268                        </File>
1269                        <File
1270                                RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.cpp"
1271                                >
1272                        </File>
1273                        <File
1274                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.cpp"
1275                                >
1276                        </File>
1277                        <File
1278                                RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.cpp"
1279                                >
1280                        </File>
1281                        <File
1282                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.cpp"
1283                                >
1284                        </File>
1285                        <File
1286                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.cpp"
1287                                >
1288                        </File>
1289                        <File
1290                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.cpp"
1291                                >
1292                        </File>
1293                        <File
1294                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.cpp"
1295                                >
1296                        </File>
1297                        <File
1298                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.cpp"
1299                                >
1300                        </File>
1301                        <File
1302                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.cpp"
1303                                >
1304                        </File>
1305                        <File
1306                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.cpp"
1307                                >
1308                        </File>
1309                        <File
1310                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.cpp"
1311                                >
1312                        </File>
1313                        <File
1314                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.cpp"
1315                                >
1316                        </File>
1317                        <File
1318                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.cpp"
1319                                >
1320                        </File>
1321                        <File
1322                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.cpp"
1323                                >
1324                        </File>
1325                        <File
1326                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.cpp"
1327                                >
1328                        </File>
1329                        <File
1330                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.cpp"
1331                                >
1332                        </File>
1333                        <File
1334                                RelativePath="..\..\dep\ACE_wrappers\ace\Signal.cpp"
1335                                >
1336                        </File>
1337                        <File
1338                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.cpp"
1339                                >
1340                        </File>
1341                        <File
1342                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.cpp"
1343                                >
1344                        </File>
1345                        <File
1346                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.cpp"
1347                                >
1348                        </File>
1349                        <File
1350                                RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.cpp"
1351                                >
1352                        </File>
1353                        <File
1354                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.cpp"
1355                                >
1356                        </File>
1357                        <File
1358                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.cpp"
1359                                >
1360                        </File>
1361                        <File
1362                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.cpp"
1363                                >
1364                        </File>
1365                        <File
1366                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.cpp"
1367                                >
1368                        </File>
1369                        <File
1370                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.cpp"
1371                                >
1372                        </File>
1373                        <File
1374                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.cpp"
1375                                >
1376                        </File>
1377                        <File
1378                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.cpp"
1379                                >
1380                        </File>
1381                        <File
1382                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.cpp"
1383                                >
1384                        </File>
1385                        <File
1386                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.cpp"
1387                                >
1388                        </File>
1389                        <File
1390                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.cpp"
1391                                >
1392                        </File>
1393                        <File
1394                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.cpp"
1395                                >
1396                        </File>
1397                        <File
1398                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.cpp"
1399                                >
1400                        </File>
1401                        <File
1402                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.cpp"
1403                                >
1404                        </File>
1405                        <File
1406                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.cpp"
1407                                >
1408                        </File>
1409                        <File
1410                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.cpp"
1411                                >
1412                        </File>
1413                        <File
1414                                RelativePath="..\..\dep\ACE_wrappers\ace\SString.cpp"
1415                                >
1416                        </File>
1417                        <File
1418                                RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.cpp"
1419                                >
1420                        </File>
1421                        <File
1422                                RelativePath="..\..\dep\ACE_wrappers\ace\Stats.cpp"
1423                                >
1424                        </File>
1425                        <File
1426                                RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.cpp"
1427                                >
1428                        </File>
1429                        <File
1430                                RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.cpp"
1431                                >
1432                        </File>
1433                        <File
1434                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.cpp"
1435                                >
1436                        </File>
1437                        <File
1438                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.cpp"
1439                                >
1440                        </File>
1441                        <File
1442                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.cpp"
1443                                >
1444                        </File>
1445                        <File
1446                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.cpp"
1447                                >
1448                        </File>
1449                        <File
1450                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.cpp"
1451                                >
1452                        </File>
1453                        <File
1454                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.cpp"
1455                                >
1456                        </File>
1457                        <File
1458                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_y.cpp"
1459                                >
1460                        </File>
1461                        <File
1462                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.cpp"
1463                                >
1464                        </File>
1465                        <File
1466                                RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.cpp"
1467                                >
1468                        </File>
1469                        <File
1470                                RelativePath="..\..\dep\ACE_wrappers\ace\Task.cpp"
1471                                >
1472                        </File>
1473                        <File
1474                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread.cpp"
1475                                >
1476                        </File>
1477                        <File
1478                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.cpp"
1479                                >
1480                        </File>
1481                        <File
1482                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.cpp"
1483                                >
1484                        </File>
1485                        <File
1486                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.cpp"
1487                                >
1488                        </File>
1489                        <File
1490                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.cpp"
1491                                >
1492                        </File>
1493                        <File
1494                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.cpp"
1495                                >
1496                        </File>
1497                        <File
1498                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.cpp"
1499                                >
1500                        </File>
1501                        <File
1502                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.cpp"
1503                                >
1504                        </File>
1505                        <File
1506                                RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.cpp"
1507                                >
1508                        </File>
1509                        <File
1510                                RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.cpp"
1511                                >
1512                        </File>
1513                        <File
1514                                RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.cpp"
1515                                >
1516                        </File>
1517                        <File
1518                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI.cpp"
1519                                >
1520                        </File>
1521                        <File
1522                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.cpp"
1523                                >
1524                        </File>
1525                        <File
1526                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.cpp"
1527                                >
1528                        </File>
1529                        <File
1530                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.cpp"
1531                                >
1532                        </File>
1533                        <File
1534                                RelativePath="..\..\dep\ACE_wrappers\ace\Token.cpp"
1535                                >
1536                        </File>
1537                        <File
1538                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.cpp"
1539                                >
1540                        </File>
1541                        <File
1542                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.cpp"
1543                                >
1544                        </File>
1545                        <File
1546                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.cpp"
1547                                >
1548                        </File>
1549                        <File
1550                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.cpp"
1551                                >
1552                        </File>
1553                        <File
1554                                RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.cpp"
1555                                >
1556                        </File>
1557                        <File
1558                                RelativePath="..\..\dep\ACE_wrappers\ace\Trace.cpp"
1559                                >
1560                        </File>
1561                        <File
1562                                RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.cpp"
1563                                >
1564                        </File>
1565                        <File
1566                                RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.cpp"
1567                                >
1568                        </File>
1569                        <File
1570                                RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.cpp"
1571                                >
1572                        </File>
1573                        <File
1574                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.cpp"
1575                                >
1576                        </File>
1577                        <File
1578                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.cpp"
1579                                >
1580                        </File>
1581                        <File
1582                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.cpp"
1583                                >
1584                        </File>
1585                        <File
1586                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.cpp"
1587                                >
1588                        </File>
1589                        <File
1590                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.cpp"
1591                                >
1592                        </File>
1593                        <File
1594                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.cpp"
1595                                >
1596                        </File>
1597                        <File
1598                                RelativePath="..\..\dep\ACE_wrappers\ace\UUID.cpp"
1599                                >
1600                        </File>
1601                        <File
1602                                RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.cpp"
1603                                >
1604                        </File>
1605                        <File
1606                                RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.cpp"
1607                                >
1608                        </File>
1609                        <File
1610                                RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.cpp"
1611                                >
1612                        </File>
1613                        <File
1614                                RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.cpp"
1615                                >
1616                        </File>
1617                        <File
1618                                RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.cpp"
1619                                >
1620                        </File>
1621                </Filter>
1622                <Filter
1623                        Name="Header Files"
1624                        Filter="h;hpp;hxx;hh"
1625                        >
1626                        <File
1627                                RelativePath="..\..\dep\ACE_wrappers\ace\Acceptor.h"
1628                                >
1629                        </File>
1630                        <File
1631                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE.h"
1632                                >
1633                        </File>
1634                        <File
1635                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE_export.h"
1636                                >
1637                        </File>
1638                        <File
1639                                RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.h"
1640                                >
1641                        </File>
1642                        <File
1643                                RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.h"
1644                                >
1645                        </File>
1646                        <File
1647                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.h"
1648                                >
1649                        </File>
1650                        <File
1651                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.h"
1652                                >
1653                        </File>
1654                        <File
1655                                RelativePath="..\..\dep\ACE_wrappers\ace\Addr.h"
1656                                >
1657                        </File>
1658                        <File
1659                                RelativePath="..\..\dep\ACE_wrappers\ace\Arg_Shifter.h"
1660                                >
1661                        </File>
1662                        <File
1663                                RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.h"
1664                                >
1665                        </File>
1666                        <File
1667                                RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.h"
1668                                >
1669                        </File>
1670                        <File
1671                                RelativePath="..\..\dep\ACE_wrappers\ace\Array.h"
1672                                >
1673                        </File>
1674                        <File
1675                                RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.h"
1676                                >
1677                        </File>
1678                        <File
1679                                RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.h"
1680                                >
1681                        </File>
1682                        <File
1683                                RelativePath="..\..\dep\ACE_wrappers\ace\Assert.h"
1684                                >
1685                        </File>
1686                        <File
1687                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Acceptor.h"
1688                                >
1689                        </File>
1690                        <File
1691                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Connector.h"
1692                                >
1693                        </File>
1694                        <File
1695                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.h"
1696                                >
1697                        </File>
1698                        <File
1699                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.h"
1700                                >
1701                        </File>
1702                        <File
1703                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.h"
1704                                >
1705                        </File>
1706                        <File
1707                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.h"
1708                                >
1709                        </File>
1710                        <File
1711                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.h"
1712                                >
1713                        </File>
1714                        <File
1715                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.h"
1716                                >
1717                        </File>
1718                        <File
1719                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.h"
1720                                >
1721                        </File>
1722                        <File
1723                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.h"
1724                                >
1725                        </File>
1726                        <File
1727                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.h"
1728                                >
1729                        </File>
1730                        <File
1731                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.h"
1732                                >
1733                        </File>
1734                        <File
1735                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.h"
1736                                >
1737                        </File>
1738                        <File
1739                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.h"
1740                                >
1741                        </File>
1742                        <File
1743                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.h"
1744                                >
1745                        </File>
1746                        <File
1747                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.h"
1748                                >
1749                        </File>
1750                        <File
1751                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.h"
1752                                >
1753                        </File>
1754                        <File
1755                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.h"
1756                                >
1757                        </File>
1758                        <File
1759                                RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.h"
1760                                >
1761                        </File>
1762                        <File
1763                                RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.h"
1764                                >
1765                        </File>
1766                        <File
1767                                RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.h"
1768                                >
1769                        </File>
1770                        <File
1771                                RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.h"
1772                                >
1773                        </File>
1774                        <File
1775                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.h"
1776                                >
1777                        </File>
1778                        <File
1779                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.h"
1780                                >
1781                        </File>
1782                        <File
1783                                RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.h"
1784                                >
1785                        </File>
1786                        <File
1787                                RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.h"
1788                                >
1789                        </File>
1790                        <File
1791                                RelativePath="..\..\dep\ACE_wrappers\ace\Cached_Connect_Strategy_T.h"
1792                                >
1793                        </File>
1794                        <File
1795                                RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.h"
1796                                >
1797                        </File>
1798                        <File
1799                                RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Utility_T.h"
1800                                >
1801                        </File>
1802                        <File
1803                                RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.h"
1804                                >
1805                        </File>
1806                        <File
1807                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.h"
1808                                >
1809                        </File>
1810                        <File
1811                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.h"
1812                                >
1813                        </File>
1814                        <File
1815                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.h"
1816                                >
1817                        </File>
1818                        <File
1819                                RelativePath="..\..\dep\ACE_wrappers\ace\CE_Screen_Output.h"
1820                                >
1821                        </File>
1822                        <File
1823                                RelativePath="..\..\dep\ACE_wrappers\ace\checked_iterator.h"
1824                                >
1825                        </File>
1826                        <File
1827                                RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.h"
1828                                >
1829                        </File>
1830                        <File
1831                                RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup_Strategies_T.h"
1832                                >
1833                        </File>
1834                        <File
1835                                RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.h"
1836                                >
1837                        </File>
1838                        <File
1839                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.h"
1840                                >
1841                        </File>
1842                        <File
1843                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.h"
1844                                >
1845                        </File>
1846                        <File
1847                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Symbols.h"
1848                                >
1849                        </File>
1850                        <File
1851                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.h"
1852                                >
1853                        </File>
1854                        <File
1855                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.h"
1856                                >
1857                        </File>
1858                        <File
1859                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.h"
1860                                >
1861                        </File>
1862                        <File
1863                                RelativePath="..\..\dep\ACE_wrappers\ace\config-aix-5.x.h"
1864                                >
1865                        </File>
1866                        <File
1867                                RelativePath="..\..\dep\ACE_wrappers\ace\config-all.h"
1868                                >
1869                        </File>
1870                        <File
1871                                RelativePath="..\..\dep\ACE_wrappers\ace\config-borland-common.h"
1872                                >
1873                        </File>
1874                        <File
1875                                RelativePath="..\..\dep\ACE_wrappers\ace\config-cray.h"
1876                                >
1877                        </File>
1878                        <File
1879                                RelativePath="..\..\dep\ACE_wrappers\ace\config-cxx-common.h"
1880                                >
1881                        </File>
1882                        <File
1883                                RelativePath="..\..\dep\ACE_wrappers\ace\config-cygwin32.h"
1884                                >
1885                        </File>
1886                        <File
1887                                RelativePath="..\..\dep\ACE_wrappers\ace\config-doxygen.h"
1888                                >
1889                        </File>
1890                        <File
1891                                RelativePath="..\..\dep\ACE_wrappers\ace\config-freebsd.h"
1892                                >
1893                        </File>
1894                        <File
1895                                RelativePath="..\..\dep\ACE_wrappers\ace\config-g++-common.h"
1896                                >
1897                        </File>
1898                        <File
1899                                RelativePath="..\..\dep\ACE_wrappers\ace\config-ghs-common.h"
1900                                >
1901                        </File>
1902                        <File
1903                                RelativePath="..\..\dep\ACE_wrappers\ace\config-hpux-11.00.h"
1904                                >
1905                        </File>
1906                        <File
1907                                RelativePath="..\..\dep\ACE_wrappers\ace\config-icc-common.h"
1908                                >
1909                        </File>
1910                        <File
1911                                RelativePath="..\..\dep\ACE_wrappers\ace\config-integritySCA.h"
1912                                >
1913                        </File>
1914                        <File
1915                                RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.5.x-sgic++.h"
1916                                >
1917                        </File>
1918                        <File
1919                                RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-common.h"
1920                                >
1921                        </File>
1922                        <File
1923                                RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-g++.h"
1924                                >
1925                        </File>
1926                        <File
1927                                RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-sgic++.h"
1928                                >
1929                        </File>
1930                        <File
1931                                RelativePath="..\..\dep\ACE_wrappers\ace\config-linux-common.h"
1932                                >
1933                        </File>
1934                        <File
1935                                RelativePath="..\..\dep\ACE_wrappers\ace\config-linux.h"
1936                                >
1937                        </File>
1938                        <File
1939                                RelativePath="..\..\dep\ACE_wrappers\ace\config-lite.h"
1940                                >
1941                        </File>
1942                        <File
1943                                RelativePath="..\..\dep\ACE_wrappers\ace\config-lynxos.h"
1944                                >
1945                        </File>
1946                        <File
1947                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-leopard.h"
1948                                >
1949                        </File>
1950                        <File
1951                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-panther.h"
1952                                >
1953                        </File>
1954                        <File
1955                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-tiger.h"
1956                                >
1957                        </File>
1958                        <File
1959                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx.h"
1960                                >
1961                        </File>
1962                        <File
1963                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macros.h"
1964                                >
1965                        </File>
1966                        <File
1967                                RelativePath="..\..\dep\ACE_wrappers\ace\config-minimal.h"
1968                                >
1969                        </File>
1970                        <File
1971                                RelativePath="..\..\dep\ACE_wrappers\ace\config-mvs.h"
1972                                >
1973                        </File>
1974                        <File
1975                                RelativePath="..\..\dep\ACE_wrappers\ace\config-netbsd.h"
1976                                >
1977                        </File>
1978                        <File
1979                                RelativePath="..\..\dep\ACE_wrappers\ace\config-openbsd.h"
1980                                >
1981                        </File>
1982                        <File
1983                                RelativePath="..\..\dep\ACE_wrappers\ace\config-openvms.h"
1984                                >
1985                        </File>
1986                        <File
1987                                RelativePath="..\..\dep\ACE_wrappers\ace\config-pharlap.h"
1988                                >
1989                        </File>
1990                        <File
1991                                RelativePath="..\..\dep\ACE_wrappers\ace\config-posix-nonetworking.h"
1992                                >
1993                        </File>
1994                        <File
1995                                RelativePath="..\..\dep\ACE_wrappers\ace\config-posix.h"
1996                                >
1997                        </File>
1998                        <File
1999                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-neutrino.h"
2000                                >
2001                        </File>
2002                        <File
2003                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-62x.h"
2004                                >
2005                        </File>
2006                        <File
2007                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-common.h"
2008                                >
2009                        </File>
2010                        <File
2011                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-pre62x.h"
2012                                >
2013                        </File>
2014                        <File
2015                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp.h"
2016                                >
2017                        </File>
2018                        <File
2019                                RelativePath="..\..\dep\ACE_wrappers\ace\config-rtems.h"
2020                                >
2021                        </File>
2022                        <File
2023                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0-nothread.h"
2024                                >
2025                        </File>
2026                        <File
2027                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0.h"
2028                                >
2029                        </File>
2030                        <File
2031                                RelativePath="..\..\dep\ACE_wrappers\ace\config-suncc-common.h"
2032                                >
2033                        </File>
2034                        <File
2035                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.10.h"
2036                                >
2037                        </File>
2038                        <File
2039                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.11.h"
2040                                >
2041                        </File>
2042                        <File
2043                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-g++.h"
2044                                >
2045                        </File>
2046                        <File
2047                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-sunc++-4.x.h"
2048                                >
2049                        </File>
2050                        <File
2051                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.5.h"
2052                                >
2053                        </File>
2054                        <File
2055                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.6.h"
2056                                >
2057                        </File>
2058                        <File
2059                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.7.h"
2060                                >
2061                        </File>
2062                        <File
2063                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.8.h"
2064                                >
2065                        </File>
2066                        <File
2067                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.9.h"
2068                                >
2069                        </File>
2070                        <File
2071                                RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v2.h"
2072                                >
2073                        </File>
2074                        <File
2075                                RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v3.h"
2076                                >
2077                        </File>
2078                        <File
2079                                RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem.h"
2080                                >
2081                        </File>
2082                        <File
2083                                RelativePath="..\..\dep\ACE_wrappers\ace\config-tru64.h"
2084                                >
2085                        </File>
2086                        <File
2087                                RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.h"
2088                                >
2089                        </File>
2090                        <File
2091                                RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.udk.h"
2092                                >
2093                        </File>
2094                        <File
2095                                RelativePath="..\..\dep\ACE_wrappers\ace\config-visualage.h"
2096                                >
2097                        </File>
2098                        <File
2099                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks.h"
2100                                >
2101                        </File>
2102                        <File
2103                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks5.x.h"
2104                                >
2105                        </File>
2106                        <File
2107                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.2.h"
2108                                >
2109                        </File>
2110                        <File
2111                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.3.h"
2112                                >
2113                        </File>
2114                        <File
2115                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.4.h"
2116                                >
2117                        </File>
2118                        <File
2119                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.5.h"
2120                                >
2121                        </File>
2122                        <File
2123                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.6.h"
2124                                >
2125                        </File>
2126                        <File
2127                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-borland.h"
2128                                >
2129                        </File>
2130                        <File
2131                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-common.h"
2132                                >
2133                        </File>
2134                        <File
2135                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-dmc.h"
2136                                >
2137                        </File>
2138                        <File
2139                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-ghs.h"
2140                                >
2141                        </File>
2142                        <File
2143                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-interix.h"
2144                                >
2145                        </File>
2146                        <File
2147                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-mingw.h"
2148                                >
2149                        </File>
2150                        <File
2151                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-7.h"
2152                                >
2153                        </File>
2154                        <File
2155                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-8.h"
2156                                >
2157                        </File>
2158                        <File
2159                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-9.h"
2160                                >
2161                        </File>
2162                        <File
2163                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc.h"
2164                                >
2165                        </File>
2166                        <File
2167                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32.h"
2168                                >
2169                        </File>
2170                        <File
2171                                RelativePath="..\..\dep\ACE_wrappers\ace\config-WinCE.h"
2172                                >
2173                        </File>
2174                        <File
2175                                RelativePath="..\..\dep\ACE_wrappers\ace\config.h"
2176                                >
2177                        </File>
2178                        <File
2179                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.h"
2180                                >
2181                        </File>
2182                        <File
2183                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.h"
2184                                >
2185                        </File>
2186                        <File
2187                                RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.h"
2188                                >
2189                        </File>
2190                        <File
2191                                RelativePath="..\..\dep\ACE_wrappers\ace\Connector.h"
2192                                >
2193                        </File>
2194                        <File
2195                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers.h"
2196                                >
2197                        </File>
2198                        <File
2199                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.h"
2200                                >
2201                        </File>
2202                        <File
2203                                RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.h"
2204                                >
2205                        </File>
2206                        <File
2207                                RelativePath="..\..\dep\ACE_wrappers\ace\CORBA_macros.h"
2208                                >
2209                        </File>
2210                        <File
2211                                RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.h"
2212                                >
2213                        </File>
2214                        <File
2215                                RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.h"
2216                                >
2217                        </File>
2218                        <File
2219                                RelativePath="..\..\dep\ACE_wrappers\ace\Default_Constants.h"
2220                                >
2221                        </File>
2222                        <File
2223                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV.h"
2224                                >
2225                        </File>
2226                        <File
2227                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.h"
2228                                >
2229                        </File>
2230                        <File
2231                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.h"
2232                                >
2233                        </File>
2234                        <File
2235                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.h"
2236                                >
2237                        </File>
2238                        <File
2239                                RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.h"
2240                                >
2241                        </File>
2242                        <File
2243                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.h"
2244                                >
2245                        </File>
2246                        <File
2247                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.h"
2248                                >
2249                        </File>
2250                        <File
2251                                RelativePath="..\..\dep\ACE_wrappers\ace\DLL.h"
2252                                >
2253                        </File>
2254                        <File
2255                                RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.h"
2256                                >
2257                        </File>
2258                        <File
2259                                RelativePath="..\..\dep\ACE_wrappers\ace\Dump.h"
2260                                >
2261                        </File>
2262                        <File
2263                                RelativePath="..\..\dep\ACE_wrappers\ace\Dump_T.h"
2264                                >
2265                        </File>
2266                        <File
2267                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.h"
2268                                >
2269                        </File>
2270                        <File
2271                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.h"
2272                                >
2273                        </File>
2274                        <File
2275                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.h"
2276                                >
2277                        </File>
2278                        <File
2279                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.h"
2280                                >
2281                        </File>
2282                        <File
2283                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.h"
2284                                >
2285                        </File>
2286                        <File
2287                                RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.h"
2288                                >
2289                        </File>
2290                        <File
2291                                RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.h"
2292                                >
2293                        </File>
2294                        <File
2295                                RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.h"
2296                                >
2297                        </File>
2298                        <File
2299                                RelativePath="..\..\dep\ACE_wrappers\ace\Event.h"
2300                                >
2301                        </File>
2302                        <File
2303                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.h"
2304                                >
2305                        </File>
2306                        <File
2307                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.h"
2308                                >
2309                        </File>
2310                        <File
2311                                RelativePath="..\..\dep\ACE_wrappers\ace\Exception_Macros.h"
2312                                >
2313                        </File>
2314                        <File
2315                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.h"
2316                                >
2317                        </File>
2318                        <File
2319                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.h"
2320                                >
2321                        </File>
2322                        <File
2323                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.h"
2324                                >
2325                        </File>
2326                        <File
2327                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.h"
2328                                >
2329                        </File>
2330                        <File
2331                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.h"
2332                                >
2333                        </File>
2334                        <File
2335                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE.h"
2336                                >
2337                        </File>
2338                        <File
2339                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.h"
2340                                >
2341                        </File>
2342                        <File
2343                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.h"
2344                                >
2345                        </File>
2346                        <File
2347                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.h"
2348                                >
2349                        </File>
2350                        <File
2351                                RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.h"
2352                                >
2353                        </File>
2354                        <File
2355                                RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.h"
2356                                >
2357                        </File>
2358                        <File
2359                                RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.h"
2360                                >
2361                        </File>
2362                        <File
2363                                RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.h"
2364                                >
2365                        </File>
2366                        <File
2367                                RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component_T.h"
2368                                >
2369                        </File>
2370                        <File
2371                                RelativePath="..\..\dep\ACE_wrappers\ace\Free_List.h"
2372                                >
2373                        </File>
2374                        <File
2375                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor.h"
2376                                >
2377                        </File>
2378                        <File
2379                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.h"
2380                                >
2381                        </File>
2382                        <File
2383                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.h"
2384                                >
2385                        </File>
2386                        <File
2387                                RelativePath="..\..\dep\ACE_wrappers\ace\Future.h"
2388                                >
2389                        </File>
2390                        <File
2391                                RelativePath="..\..\dep\ACE_wrappers\ace\Future_Set.h"
2392                                >
2393                        </File>
2394                        <File
2395                                RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.h"
2396                                >
2397                        </File>
2398                        <File
2399                                RelativePath="..\..\dep\ACE_wrappers\ace\Global_Macros.h"
2400                                >
2401                        </File>
2402                        <File
2403                                RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.h"
2404                                >
2405                        </File>
2406                        <File
2407                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.h"
2408                                >
2409                        </File>
2410                        <File
2411                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.h"
2412                                >
2413                        </File>
2414                        <File
2415                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.h"
2416                                >
2417                        </File>
2418                        <File
2419                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.h"
2420                                >
2421                        </File>
2422                        <File
2423                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager.h"
2424                                >
2425                        </File>
2426                        <File
2427                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.h"
2428                                >
2429                        </File>
2430                        <File
2431                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.h"
2432                                >
2433                        </File>
2434                        <File
2435                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.h"
2436                                >
2437                        </File>
2438                        <File
2439                                RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.h"
2440                                >
2441                        </File>
2442                        <File
2443                                RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.h"
2444                                >
2445                        </File>
2446                        <File
2447                                RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.h"
2448                                >
2449                        </File>
2450                        <File
2451                                RelativePath="..\..\dep\ACE_wrappers\ace\If_Then_Else.h"
2452                                >
2453                        </File>
2454                        <File
2455                                RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.h"
2456                                >
2457                        </File>
2458                        <File
2459                                RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.h"
2460                                >
2461                        </File>
2462                        <File
2463                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.h"
2464                                >
2465                        </File>
2466                        <File
2467                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.h"
2468                                >
2469                        </File>
2470                        <File
2471                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.h"
2472                                >
2473                        </File>
2474                        <File
2475                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.h"
2476                                >
2477                        </File>
2478                        <File
2479                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.h"
2480                                >
2481                        </File>
2482                        <File
2483                                RelativePath="..\..\dep\ACE_wrappers\ace\iosfwd.h"
2484                                >
2485                        </File>
2486                        <File
2487                                RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.h"
2488                                >
2489                        </File>
2490                        <File
2491                                RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.h"
2492                                >
2493                        </File>
2494                        <File
2495                                RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.h"
2496                                >
2497                        </File>
2498                        <File
2499                                RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.h"
2500                                >
2501                        </File>
2502                        <File
2503                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.h"
2504                                >
2505                        </File>
2506                        <File
2507                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.h"
2508                                >
2509                        </File>
2510                        <File
2511                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space_T.h"
2512                                >
2513                        </File>
2514                        <File
2515                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.h"
2516                                >
2517                        </File>
2518                        <File
2519                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock.h"
2520                                >
2521                        </File>
2522                        <File
2523                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.h"
2524                                >
2525                        </File>
2526                        <File
2527                                RelativePath="..\..\dep\ACE_wrappers\ace\LOCK_SOCK_Acceptor.h"
2528                                >
2529                        </File>
2530                        <File
2531                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.h"
2532                                >
2533                        </File>
2534                        <File
2535                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.h"
2536                                >
2537                        </File>
2538                        <File
2539                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.h"
2540                                >
2541                        </File>
2542                        <File
2543                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.h"
2544                                >
2545                        </File>
2546                        <File
2547                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.h"
2548                                >
2549                        </File>
2550                        <File
2551                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.h"
2552                                >
2553                        </File>
2554                        <File
2555                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Priority.h"
2556                                >
2557                        </File>
2558                        <File
2559                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.h"
2560                                >
2561                        </File>
2562                        <File
2563                                RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.h"
2564                                >
2565                        </File>
2566                        <File
2567                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.h"
2568                                >
2569                        </File>
2570                        <File
2571                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.h"
2572                                >
2573                        </File>
2574                        <File
2575                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.h"
2576                                >
2577                        </File>
2578                        <File
2579                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.h"
2580                                >
2581                        </File>
2582                        <File
2583                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.h"
2584                                >
2585                        </File>
2586                        <File
2587                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.h"
2588                                >
2589                        </File>
2590                        <File
2591                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.h"
2592                                >
2593                        </File>
2594                        <File
2595                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.h"
2596                                >
2597                        </File>
2598                        <File
2599                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Base.h"
2600                                >
2601                        </File>
2602                        <File
2603                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.h"
2604                                >
2605                        </File>
2606                        <File
2607                                RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.h"
2608                                >
2609                        </File>
2610                        <File
2611                                RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.h"
2612                                >
2613                        </File>
2614                        <File
2615                                RelativePath="..\..\dep\ACE_wrappers\ace\Map.h"
2616                                >
2617                        </File>
2618                        <File
2619                                RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.h"
2620                                >
2621                        </File>
2622                        <File
2623                                RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.h"
2624                                >
2625                        </File>
2626                        <File
2627                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.h"
2628                                >
2629                        </File>
2630                        <File
2631                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.h"
2632                                >
2633                        </File>
2634                        <File
2635                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.h"
2636                                >
2637                        </File>
2638                        <File
2639                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.h"
2640                                >
2641                        </File>
2642                        <File
2643                                RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.h"
2644                                >
2645                        </File>
2646                        <File
2647                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.h"
2648                                >
2649                        </File>
2650                        <File
2651                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.h"
2652                                >
2653                        </File>
2654                        <File
2655                                RelativePath="..\..\dep\ACE_wrappers\ace\Memory_Pool.h"
2656                                >
2657                        </File>
2658                        <File
2659                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.h"
2660                                >
2661                        </File>
2662                        <File
2663                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.h"
2664                                >
2665                        </File>
2666                        <File
2667                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.h"
2668                                >
2669                        </File>
2670                        <File
2671                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.h"
2672                                >
2673                        </File>
2674                        <File
2675                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_T.h"
2676                                >
2677                        </File>
2678                        <File
2679                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.h"
2680                                >
2681                        </File>
2682                        <File
2683                                RelativePath="..\..\dep\ACE_wrappers\ace\Method_Object.h"
2684                                >
2685                        </File>
2686                        <File
2687                                RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.h"
2688                                >
2689                        </File>
2690                        <File
2691                                RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache.h"
2692                                >
2693                        </File>
2694                        <File
2695                                RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.h"
2696                                >
2697                        </File>
2698                        <File
2699                                RelativePath="..\..\dep\ACE_wrappers\ace\Min_Max.h"
2700                                >
2701                        </File>
2702                        <File
2703                                RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.h"
2704                                >
2705                        </File>
2706                        <File
2707                                RelativePath="..\..\dep\ACE_wrappers\ace\Module.h"
2708                                >
2709                        </File>
2710                        <File
2711                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.h"
2712                                >
2713                        </File>
2714                        <File
2715                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.h"
2716                                >
2717                        </File>
2718                        <File
2719                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.h"
2720                                >
2721                        </File>
2722                        <File
2723                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.h"
2724                                >
2725                        </File>
2726                        <File
2727                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.h"
2728                                >
2729                        </File>
2730                        <File
2731                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.h"
2732                                >
2733                        </File>
2734                        <File
2735                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.h"
2736                                >
2737                        </File>
2738                        <File
2739                                RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.h"
2740                                >
2741                        </File>
2742                        <File
2743                                RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.h"
2744                                >
2745                        </File>
2746                        <File
2747                                RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.h"
2748                                >
2749                        </File>
2750                        <File
2751                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.h"
2752                                >
2753                        </File>
2754                        <File
2755                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.h"
2756                                >
2757                        </File>
2758                        <File
2759                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.h"
2760                                >
2761                        </File>
2762                        <File
2763                                RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.h"
2764                                >
2765                        </File>
2766                        <File
2767                                RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.h"
2768                                >
2769                        </File>
2770                        <File
2771                                RelativePath="..\..\dep\ACE_wrappers\ace\Node.h"
2772                                >
2773                        </File>
2774                        <File
2775                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.h"
2776                                >
2777                        </File>
2778                        <File
2779                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.h"
2780                                >
2781                        </File>
2782                        <File
2783                                RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.h"
2784                                >
2785                        </File>
2786                        <File
2787                                RelativePath="..\..\dep\ACE_wrappers\ace\Null_Barrier.h"
2788                                >
2789                        </File>
2790                        <File
2791                                RelativePath="..\..\dep\ACE_wrappers\ace\Null_Condition.h"
2792                                >
2793                        </File>
2794                        <File
2795                                RelativePath="..\..\dep\ACE_wrappers\ace\Null_Mutex.h"
2796                                >
2797                        </File>
2798                        <File
2799                                RelativePath="..\..\dep\ACE_wrappers\ace\Null_Semaphore.h"
2800                                >
2801                        </File>
2802                        <File
2803                                RelativePath="..\..\dep\ACE_wrappers\ace\Numeric_Limits.h"
2804                                >
2805                        </File>
2806                        <File
2807                                RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.h"
2808                                >
2809                        </File>
2810                        <File
2811                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.h"
2812                                >
2813                        </File>
2814                        <File
2815                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.h"
2816                                >
2817                        </File>
2818                        <File
2819                                RelativePath="..\..\dep\ACE_wrappers\ace\Obstack.h"
2820                                >
2821                        </File>
2822                        <File
2823                                RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.h"
2824                                >
2825                        </File>
2826                        <File
2827                                RelativePath="..\..\dep\ACE_wrappers\ace\OS.h"
2828                                >
2829                        </File>
2830                        <File
2831                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_aio.h"
2832                                >
2833                        </File>
2834                        <File
2835                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_assert.h"
2836                                >
2837                        </File>
2838                        <File
2839                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_byteswap.h"
2840                                >
2841                        </File>
2842                        <File
2843                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_complex.h"
2844                                >
2845                        </File>
2846                        <File
2847                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_cpio.h"
2848                                >
2849                        </File>
2850                        <File
2851                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ctype.h"
2852                                >
2853                        </File>
2854                        <File
2855                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Dirent.h"
2856                                >
2857                        </File>
2858                        <File
2859                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dirent.h"
2860                                >
2861                        </File>
2862                        <File
2863                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dlfcn.h"
2864                                >
2865                        </File>
2866                        <File
2867                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h"
2868                                >
2869                        </File>
2870                        <File
2871                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h"
2872                                >
2873                        </File>
2874                        <File
2875                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fcntl.h"
2876                                >
2877                        </File>
2878                        <File
2879                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fenv.h"
2880                                >
2881                        </File>
2882                        <File
2883                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_float.h"
2884                                >
2885                        </File>
2886                        <File
2887                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fmtmsg.h"
2888                                >
2889                        </File>
2890                        <File
2891                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fnmatch.h"
2892                                >
2893                        </File>
2894                        <File
2895                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ftw.h"
2896                                >
2897                        </File>
2898                        <File
2899                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_glob.h"
2900                                >
2901                        </File>
2902                        <File
2903                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_grp.h"
2904                                >
2905                        </File>
2906                        <File
2907                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iconv.h"
2908                                >
2909                        </File>
2910                        <File
2911                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\net\os_if.h"
2912                                >
2913                        </File>
2914                        <File
2915                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_in.h"
2916                                >
2917                        </File>
2918                        <File
2919                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\arpa\os_inet.h"
2920                                >
2921                        </File>
2922                        <File
2923                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_intrin.h"
2924                                >
2925                        </File>
2926                        <File
2927                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_inttypes.h"
2928                                >
2929                        </File>
2930                        <File
2931                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_ipc.h"
2932                                >
2933                        </File>
2934                        <File
2935                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iso646.h"
2936                                >
2937                        </File>
2938                        <File
2939                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_kstat.h"
2940                                >
2941                        </File>
2942                        <File
2943                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_langinfo.h"
2944                                >
2945                        </File>
2946                        <File
2947                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_libgen.h"
2948                                >
2949                        </File>
2950                        <File
2951                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_limits.h"
2952                                >
2953                        </File>
2954                        <File
2955                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_loadavg.h"
2956                                >
2957                        </File>
2958                        <File
2959                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_local.h"
2960                                >
2961                        </File>
2962                        <File
2963                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.h"
2964                                >
2965                        </File>
2966                        <File
2967                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.h"
2968                                >
2969                        </File>
2970                        <File
2971                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_math.h"
2972                                >
2973                        </File>
2974                        <File
2975                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Memory.h"
2976                                >
2977                        </File>
2978                        <File
2979                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_mman.h"
2980                                >
2981                        </File>
2982                        <File
2983                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_monetary.h"
2984                                >
2985                        </File>
2986                        <File
2987                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_mqueue.h"
2988                                >
2989                        </File>
2990                        <File
2991                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_msg.h"
2992                                >
2993                        </File>
2994                        <File
2995                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ndbm.h"
2996                                >
2997                        </File>
2998                        <File
2999                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_netdb.h"
3000                                >
3001                        </File>
3002                        <File
3003                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_nl_types.h"
3004                                >
3005                        </File>
3006                        <File
3007                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.h"
3008                                >
3009                        </File>
3010                        <File
3011                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.h"
3012                                >
3013                        </File>
3014                        <File
3015                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.h"
3016                                >
3017                        </File>
3018                        <File
3019                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.h"
3020                                >
3021                        </File>
3022                        <File
3023                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.h"
3024                                >
3025                        </File>
3026                        <File
3027                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.h"
3028                                >
3029                        </File>
3030                        <File
3031                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_macros.h"
3032                                >
3033                        </File>
3034                        <File
3035                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.h"
3036                                >
3037                        </File>
3038                        <File
3039                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.h"
3040                                >
3041                        </File>
3042                        <File
3043                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.h"
3044                                >
3045                        </File>
3046                        <File
3047                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.h"
3048                                >
3049                        </File>
3050                        <File
3051                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.h"
3052                                >
3053                        </File>
3054                        <File
3055                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.h"
3056                                >
3057                        </File>
3058                        <File
3059                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.h"
3060                                >
3061                        </File>
3062                        <File
3063                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.h"
3064                                >
3065                        </File>
3066                        <File
3067                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.h"
3068                                >
3069                        </File>
3070                        <File
3071                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.h"
3072                                >
3073                        </File>
3074                        <File
3075                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.h"
3076                                >
3077                        </File>
3078                        <File
3079                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.h"
3080                                >
3081                        </File>
3082                        <File
3083                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.h"
3084                                >
3085                        </File>
3086                        <File
3087                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.h"
3088                                >
3089                        </File>
3090                        <File
3091                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.h"
3092                                >
3093                        </File>
3094                        <File
3095                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.h"
3096                                >
3097                        </File>
3098                        <File
3099                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.h"
3100                                >
3101                        </File>
3102                        <File
3103                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.h"
3104                                >
3105                        </File>
3106                        <File
3107                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.h"
3108                                >
3109                        </File>
3110                        <File
3111                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.h"
3112                                >
3113                        </File>
3114                        <File
3115                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.h"
3116                                >
3117                        </File>
3118                        <File
3119                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.h"
3120                                >
3121                        </File>
3122                        <File
3123                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.h"
3124                                >
3125                        </File>
3126                        <File
3127                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.h"
3128                                >
3129                        </File>
3130                        <File
3131                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.h"
3132                                >
3133                        </File>
3134                        <File
3135                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.h"
3136                                >
3137                        </File>
3138                        <File
3139                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.h"
3140                                >
3141                        </File>
3142                        <File
3143                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdh.h"
3144                                >
3145                        </File>
3146                        <File
3147                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdhmsg.h"
3148                                >
3149                        </File>
3150                        <File
3151                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_poll.h"
3152                                >
3153                        </File>
3154                        <File
3155                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_pstat.h"
3156                                >
3157                        </File>
3158                        <File
3159                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pthread.h"
3160                                >
3161                        </File>
3162                        <File
3163                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pwd.h"
3164                                >
3165                        </File>
3166                        <File
3167                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.h"
3168                                >
3169                        </File>
3170                        <File
3171                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_regex.h"
3172                                >
3173                        </File>
3174                        <File
3175                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_resource.h"
3176                                >
3177                        </File>
3178                        <File
3179                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_sched.h"
3180                                >
3181                        </File>
3182                        <File
3183                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_search.h"
3184                                >
3185                        </File>
3186                        <File
3187                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_select.h"
3188                                >
3189                        </File>
3190                        <File
3191                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sem.h"
3192                                >
3193                        </File>
3194                        <File
3195                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_semaphore.h"
3196                                >
3197                        </File>
3198                        <File
3199                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_setjmp.h"
3200                                >
3201                        </File>
3202                        <File
3203                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_shm.h"
3204                                >
3205                        </File>
3206                        <File
3207                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_signal.h"
3208                                >
3209                        </File>
3210                        <File
3211                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_socket.h"
3212                                >
3213                        </File>
3214                        <File
3215                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_spawn.h"
3216                                >
3217                        </File>
3218                        <File
3219                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_stat.h"
3220                                >
3221                        </File>
3222                        <File
3223                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_statvfs.h"
3224                                >
3225                        </File>
3226                        <File
3227                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdarg.h"
3228                                >
3229                        </File>
3230                        <File
3231                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdbool.h"
3232                                >
3233                        </File>
3234                        <File
3235                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stddef.h"
3236                                >
3237                        </File>
3238                        <File
3239                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdint.h"
3240                                >
3241                        </File>
3242                        <File
3243                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdio.h"
3244                                >
3245                        </File>
3246                        <File
3247                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdlib.h"
3248                                >
3249                        </File>
3250                        <File
3251                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h"
3252                                >
3253                        </File>
3254                        <File
3255                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h"
3256                                >
3257                        </File>
3258                        <File
3259                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_strings.h"
3260                                >
3261                        </File>
3262                        <File
3263                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stropts.h"
3264                                >
3265                        </File>
3266                        <File
3267                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysctl.h"
3268                                >
3269                        </File>
3270                        <File
3271                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysinfo.h"
3272                                >
3273                        </File>
3274                        <File
3275                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_syslog.h"
3276                                >
3277                        </File>
3278                        <File
3279                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tar.h"
3280                                >
3281                        </File>
3282                        <File
3283                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_tcp.h"
3284                                >
3285                        </File>
3286                        <File
3287                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_termios.h"
3288                                >
3289                        </File>
3290                        <File
3291                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tgmath.h"
3292                                >
3293                        </File>
3294                        <File
3295                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.h"
3296                                >
3297                        </File>
3298                        <File
3299                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h"
3300                                >
3301                        </File>
3302                        <File
3303                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h"
3304                                >
3305                        </File>
3306                        <File
3307                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_timeb.h"
3308                                >
3309                        </File>
3310                        <File
3311                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_times.h"
3312                                >
3313                        </File>
3314                        <File
3315                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.h"
3316                                >
3317                        </File>
3318                        <File
3319                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_trace.h"
3320                                >
3321                        </File>
3322                        <File
3323                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_types.h"
3324                                >
3325                        </File>
3326                        <File
3327                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ucontext.h"
3328                                >
3329                        </File>
3330                        <File
3331                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_uio.h"
3332                                >
3333                        </File>
3334                        <File
3335                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ulimit.h"
3336                                >
3337                        </File>
3338                        <File
3339                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_un.h"
3340                                >
3341                        </File>
3342                        <File
3343                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_unistd.h"
3344                                >
3345                        </File>
3346                        <File
3347                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utime.h"
3348                                >
3349                        </File>
3350                        <File
3351                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utmpx.h"
3352                                >
3353                        </File>
3354                        <File
3355                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_utsname.h"
3356                                >
3357                        </File>
3358                        <File
3359                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_wait.h"
3360                                >
3361                        </File>
3362                        <File
3363                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wchar.h"
3364                                >
3365                        </File>
3366                        <File
3367                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wctype.h"
3368                                >
3369                        </File>
3370                        <File
3371                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wordexp.h"
3372                                >
3373                        </File>
3374                        <File
3375                                RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.h"
3376                                >
3377                        </File>
3378                        <File
3379                                RelativePath="..\..\dep\ACE_wrappers\ace\Pair.h"
3380                                >
3381                        </File>
3382                        <File
3383                                RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.h"
3384                                >
3385                        </File>
3386                        <File
3387                                RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.h"
3388                                >
3389                        </File>
3390                        <File
3391                                RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.h"
3392                                >
3393                        </File>
3394                        <File
3395                                RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.h"
3396                                >
3397                        </File>
3398                        <File
3399                                RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.h"
3400                                >
3401                        </File>
3402                        <File
3403                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.h"
3404                                >
3405                        </File>
3406                        <File
3407                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.h"
3408                                >
3409                        </File>
3410                        <File
3411                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.h"
3412                                >
3413                        </File>
3414                        <File
3415                                RelativePath="..\..\dep\ACE_wrappers\ace\post.h"
3416                                >
3417                        </File>
3418                        <File
3419                                RelativePath="..\..\dep\ACE_wrappers\ace\pre.h"
3420                                >
3421                        </File>
3422                        <File
3423                                RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.h"
3424                                >
3425                        </File>
3426                        <File
3427                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.h"
3428                                >
3429                        </File>
3430                        <File
3431                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.h"
3432                                >
3433                        </File>
3434                        <File
3435                                RelativePath="..\..\dep\ACE_wrappers\ace\Process.h"
3436                                >
3437                        </File>
3438                        <File
3439                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.h"
3440                                >
3441                        </File>
3442                        <File
3443                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.h"
3444                                >
3445                        </File>
3446                        <File
3447                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.h"
3448                                >
3449                        </File>
3450                        <File
3451                                RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.h"
3452                                >
3453                        </File>
3454                        <File
3455                                RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.h"
3456                                >
3457                        </File>
3458                        <File
3459                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.h"
3460                                >
3461                        </File>
3462                        <File
3463                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.h"
3464                                >
3465                        </File>
3466                        <File
3467                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.h"
3468                                >
3469                        </File>
3470                        <File
3471                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.h"
3472                                >
3473                        </File>
3474                        <File
3475                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Token_T.h"
3476                                >
3477                        </File>
3478                        <File
3479                                RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.h"
3480                                >
3481                        </File>
3482                        <File
3483                                RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.h"
3484                                >
3485                        </File>
3486                        <File
3487                                RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.h"
3488                                >
3489                        </File>
3490                        <File
3491                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable.h"
3492                                >
3493                        </File>
3494                        <File
3495                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.h"
3496                                >
3497                        </File>
3498                        <File
3499                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.h"
3500                                >
3501                        </File>
3502                        <File
3503                                RelativePath="..\..\dep\ACE_wrappers\ace\Registry.h"
3504                                >
3505                        </File>
3506                        <File
3507                                RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.h"
3508                                >
3509                        </File>
3510                        <File
3511                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.h"
3512                                >
3513                        </File>
3514                        <File
3515                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.h"
3516                                >
3517                        </File>
3518                        <File
3519                                RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.h"
3520                                >
3521                        </File>
3522                        <File
3523                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.h"
3524                                >
3525                        </File>
3526                        <File
3527                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.h"
3528                                >
3529                        </File>
3530                        <File
3531                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.h"
3532                                >
3533                        </File>
3534                        <File
3535                                RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.h"
3536                                >
3537                        </File>
3538                        <File
3539                                RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.h"
3540                                >
3541                        </File>
3542                        <File
3543                                RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.h"
3544                                >
3545                        </File>
3546                        <File
3547                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor.h"
3548                                >
3549                        </File>
3550                        <File
3551                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.h"
3552                                >
3553                        </File>
3554                        <File
3555                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.h"
3556                                >
3557                        </File>
3558                        <File
3559                                RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.h"
3560                                >
3561                        </File>
3562                        <File
3563                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.h"
3564                                >
3565                        </File>
3566                        <File
3567                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.h"
3568                                >
3569                        </File>
3570                        <File
3571                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.h"
3572                                >
3573                        </File>
3574                        <File
3575                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.h"
3576                                >
3577                        </File>
3578                        <File
3579                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.h"
3580                                >
3581                        </File>
3582                        <File
3583                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Templates.h"
3584                                >
3585                        </File>
3586                        <File
3587                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.h"
3588                                >
3589                        </File>
3590                        <File
3591                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.h"
3592                                >
3593                        </File>
3594                        <File
3595                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.h"
3596                                >
3597                        </File>
3598                        <File
3599                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.h"
3600                                >
3601                        </File>
3602                        <File
3603                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.h"
3604                                >
3605                        </File>
3606                        <File
3607                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.h"
3608                                >
3609                        </File>
3610                        <File
3611                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.h"
3612                                >
3613                        </File>
3614                        <File
3615                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.h"
3616                                >
3617                        </File>
3618                        <File
3619                                RelativePath="..\..\dep\ACE_wrappers\ace\Signal.h"
3620                                >
3621                        </File>
3622                        <File
3623                                RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.h"
3624                                >
3625                        </File>
3626                        <File
3627                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.h"
3628                                >
3629                        </File>
3630                        <File
3631                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.h"
3632                                >
3633                        </File>
3634                        <File
3635                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.h"
3636                                >
3637                        </File>
3638                        <File
3639                                RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.h"
3640                                >
3641                        </File>
3642                        <File
3643                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.h"
3644                                >
3645                        </File>
3646                        <File
3647                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.h"
3648                                >
3649                        </File>
3650                        <File
3651                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.h"
3652                                >
3653                        </File>
3654                        <File
3655                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.h"
3656                                >
3657                        </File>
3658                        <File
3659                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.h"
3660                                >
3661                        </File>
3662                        <File
3663                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.h"
3664                                >
3665                        </File>
3666                        <File
3667                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.h"
3668                                >
3669                        </File>
3670                        <File
3671                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.h"
3672                                >
3673                        </File>
3674                        <File
3675                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.h"
3676                                >
3677                        </File>
3678                        <File
3679                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.h"
3680                                >
3681                        </File>
3682                        <File
3683                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.h"
3684                                >
3685                        </File>
3686                        <File
3687                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.h"
3688                                >
3689                        </File>
3690                        <File
3691                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.h"
3692                                >
3693                        </File>
3694                        <File
3695                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.h"
3696                                >
3697                        </File>
3698                        <File
3699                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.h"
3700                                >
3701                        </File>
3702                        <File
3703                                RelativePath="..\..\dep\ACE_wrappers\ace\SString.h"
3704                                >
3705                        </File>
3706                        <File
3707                                RelativePath="..\..\dep\ACE_wrappers\ace\SStringfwd.h"
3708                                >
3709                        </File>
3710                        <File
3711                                RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.h"
3712                                >
3713                        </File>
3714                        <File
3715                                RelativePath="..\..\dep\ACE_wrappers\ace\Static_Object_Lock.h"
3716                                >
3717                        </File>
3718                        <File
3719                                RelativePath="..\..\dep\ACE_wrappers\ace\Stats.h"
3720                                >
3721                        </File>
3722                        <File
3723                                RelativePath="..\..\dep\ACE_wrappers\ace\Strategies.h"
3724                                >
3725                        </File>
3726                        <File
3727                                RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.h"
3728                                >
3729                        </File>
3730                        <File
3731                                RelativePath="..\..\dep\ACE_wrappers\ace\Stream.h"
3732                                >
3733                        </File>
3734                        <File
3735                                RelativePath="..\..\dep\ACE_wrappers\ace\Stream_Modules.h"
3736                                >
3737                        </File>
3738                        <File
3739                                RelativePath="..\..\dep\ACE_wrappers\ace\streams.h"
3740                                >
3741                        </File>
3742                        <File
3743                                RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.h"
3744                                >
3745                        </File>
3746                        <File
3747                                RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.h"
3748                                >
3749                        </File>
3750                        <File
3751                                RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.h"
3752                                >
3753                        </File>
3754                        <File
3755                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.h"
3756                                >
3757                        </File>
3758                        <File
3759                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.h"
3760                                >
3761                        </File>
3762                        <File
3763                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.h"
3764                                >
3765                        </File>
3766                        <File
3767                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.h"
3768                                >
3769                        </File>
3770                        <File
3771                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.h"
3772                                >
3773                        </File>
3774                        <File
3775                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf.h"
3776                                >
3777                        </File>
3778                        <File
3779                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.h"
3780                                >
3781                        </File>
3782                        <File
3783                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Param.h"
3784                                >
3785                        </File>
3786                        <File
3787                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Token_Table.h"
3788                                >
3789                        </File>
3790                        <File
3791                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Tokens.h"
3792                                >
3793                        </File>
3794                        <File
3795                                RelativePath="..\..\dep\ACE_wrappers\ace\svc_export.h"
3796                                >
3797                        </File>
3798                        <File
3799                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Handler.h"
3800                                >
3801                        </File>
3802                        <File
3803                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch.h"
3804                                >
3805                        </File>
3806                        <File
3807                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.h"
3808                                >
3809                        </File>
3810                        <File
3811                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch_T.h"
3812                                >
3813                        </File>
3814                        <File
3815                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Traits.h"
3816                                >
3817                        </File>
3818                        <File
3819                                RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.h"
3820                                >
3821                        </File>
3822                        <File
3823                                RelativePath="..\..\dep\ACE_wrappers\ace\Task.h"
3824                                >
3825                        </File>
3826                        <File
3827                                RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.h"
3828                                >
3829                        </File>
3830                        <File
3831                                RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.h"
3832                                >
3833                        </File>
3834                        <File
3835                                RelativePath="..\..\dep\ACE_wrappers\ace\Test_and_Set.h"
3836                                >
3837                        </File>
3838                        <File
3839                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread.h"
3840                                >
3841                        </File>
3842                        <File
3843                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.h"
3844                                >
3845                        </File>
3846                        <File
3847                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.h"
3848                                >
3849                        </File>
3850                        <File
3851                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.h"
3852                                >
3853                        </File>
3854                        <File
3855                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.h"
3856                                >
3857                        </File>
3858                        <File
3859                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.h"
3860                                >
3861                        </File>
3862                        <File
3863                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.h"
3864                                >
3865                        </File>
3866                        <File
3867                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.h"
3868                                >
3869                        </File>
3870                        <File
3871                                RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.h"
3872                                >
3873                        </File>
3874                        <File
3875                                RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.h"
3876                                >
3877                        </File>
3878                        <File
3879                                RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.h"
3880                                >
3881                        </File>
3882                        <File
3883                                RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe_T.h"
3884                                >
3885                        </File>
3886                        <File
3887                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash.h"
3888                                >
3889                        </File>
3890                        <File
3891                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash_T.h"
3892                                >
3893                        </File>
3894                        <File
3895                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap.h"
3896                                >
3897                        </File>
3898                        <File
3899                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap_T.h"
3900                                >
3901                        </File>
3902                        <File
3903                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List.h"
3904                                >
3905                        </File>
3906                        <File
3907                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List_T.h"
3908                                >
3909                        </File>
3910                        <File
3911                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue.h"
3912                                >
3913                        </File>
3914                        <File
3915                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.h"
3916                                >
3917                        </File>
3918                        <File
3919                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.h"
3920                                >
3921                        </File>
3922                        <File
3923                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queuefwd.h"
3924                                >
3925                        </File>
3926                        <File
3927                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel.h"
3928                                >
3929                        </File>
3930                        <File
3931                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel_T.h"
3932                                >
3933                        </File>
3934                        <File
3935                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI.h"
3936                                >
3937                        </File>
3938                        <File
3939                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.h"
3940                                >
3941                        </File>
3942                        <File
3943                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.h"
3944                                >
3945                        </File>
3946                        <File
3947                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.h"
3948                                >
3949                        </File>
3950                        <File
3951                                RelativePath="..\..\dep\ACE_wrappers\ace\Token.h"
3952                                >
3953                        </File>
3954                        <File
3955                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.h"
3956                                >
3957                        </File>
3958                        <File
3959                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.h"
3960                                >
3961                        </File>
3962                        <File
3963                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.h"
3964                                >
3965                        </File>
3966                        <File
3967                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.h"
3968                                >
3969                        </File>
3970                        <File
3971                                RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.h"
3972                                >
3973                        </File>
3974                        <File
3975                                RelativePath="..\..\dep\ACE_wrappers\ace\Trace.h"
3976                                >
3977                        </File>
3978                        <File
3979                                RelativePath="..\..\dep\ACE_wrappers\ace\Truncate.h"
3980                                >
3981                        </File>
3982                        <File
3983                                RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.h"
3984                                >
3985                        </File>
3986                        <File
3987                                RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.h"
3988                                >
3989                        </File>
3990                        <File
3991                                RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.h"
3992                                >
3993                        </File>
3994                        <File
3995                                RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.h"
3996                                >
3997                        </File>
3998                        <File
3999                                RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.h"
4000                                >
4001                        </File>
4002                        <File
4003                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.h"
4004                                >
4005                        </File>
4006                        <File
4007                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.h"
4008                                >
4009                        </File>
4010                        <File
4011                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.h"
4012                                >
4013                        </File>
4014                        <File
4015                                RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.h"
4016                                >
4017                        </File>
4018                        <File
4019                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.h"
4020                                >
4021                        </File>
4022                        <File
4023                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Addr.h"
4024                                >
4025                        </File>
4026                        <File
4027                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.h"
4028                                >
4029                        </File>
4030                        <File
4031                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.h"
4032                                >
4033                        </File>
4034                        <File
4035                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.h"
4036                                >
4037                        </File>
4038                        <File
4039                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.h"
4040                                >
4041                        </File>
4042                        <File
4043                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.h"
4044                                >
4045                        </File>
4046                        <File
4047                                RelativePath="..\..\dep\ACE_wrappers\ace\UUID.h"
4048                                >
4049                        </File>
4050                        <File
4051                                RelativePath="..\..\dep\ACE_wrappers\ace\Value_Ptr.h"
4052                                >
4053                        </File>
4054                        <File
4055                                RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.h"
4056                                >
4057                        </File>
4058                        <File
4059                                RelativePath="..\..\dep\ACE_wrappers\ace\Version.h"
4060                                >
4061                        </File>
4062                        <File
4063                                RelativePath="..\..\dep\ACE_wrappers\ace\Versioned_Namespace.h"
4064                                >
4065                        </File>
4066                        <File
4067                                RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.h"
4068                                >
4069                        </File>
4070                        <File
4071                                RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.h"
4072                                >
4073                        </File>
4074                        <File
4075                                RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.h"
4076                                >
4077                        </File>
4078                        <File
4079                                RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.h"
4080                                >
4081                        </File>
4082                        <File
4083                                RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.h"
4084                                >
4085                        </File>
4086                </Filter>
4087                <Filter
4088                        Name="Inline Files"
4089                        Filter="i;inl"
4090                        >
4091                        <File
4092                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE.inl"
4093                                >
4094                        </File>
4095                        <File
4096                                RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.inl"
4097                                >
4098                        </File>
4099                        <File
4100                                RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.inl"
4101                                >
4102                        </File>
4103                        <File
4104                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.inl"
4105                                >
4106                        </File>
4107                        <File
4108                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.inl"
4109                                >
4110                        </File>
4111                        <File
4112                                RelativePath="..\..\dep\ACE_wrappers\ace\Addr.inl"
4113                                >
4114                        </File>
4115                        <File
4116                                RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.inl"
4117                                >
4118                        </File>
4119                        <File
4120                                RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.inl"
4121                                >
4122                        </File>
4123                        <File
4124                                RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.inl"
4125                                >
4126                        </File>
4127                        <File
4128                                RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.inl"
4129                                >
4130                        </File>
4131                        <File
4132                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.inl"
4133                                >
4134                        </File>
4135                        <File
4136                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.inl"
4137                                >
4138                        </File>
4139                        <File
4140                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.inl"
4141                                >
4142                        </File>
4143                        <File
4144                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.inl"
4145                                >
4146                        </File>
4147                        <File
4148                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.inl"
4149                                >
4150                        </File>
4151                        <File
4152                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.inl"
4153                                >
4154                        </File>
4155                        <File
4156                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.inl"
4157                                >
4158                        </File>
4159                        <File
4160                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.inl"
4161                                >
4162                        </File>
4163                        <File
4164                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.inl"
4165                                >
4166                        </File>
4167                        <File
4168                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.inl"
4169                                >
4170                        </File>
4171                        <File
4172                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.inl"
4173                                >
4174                        </File>
4175                        <File
4176                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.inl"
4177                                >
4178                        </File>
4179                        <File
4180                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.inl"
4181                                >
4182                        </File>
4183                        <File
4184                                RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.inl"
4185                                >
4186                        </File>
4187                        <File
4188                                RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.inl"
4189                                >
4190                        </File>
4191                        <File
4192                                RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.inl"
4193                                >
4194                        </File>
4195                        <File
4196                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.inl"
4197                                >
4198                        </File>
4199                        <File
4200                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.inl"
4201                                >
4202                        </File>
4203                        <File
4204                                RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.inl"
4205                                >
4206                        </File>
4207                        <File
4208                                RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.inl"
4209                                >
4210                        </File>
4211                        <File
4212                                RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.inl"
4213                                >
4214                        </File>
4215                        <File
4216                                RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.inl"
4217                                >
4218                        </File>
4219                        <File
4220                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.inl"
4221                                >
4222                        </File>
4223                        <File
4224                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.inl"
4225                                >
4226                        </File>
4227                        <File
4228                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.inl"
4229                                >
4230                        </File>
4231                        <File
4232                                RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.inl"
4233                                >
4234                        </File>
4235                        <File
4236                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.inl"
4237                                >
4238                        </File>
4239                        <File
4240                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.inl"
4241                                >
4242                        </File>
4243                        <File
4244                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.inl"
4245                                >
4246                        </File>
4247                        <File
4248                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.inl"
4249                                >
4250                        </File>
4251                        <File
4252                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers.inl"
4253                                >
4254                        </File>
4255                        <File
4256                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.inl"
4257                                >
4258                        </File>
4259                        <File
4260                                RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.inl"
4261                                >
4262                        </File>
4263                        <File
4264                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV.inl"
4265                                >
4266                        </File>
4267                        <File
4268                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.inl"
4269                                >
4270                        </File>
4271                        <File
4272                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.inl"
4273                                >
4274                        </File>
4275                        <File
4276                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.inl"
4277                                >
4278                        </File>
4279                        <File
4280                                RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.inl"
4281                                >
4282                        </File>
4283                        <File
4284                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.inl"
4285                                >
4286                        </File>
4287                        <File
4288                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.inl"
4289                                >
4290                        </File>
4291                        <File
4292                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.inl"
4293                                >
4294                        </File>
4295                        <File
4296                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.inl"
4297                                >
4298                        </File>
4299                        <File
4300                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.inl"
4301                                >
4302                        </File>
4303                        <File
4304                                RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.inl"
4305                                >
4306                        </File>
4307                        <File
4308                                RelativePath="..\..\dep\ACE_wrappers\ace\Event.inl"
4309                                >
4310                        </File>
4311                        <File
4312                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.inl"
4313                                >
4314                        </File>
4315                        <File
4316                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.inl"
4317                                >
4318                        </File>
4319                        <File
4320                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.inl"
4321                                >
4322                        </File>
4323                        <File
4324                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.inl"
4325                                >
4326                        </File>
4327                        <File
4328                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.inl"
4329                                >
4330                        </File>
4331                        <File
4332                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.inl"
4333                                >
4334                        </File>
4335                        <File
4336                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.inl"
4337                                >
4338                        </File>
4339                        <File
4340                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE.inl"
4341                                >
4342                        </File>
4343                        <File
4344                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.inl"
4345                                >
4346                        </File>
4347                        <File
4348                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.inl"
4349                                >
4350                        </File>
4351                        <File
4352                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.inl"
4353                                >
4354                        </File>
4355                        <File
4356                                RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.inl"
4357                                >
4358                        </File>
4359                        <File
4360                                RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.inl"
4361                                >
4362                        </File>
4363                        <File
4364                                RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.inl"
4365                                >
4366                        </File>
4367                        <File
4368                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor.inl"
4369                                >
4370                        </File>
4371                        <File
4372                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.inl"
4373                                >
4374                        </File>
4375                        <File
4376                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.inl"
4377                                >
4378                        </File>
4379                        <File
4380                                RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.inl"
4381                                >
4382                        </File>
4383                        <File
4384                                RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.inl"
4385                                >
4386                        </File>
4387                        <File
4388                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.inl"
4389                                >
4390                        </File>
4391                        <File
4392                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.inl"
4393                                >
4394                        </File>
4395                        <File
4396                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.inl"
4397                                >
4398                        </File>
4399                        <File
4400                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.inl"
4401                                >
4402                        </File>
4403                        <File
4404                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.inl"
4405                                >
4406                        </File>
4407                        <File
4408                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.inl"
4409                                >
4410                        </File>
4411                        <File
4412                                RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.inl"
4413                                >
4414                        </File>
4415                        <File
4416                                RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.inl"
4417                                >
4418                        </File>
4419                        <File
4420                                RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.inl"
4421                                >
4422                        </File>
4423                        <File
4424                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.inl"
4425                                >
4426                        </File>
4427                        <File
4428                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.inl"
4429                                >
4430                        </File>
4431                        <File
4432                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.inl"
4433                                >
4434                        </File>
4435                        <File
4436                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.inl"
4437                                >
4438                        </File>
4439                        <File
4440                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.inl"
4441                                >
4442                        </File>
4443                        <File
4444                                RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.inl"
4445                                >
4446                        </File>
4447                        <File
4448                                RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.inl"
4449                                >
4450                        </File>
4451                        <File
4452                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.inl"
4453                                >
4454                        </File>
4455                        <File
4456                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock.inl"
4457                                >
4458                        </File>
4459                        <File
4460                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.inl"
4461                                >
4462                        </File>
4463                        <File
4464                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.inl"
4465                                >
4466                        </File>
4467                        <File
4468                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.inl"
4469                                >
4470                        </File>
4471                        <File
4472                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.inl"
4473                                >
4474                        </File>
4475                        <File
4476                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.inl"
4477                                >
4478                        </File>
4479                        <File
4480                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.inl"
4481                                >
4482                        </File>
4483                        <File
4484                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.inl"
4485                                >
4486                        </File>
4487                        <File
4488                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.inl"
4489                                >
4490                        </File>
4491                        <File
4492                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.inl"
4493                                >
4494                        </File>
4495                        <File
4496                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.inl"
4497                                >
4498                        </File>
4499                        <File
4500                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.inl"
4501                                >
4502                        </File>
4503                        <File
4504                                RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.inl"
4505                                >
4506                        </File>
4507                        <File
4508                                RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.inl"
4509                                >
4510                        </File>
4511                        <File
4512                                RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.inl"
4513                                >
4514                        </File>
4515                        <File
4516                                RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.inl"
4517                                >
4518                        </File>
4519                        <File
4520                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.inl"
4521                                >
4522                        </File>
4523                        <File
4524                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.inl"
4525                                >
4526                        </File>
4527                        <File
4528                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.inl"
4529                                >
4530                        </File>
4531                        <File
4532                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.inl"
4533                                >
4534                        </File>
4535                        <File
4536                                RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.inl"
4537                                >
4538                        </File>
4539                        <File
4540                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.inl"
4541                                >
4542                        </File>
4543                        <File
4544                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.inl"
4545                                >
4546                        </File>
4547                        <File
4548                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.inl"
4549                                >
4550                        </File>
4551                        <File
4552                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.inl"
4553                                >
4554                        </File>
4555                        <File
4556                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.inl"
4557                                >
4558                        </File>
4559                        <File
4560                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.inl"
4561                                >
4562                        </File>
4563                        <File
4564                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.inl"
4565                                >
4566                        </File>
4567                        <File
4568                                RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.inl"
4569                                >
4570                        </File>
4571                        <File
4572                                RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.inl"
4573                                >
4574                        </File>
4575                        <File
4576                                RelativePath="..\..\dep\ACE_wrappers\ace\Module.inl"
4577                                >
4578                        </File>
4579                        <File
4580                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.inl"
4581                                >
4582                        </File>
4583                        <File
4584                                RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.inl"
4585                                >
4586                        </File>
4587                        <File
4588                                RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.inl"
4589                                >
4590                        </File>
4591                        <File
4592                                RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.inl"
4593                                >
4594                        </File>
4595                        <File
4596                                RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.inl"
4597                                >
4598                        </File>
4599                        <File
4600                                RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.inl"
4601                                >
4602                        </File>
4603                        <File
4604                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.inl"
4605                                >
4606                        </File>
4607                        <File
4608                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.inl"
4609                                >
4610                        </File>
4611                        <File
4612                                RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.inl"
4613                                >
4614                        </File>
4615                        <File
4616                                RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.inl"
4617                                >
4618                        </File>
4619                        <File
4620                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.inl"
4621                                >
4622                        </File>
4623                        <File
4624                                RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.inl"
4625                                >
4626                        </File>
4627                        <File
4628                                RelativePath="..\..\dep\ACE_wrappers\ace\OS.inl"
4629                                >
4630                        </File>
4631                        <File
4632                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.inl"
4633                                >
4634                        </File>
4635                        <File
4636                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.inl"
4637                                >
4638                        </File>
4639                        <File
4640                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.inl"
4641                                >
4642                        </File>
4643                        <File
4644                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.inl"
4645                                >
4646                        </File>
4647                        <File
4648                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.inl"
4649                                >
4650                        </File>
4651                        <File
4652                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.inl"
4653                                >
4654                        </File>
4655                        <File
4656                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.inl"
4657                                >
4658                        </File>
4659                        <File
4660                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.inl"
4661                                >
4662                        </File>
4663                        <File
4664                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.inl"
4665                                >
4666                        </File>
4667                        <File
4668                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.inl"
4669                                >
4670                        </File>
4671                        <File
4672                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.inl"
4673                                >
4674                        </File>
4675                        <File
4676                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.inl"
4677                                >
4678                        </File>
4679                        <File
4680                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.inl"
4681                                >
4682                        </File>
4683                        <File
4684                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.inl"
4685                                >
4686                        </File>
4687                        <File
4688                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.inl"
4689                                >
4690                        </File>
4691                        <File
4692                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.inl"
4693                                >
4694                        </File>
4695                        <File
4696                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.inl"
4697                                >
4698                        </File>
4699                        <File
4700                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.inl"
4701                                >
4702                        </File>
4703                        <File
4704                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.inl"
4705                                >
4706                        </File>
4707                        <File
4708                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.inl"
4709                                >
4710                        </File>
4711                        <File
4712                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.inl"
4713                                >
4714                        </File>
4715                        <File
4716                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.inl"
4717                                >
4718                        </File>
4719                        <File
4720                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.inl"
4721                                >
4722                        </File>
4723                        <File
4724                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.inl"
4725                                >
4726                        </File>
4727                        <File
4728                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.inl"
4729                                >
4730                        </File>
4731                        <File
4732                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.inl"
4733                                >
4734                        </File>
4735                        <File
4736                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.inl"
4737                                >
4738                        </File>
4739                        <File
4740                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.inl"
4741                                >
4742                        </File>
4743                        <File
4744                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.inl"
4745                                >
4746                        </File>
4747                        <File
4748                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.inl"
4749                                >
4750                        </File>
4751                        <File
4752                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.inl"
4753                                >
4754                        </File>
4755                        <File
4756                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.inl"
4757                                >
4758                        </File>
4759                        <File
4760                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.inl"
4761                                >
4762                        </File>
4763                        <File
4764                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.inl"
4765                                >
4766                        </File>
4767                        <File
4768                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.inl"
4769                                >
4770                        </File>
4771                        <File
4772                                RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.inl"
4773                                >
4774                        </File>
4775                        <File
4776                                RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.inl"
4777                                >
4778                        </File>
4779                        <File
4780                                RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.inl"
4781                                >
4782                        </File>
4783                        <File
4784                                RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.inl"
4785                                >
4786                        </File>
4787                        <File
4788                                RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.inl"
4789                                >
4790                        </File>
4791                        <File
4792                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.inl"
4793                                >
4794                        </File>
4795                        <File
4796                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.inl"
4797                                >
4798                        </File>
4799                        <File
4800                                RelativePath="..\..\dep\ACE_wrappers\ace\Process.inl"
4801                                >
4802                        </File>
4803                        <File
4804                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.inl"
4805                                >
4806                        </File>
4807                        <File
4808                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.inl"
4809                                >
4810                        </File>
4811                        <File
4812                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.inl"
4813                                >
4814                        </File>
4815                        <File
4816                                RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.inl"
4817                                >
4818                        </File>
4819                        <File
4820                                RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.inl"
4821                                >
4822                        </File>
4823                        <File
4824                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.inl"
4825                                >
4826                        </File>
4827                        <File
4828                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.inl"
4829                                >
4830                        </File>
4831                        <File
4832                                RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.inl"
4833                                >
4834                        </File>
4835                        <File
4836                                RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.inl"
4837                                >
4838                        </File>
4839                        <File
4840                                RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.inl"
4841                                >
4842                        </File>
4843                        <File
4844                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.inl"
4845                                >
4846                        </File>
4847                        <File
4848                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.inl"
4849                                >
4850                        </File>
4851                        <File
4852                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.inl"
4853                                >
4854                        </File>
4855                        <File
4856                                RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.inl"
4857                                >
4858                        </File>
4859                        <File
4860                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.inl"
4861                                >
4862                        </File>
4863                        <File
4864                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.inl"
4865                                >
4866                        </File>
4867                        <File
4868                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.inl"
4869                                >
4870                        </File>
4871                        <File
4872                                RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.inl"
4873                                >
4874                        </File>
4875                        <File
4876                                RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.inl"
4877                                >
4878                        </File>
4879                        <File
4880                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.inl"
4881                                >
4882                        </File>
4883                        <File
4884                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.inl"
4885                                >
4886                        </File>
4887                        <File
4888                                RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.inl"
4889                                >
4890                        </File>
4891                        <File
4892                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.inl"
4893                                >
4894                        </File>
4895                        <File
4896                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.inl"
4897                                >
4898                        </File>
4899                        <File
4900                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.inl"
4901                                >
4902                        </File>
4903                        <File
4904                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.inl"
4905                                >
4906                        </File>
4907                        <File
4908                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.inl"
4909                                >
4910                        </File>
4911                        <File
4912                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.inl"
4913                                >
4914                        </File>
4915                        <File
4916                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.inl"
4917                                >
4918                        </File>
4919                        <File
4920                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.inl"
4921                                >
4922                        </File>
4923                        <File
4924                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.inl"
4925                                >
4926                        </File>
4927                        <File
4928                                RelativePath="..\..\dep\ACE_wrappers\ace\Signal.inl"
4929                                >
4930                        </File>
4931                        <File
4932                                RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.inl"
4933                                >
4934                        </File>
4935                        <File
4936                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.inl"
4937                                >
4938                        </File>
4939                        <File
4940                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.inl"
4941                                >
4942                        </File>
4943                        <File
4944                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.inl"
4945                                >
4946                        </File>
4947                        <File
4948                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.inl"
4949                                >
4950                        </File>
4951                        <File
4952                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.inl"
4953                                >
4954                        </File>
4955                        <File
4956                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.inl"
4957                                >
4958                        </File>
4959                        <File
4960                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.inl"
4961                                >
4962                        </File>
4963                        <File
4964                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.inl"
4965                                >
4966                        </File>
4967                        <File
4968                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.inl"
4969                                >
4970                        </File>
4971                        <File
4972                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.inl"
4973                                >
4974                        </File>
4975                        <File
4976                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.inl"
4977                                >
4978                        </File>
4979                        <File
4980                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.inl"
4981                                >
4982                        </File>
4983                        <File
4984                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.inl"
4985                                >
4986                        </File>
4987                        <File
4988                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.inl"
4989                                >
4990                        </File>
4991                        <File
4992                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.inl"
4993                                >
4994                        </File>
4995                        <File
4996                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.inl"
4997                                >
4998                        </File>
4999                        <File
5000                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.inl"
5001                                >
5002                        </File>
5003                        <File
5004                                RelativePath="..\..\dep\ACE_wrappers\ace\SString.inl"
5005                                >
5006                        </File>
5007                        <File
5008                                RelativePath="..\..\dep\ACE_wrappers\ace\Stats.inl"
5009                                >
5010                        </File>
5011                        <File
5012                                RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.inl"
5013                                >
5014                        </File>
5015                        <File
5016                                RelativePath="..\..\dep\ACE_wrappers\ace\Stream.inl"
5017                                >
5018                        </File>
5019                        <File
5020                                RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.inl"
5021                                >
5022                        </File>
5023                        <File
5024                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.inl"
5025                                >
5026                        </File>
5027                        <File
5028                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.inl"
5029                                >
5030                        </File>
5031                        <File
5032                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.inl"
5033                                >
5034                        </File>
5035                        <File
5036                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.inl"
5037                                >
5038                        </File>
5039                        <File
5040                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.inl"
5041                                >
5042                        </File>
5043                        <File
5044                                RelativePath="..\..\dep\ACE_wrappers\ace\Task.inl"
5045                                >
5046                        </File>
5047                        <File
5048                                RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.inl"
5049                                >
5050                        </File>
5051                        <File
5052                                RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.inl"
5053                                >
5054                        </File>
5055                        <File
5056                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread.inl"
5057                                >
5058                        </File>
5059                        <File
5060                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.inl"
5061                                >
5062                        </File>
5063                        <File
5064                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.inl"
5065                                >
5066                        </File>
5067                        <File
5068                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.inl"
5069                                >
5070                        </File>
5071                        <File
5072                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.inl"
5073                                >
5074                        </File>
5075                        <File
5076                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.inl"
5077                                >
5078                        </File>
5079                        <File
5080                                RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.inl"
5081                                >
5082                        </File>
5083                        <File
5084                                RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.inl"
5085                                >
5086                        </File>
5087                        <File
5088                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.inl"
5089                                >
5090                        </File>
5091                        <File
5092                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.inl"
5093                                >
5094                        </File>
5095                        <File
5096                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI.inl"
5097                                >
5098                        </File>
5099                        <File
5100                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.inl"
5101                                >
5102                        </File>
5103                        <File
5104                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.inl"
5105                                >
5106                        </File>
5107                        <File
5108                                RelativePath="..\..\dep\ACE_wrappers\ace\Token.inl"
5109                                >
5110                        </File>
5111                        <File
5112                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.inl"
5113                                >
5114                        </File>
5115                        <File
5116                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.inl"
5117                                >
5118                        </File>
5119                        <File
5120                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.inl"
5121                                >
5122                        </File>
5123                        <File
5124                                RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.inl"
5125                                >
5126                        </File>
5127                        <File
5128                                RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.inl"
5129                                >
5130                        </File>
5131                        <File
5132                                RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.inl"
5133                                >
5134                        </File>
5135                        <File
5136                                RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.inl"
5137                                >
5138                        </File>
5139                        <File
5140                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.inl"
5141                                >
5142                        </File>
5143                        <File
5144                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.inl"
5145                                >
5146                        </File>
5147                        <File
5148                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.inl"
5149                                >
5150                        </File>
5151                        <File
5152                                RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.inl"
5153                                >
5154                        </File>
5155                        <File
5156                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.inl"
5157                                >
5158                        </File>
5159                        <File
5160                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.inl"
5161                                >
5162                        </File>
5163                        <File
5164                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.inl"
5165                                >
5166                        </File>
5167                        <File
5168                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.inl"
5169                                >
5170                        </File>
5171                        <File
5172                                RelativePath="..\..\dep\ACE_wrappers\ace\UUID.inl"
5173                                >
5174                        </File>
5175                        <File
5176                                RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.inl"
5177                                >
5178                        </File>
5179                        <File
5180                                RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.inl"
5181                                >
5182                        </File>
5183                        <File
5184                                RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.inl"
5185                                >
5186                        </File>
5187                </Filter>
5188                <Filter
5189                        Name="Documentation"
5190                        >
5191                        <File
5192                                RelativePath="..\..\dep\ACE_wrappers\README"
5193                                >
5194                                <FileConfiguration
5195                                        Name="Debug|Win32"
5196                                        ExcludedFromBuild="true"
5197                                        >
5198                                        <Tool
5199                                                Name="VCCustomBuildTool"
5200                                        />
5201                                </FileConfiguration>
5202                                <FileConfiguration
5203                                        Name="Debug|x64"
5204                                        ExcludedFromBuild="true"
5205                                        >
5206                                        <Tool
5207                                                Name="VCCustomBuildTool"
5208                                        />
5209                                </FileConfiguration>
5210                                <FileConfiguration
5211                                        Name="Release|Win32"
5212                                        ExcludedFromBuild="true"
5213                                        >
5214                                        <Tool
5215                                                Name="VCCustomBuildTool"
5216                                        />
5217                                </FileConfiguration>
5218                                <FileConfiguration
5219                                        Name="Release|x64"
5220                                        ExcludedFromBuild="true"
5221                                        >
5222                                        <Tool
5223                                                Name="VCCustomBuildTool"
5224                                        />
5225                                </FileConfiguration>
5226                        </File>
5227                        <File
5228                                RelativePath="..\..\dep\ACE_wrappers\VERSION"
5229                                >
5230                                <FileConfiguration
5231                                        Name="Debug|Win32"
5232                                        ExcludedFromBuild="true"
5233                                        >
5234                                        <Tool
5235                                                Name="VCCustomBuildTool"
5236                                        />
5237                                </FileConfiguration>
5238                                <FileConfiguration
5239                                        Name="Debug|x64"
5240                                        ExcludedFromBuild="true"
5241                                        >
5242                                        <Tool
5243                                                Name="VCCustomBuildTool"
5244                                        />
5245                                </FileConfiguration>
5246                                <FileConfiguration
5247                                        Name="Release|Win32"
5248                                        ExcludedFromBuild="true"
5249                                        >
5250                                        <Tool
5251                                                Name="VCCustomBuildTool"
5252                                        />
5253                                </FileConfiguration>
5254                                <FileConfiguration
5255                                        Name="Release|x64"
5256                                        ExcludedFromBuild="true"
5257                                        >
5258                                        <Tool
5259                                                Name="VCCustomBuildTool"
5260                                        />
5261                                </FileConfiguration>
5262                        </File>
5263                </Filter>
5264                <Filter
5265                        Name="Resource Files"
5266                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
5267                        >
5268                        <File
5269                                RelativePath="..\..\dep\ACE_wrappers\ace\ace.rc"
5270                                >
5271                        </File>
5272                </Filter>
5273        </Files>
5274        <Globals>
5275        </Globals>
5276</VisualStudioProject>
Note: See TracBrowser for help on using the browser.