Index: trunk/win/VC71/TrinityRealm.vcproj
===================================================================
--- trunk/win/VC71/TrinityRealm.vcproj (revision 2)
+++ trunk/win/VC71/TrinityRealm.vcproj (revision 6)
@@ -24,5 +24,5 @@
 				Name="VCCLCompilerTool"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE"
 				StringPooling="TRUE"
@@ -92,5 +92,5 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
 				IgnoreStandardIncludePath="FALSE"
Index: trunk/win/VC71/shared.vcproj
===================================================================
--- trunk/win/VC71/shared.vcproj (revision 2)
+++ trunk/win/VC71/shared.vcproj (revision 6)
@@ -22,5 +22,5 @@
 				Name="VCCLCompilerTool"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
 				StringPooling="TRUE"
@@ -78,5 +78,5 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB"
 				BasicRuntimeChecks="3"
Index: trunk/win/VC71/ACE_vc71.vcproj
===================================================================
--- trunk/win/VC71/ACE_vc71.vcproj (revision 6)
+++ trunk/win/VC71/ACE_vc71.vcproj (revision 6)
@@ -0,0 +1,3799 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.10"
+	Name="ACE_Wraper"
+	ProjectGUID="{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}"
+	SccProjectName=""
+	SccLocalPath="">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			UseOfMFC="0"
+			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+			CharacterSet="0">
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/wd 4748"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS"
+				MinimalRebuild="FALSE"
+				ExceptionHandling="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				BufferSecurityCheck="TRUE"
+				EnableFunctionLevelLinking="TRUE"
+				TreatWChar_tAsBuiltInType="TRUE"
+				ForceConformanceInForLoopScope="TRUE"
+				RuntimeTypeInfo="TRUE"
+				ProgramDataBaseFileName="Debug\ACE_vc71\I386/"
+				WarningLevel="3"
+				SuppressStartupBanner="TRUE"
+				Detect64BitPortabilityProblems="FALSE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACEd.dll"
+				LinkIncremental="2"
+				SuppressStartupBanner="TRUE"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="$(OutDir)\ACEd.pdb"
+				SubSystem="1"
+				ImportLibrary="$(OutDir)\ACEd.lib"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="_DEBUG"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			UseOfMFC="0"
+			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+			CharacterSet="0"
+			ReferencesPath="..\..\dep\ACE_wrappers">
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/wd 4748"
+				Optimization="3"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS"
+				MinimalRebuild="FALSE"
+				ExceptionHandling="TRUE"
+				RuntimeLibrary="2"
+				BufferSecurityCheck="TRUE"
+				EnableFunctionLevelLinking="TRUE"
+				TreatWChar_tAsBuiltInType="TRUE"
+				ForceConformanceInForLoopScope="TRUE"
+				RuntimeTypeInfo="TRUE"
+				WarningLevel="3"
+				SuppressStartupBanner="TRUE"
+				Detect64BitPortabilityProblems="FALSE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACE.dll"
+				LinkIncremental="1"
+				SuppressStartupBanner="TRUE"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="TRUE"
+				SubSystem="1"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				ImportLibrary="$(OutDir)\ACE.lib"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="NDEBUG"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;cxx;cc;C;c">
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc32.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc_ccitt.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Assert.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.c">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry_db.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dump.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\gethrtime.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Rtems_init.c">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Signal.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SString.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stats.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_y.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Trace.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UUID.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.cpp">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.cpp">
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hh">
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE_export.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Arg_Shifter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Assert.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cached_Connect_Strategy_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Utility_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CE_Screen_Output.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\checked_iterator.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup_Strategies_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Symbols.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-aix-5.x.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-all.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-borland-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-cray.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-cxx-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-cygwin32.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-doxygen.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-freebsd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-g++-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-ghs-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-hpux-11.00.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-icc-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-integritySCA.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.5.x-sgic++.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-g++.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-sgic++.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-linux-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-linux.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-lite.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-lynxos.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-leopard.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-panther.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-tiger.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macros.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-minimal.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-mvs.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-netbsd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-openbsd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-openvms.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-pharlap.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-posix-nonetworking.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-posix.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-neutrino.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-62x.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-pre62x.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-rtems.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0-nothread.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-suncc-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.10.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.11.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-g++.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-sunc++-4.x.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.5.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.6.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.7.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.8.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.9.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v2.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v3.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tru64.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.udk.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-visualage.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks5.x.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.2.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.3.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.4.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.5.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.6.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-borland.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-common.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-dmc.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-ghs.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-interix.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-mingw.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-7.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-8.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-9.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-WinCE.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CORBA_macros.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Default_Constants.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dump.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dump_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Exception_Macros.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Free_List.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Future.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Future_Set.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Global_Macros.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\If_Then_Else.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\iosfwd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LOCK_SOCK_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Priority.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Base.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Memory_Pool.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Method_Object.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Min_Max.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Module.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Node.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Barrier.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Condition.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Semaphore.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Numeric_Limits.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obstack.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_aio.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_assert.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_byteswap.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_complex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_cpio.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ctype.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Dirent.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dirent.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dlfcn.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fcntl.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fenv.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_float.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fmtmsg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fnmatch.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ftw.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_glob.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_grp.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iconv.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\net\os_if.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_in.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\arpa\os_inet.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_intrin.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_inttypes.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_ipc.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iso646.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_kstat.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_langinfo.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_libgen.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_limits.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_loadavg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_local.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_math.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Memory.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_mman.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_monetary.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_mqueue.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_msg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ndbm.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_netdb.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_nl_types.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_macros.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdh.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdhmsg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_poll.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_pstat.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pthread.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pwd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_regex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_resource.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_sched.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_search.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_select.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sem.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_semaphore.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_setjmp.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_shm.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_signal.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_socket.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_spawn.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_stat.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_statvfs.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdarg.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdbool.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stddef.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdint.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdio.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdlib.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_strings.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stropts.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysctl.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysinfo.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_syslog.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tar.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_tcp.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_termios.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tgmath.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_timeb.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_times.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_trace.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_types.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ucontext.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_uio.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ulimit.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_un.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_unistd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utime.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utmpx.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_utsname.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_wait.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wchar.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wctype.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wordexp.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pair.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\post.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\pre.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Token_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Templates.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Signal.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SString.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SStringfwd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Static_Object_Lock.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stats.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Strategies.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stream_Modules.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\streams.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Param.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Token_Table.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Tokens.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\svc_export.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Handler.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Traits.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Test_and_Set.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queuefwd.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Trace.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Truncate.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Addr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UUID.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Value_Ptr.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Version.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Versioned_Namespace.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.h">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.h">
+			</File>
+		</Filter>
+		<Filter
+			Name="Inline Files"
+			Filter="i;inl">
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Module.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Signal.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SString.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stats.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stream.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UUID.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.inl">
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.inl">
+			</File>
+		</Filter>
+		<Filter
+			Name="Documentation"
+			Filter="">
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\README">
+				<FileConfiguration
+					Name="Debug|Win32"
+					ExcludedFromBuild="TRUE">
+					<Tool
+						Name="VCCustomBuildTool"/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					ExcludedFromBuild="TRUE">
+					<Tool
+						Name="VCCustomBuildTool"/>
+				</FileConfiguration>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\VERSION">
+				<FileConfiguration
+					Name="Debug|Win32"
+					ExcludedFromBuild="TRUE">
+					<Tool
+						Name="VCCustomBuildTool"/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					ExcludedFromBuild="TRUE">
+					<Tool
+						Name="VCCustomBuildTool"/>
+				</FileConfiguration>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace.rc">
+			</File>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
Index: trunk/win/VC71/game.vcproj
===================================================================
--- trunk/win/VC71/game.vcproj (revision 2)
+++ trunk/win/VC71/game.vcproj (revision 6)
@@ -23,5 +23,5 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\shared\vmap;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;"
 				StringPooling="FALSE"
@@ -79,5 +79,5 @@
 				Name="VCCLCompilerTool"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\shared\vmap;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
 				StringPooling="TRUE"
Index: trunk/win/VC71/TrinityCore.vcproj
===================================================================
--- trunk/win/VC71/TrinityCore.vcproj (revision 2)
+++ trunk/win/VC71/TrinityCore.vcproj (revision 6)
@@ -24,5 +24,5 @@
 				Name="VCCLCompilerTool"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
 				StringPooling="TRUE"
@@ -95,5 +95,5 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
 				IgnoreStandardIncludePath="FALSE"
Index: trunk/win/VC80/TrinityRealm.vcproj
===================================================================
--- trunk/win/VC80/TrinityRealm.vcproj (revision 2)
+++ trunk/win/VC80/TrinityRealm.vcproj (revision 6)
@@ -48,5 +48,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\..\dep\include&quot;;&quot;$(ProjectDir)\..\..\src\framework&quot;;&quot;$(ProjectDir)\..\..\src\shared&quot;;&quot;$(ProjectDir)\..\..\src\realmd&quot;"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE"
 				StringPooling="true"
@@ -148,5 +148,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE"
 				StringPooling="true"
@@ -246,5 +246,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\..\dep\include&quot;;&quot;$(ProjectDir)\..\..\src\framework&quot;;&quot;$(ProjectDir)\..\..\src\shared&quot;;&quot;$(ProjectDir)\..\..\src\realmd&quot;"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
 				IgnoreStandardIncludePath="false"
@@ -346,5 +346,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
 				IgnoreStandardIncludePath="false"
Index: trunk/win/VC80/shared.vcproj
===================================================================
--- trunk/win/VC80/shared.vcproj (revision 2)
+++ trunk/win/VC80/shared.vcproj (revision 6)
@@ -47,5 +47,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
 				StringPooling="true"
@@ -130,5 +130,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
 				StringPooling="true"
@@ -211,5 +211,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
 				BasicRuntimeChecks="3"
@@ -292,5 +292,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
 				BasicRuntimeChecks="3"
Index: trunk/win/VC80/ACE_vc8.vcproj
===================================================================
--- trunk/win/VC80/ACE_vc8.vcproj (revision 6)
+++ trunk/win/VC80/ACE_vc8.vcproj (revision 6)
@@ -0,0 +1,5276 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="8,00"
+	Name="ACEWraper"
+	ProjectGUID="{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
+	RootNamespace="ACE"
+	Keyword="Win32Proj"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+		<Platform
+			Name="x64"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="0"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				AdditionalOptions=""
+				AdditionalIncludeDirectories=""
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP /wd 4748"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+				MinimalRebuild="false"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				RuntimeTypeInfo="true"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="false"
+				DebugInformationFormat="3"
+				DisableSpecificWarnings="4355"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACEd.dll"
+				LinkIncremental="2"
+				SuppressStartupBanner="true"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				ImportLibrary="$(OutDir)\ACEd.lib"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Debug|x64"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="0"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				AdditionalOptions=""
+				AdditionalIncludeDirectories=""
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP /wd 4748 /wd 4244"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				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"
+				MinimalRebuild="false"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				RuntimeTypeInfo="true"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="false"
+				DebugInformationFormat="3"
+				DisableSpecificWarnings="4355"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalOptions="/machine:AMD64"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACEd.dll"
+				LinkIncremental="2"
+				SuppressStartupBanner="true"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				ImportLibrary="$(OutDir)\ACEd.lib"
+				TargetMachine="17"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="0"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				AdditionalOptions=""
+				AdditionalIncludeDirectories=""
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP /wd 4748"
+				Optimization="2"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+				RuntimeLibrary="2"
+				RuntimeTypeInfo="true"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="false"
+				DisableSpecificWarnings="4355"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACE.dll"
+				LinkIncremental="1"
+				SuppressStartupBanner="true"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				ImportLibrary="$(OutDir)\ACE.lib"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|x64"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="0"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				AdditionalOptions=""
+				AdditionalIncludeDirectories=""
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP /wd 4748 /wd 4244"
+				Optimization="2"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				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"
+				RuntimeLibrary="2"
+				RuntimeTypeInfo="true"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="false"
+				DisableSpecificWarnings="4355"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalOptions="/machine:AMD64"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACE.dll"
+				LinkIncremental="1"
+				SuppressStartupBanner="true"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				ImportLibrary="$(OutDir)\ACE.lib"
+				TargetMachine="17"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;cxx;cc;C;c"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc32.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc_ccitt.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Assert.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry_db.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dump.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\gethrtime.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Rtems_init.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Signal.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SString.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stats.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_y.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Trace.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UUID.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.cpp"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hh"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE_export.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Arg_Shifter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Assert.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cached_Connect_Strategy_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Utility_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CE_Screen_Output.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\checked_iterator.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup_Strategies_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Symbols.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-aix-5.x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-all.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-borland-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-cray.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-cxx-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-cygwin32.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-doxygen.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-freebsd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-g++-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-ghs-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-hpux-11.00.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-icc-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-integritySCA.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.5.x-sgic++.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-g++.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-sgic++.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-linux-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-linux.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-lite.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-lynxos.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-leopard.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-panther.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-tiger.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-minimal.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-mvs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-netbsd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-openbsd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-openvms.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-pharlap.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-posix-nonetworking.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-posix.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-neutrino.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-62x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-pre62x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-rtems.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0-nothread.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-suncc-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.10.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.11.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-g++.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-sunc++-4.x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.5.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.6.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.7.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.8.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.9.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v2.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v3.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tru64.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.udk.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-visualage.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks5.x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.2.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.3.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.4.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.5.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.6.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-borland.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-dmc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-ghs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-interix.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-mingw.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-7.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-8.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-9.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-WinCE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CORBA_macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Default_Constants.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dump.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dump_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Exception_Macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Free_List.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Future.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Future_Set.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Global_Macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\If_Then_Else.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\iosfwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LOCK_SOCK_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Priority.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Method_Object.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Min_Max.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Module.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Node.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Barrier.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Condition.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Numeric_Limits.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obstack.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_aio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_assert.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_byteswap.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_complex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_cpio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ctype.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Dirent.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dirent.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dlfcn.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fcntl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fenv.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_float.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fmtmsg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fnmatch.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ftw.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_glob.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_grp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iconv.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\net\os_if.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_in.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\arpa\os_inet.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_intrin.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_inttypes.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_ipc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iso646.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_kstat.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_langinfo.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_libgen.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_limits.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_loadavg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_local.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_math.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Memory.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_mman.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_monetary.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_mqueue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ndbm.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_netdb.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_nl_types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdh.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdhmsg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_poll.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_pstat.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pthread.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_regex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_resource.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_sched.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_search.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_select.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sem.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_setjmp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_shm.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_signal.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_socket.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_spawn.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_stat.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_statvfs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdarg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdbool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stddef.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdint.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdlib.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_strings.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stropts.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysctl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysinfo.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_syslog.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tar.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_tcp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_termios.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tgmath.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_timeb.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_times.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_trace.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ucontext.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_uio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ulimit.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_un.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_unistd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utime.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utmpx.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_utsname.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_wait.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wchar.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wctype.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wordexp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pair.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\post.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\pre.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Token_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Templates.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Signal.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SString.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SStringfwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Static_Object_Lock.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stats.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Strategies.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stream_Modules.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\streams.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Param.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Token_Table.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Tokens.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\svc_export.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Handler.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Traits.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Test_and_Set.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queuefwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Trace.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Truncate.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UUID.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Value_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Version.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Versioned_Namespace.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Inline Files"
+			Filter="i;inl"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Module.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Signal.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SString.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stats.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UUID.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.inl"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Documentation"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\README"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\VERSION"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace.rc"
+				>
+			</File>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
Index: trunk/win/VC80/game.vcproj
===================================================================
--- trunk/win/VC80/game.vcproj (revision 2)
+++ trunk/win/VC80/game.vcproj (revision 6)
@@ -47,5 +47,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;"
 				StringPooling="false"
@@ -129,5 +129,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;"
 				StringPooling="false"
@@ -210,5 +210,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
 				StringPooling="true"
@@ -292,5 +292,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
 				StringPooling="true"
Index: trunk/win/VC80/TrinityCore.vcproj
===================================================================
--- trunk/win/VC80/TrinityCore.vcproj (revision 2)
+++ trunk/win/VC80/TrinityCore.vcproj (revision 6)
@@ -48,5 +48,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
 				StringPooling="true"
@@ -150,5 +150,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
 				StringPooling="true"
@@ -250,5 +250,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
 				IgnoreStandardIncludePath="false"
@@ -352,5 +352,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
 				IgnoreStandardIncludePath="false"
Index: trunk/win/VC90/TrinityRealm.vcproj
===================================================================
--- trunk/win/VC90/TrinityRealm.vcproj (revision 2)
+++ trunk/win/VC90/TrinityRealm.vcproj (revision 6)
@@ -49,5 +49,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\..\dep\include&quot;;&quot;$(ProjectDir)\..\..\src\framework&quot;;&quot;$(ProjectDir)\..\..\src\shared&quot;;&quot;$(ProjectDir)\..\..\src\realmd&quot;"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE"
 				StringPooling="true"
@@ -148,5 +148,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE"
 				StringPooling="true"
@@ -243,5 +243,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\..\dep\include&quot;;&quot;$(ProjectDir)\..\..\src\framework&quot;;&quot;$(ProjectDir)\..\..\src\shared&quot;;&quot;$(ProjectDir)\..\..\src\realmd&quot;"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
 				IgnoreStandardIncludePath="false"
@@ -342,5 +342,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
 				IgnoreStandardIncludePath="false"
Index: trunk/win/VC90/shared.vcproj
===================================================================
--- trunk/win/VC90/shared.vcproj (revision 2)
+++ trunk/win/VC90/shared.vcproj (revision 6)
@@ -49,5 +49,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
 				StringPooling="true"
@@ -103,85 +103,4 @@
 		</Configuration>
 		<Configuration
-			Name="Debug|Win32"
-			OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
-			IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
-			ConfigurationType="4"
-			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="false"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-				CommandLine=""
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="/MP"
-				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
-				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="1"
-				EnableFunctionLevelLinking="true"
-				RuntimeTypeInfo="true"
-				UsePrecompiledHeader="0"
-				PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.pch"
-				AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\"
-				ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\"
-				ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\"
-				WarningLevel="3"
-				SuppressStartupBanner="true"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="3"
-				CallingConvention="0"
-				CompileAs="0"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="_DEBUG"
-				Culture="1033"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLibrarianTool"
-				AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
-				OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
-				SuppressStartupBanner="true"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-		<Configuration
 			Name="Release|x64"
 			OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
@@ -214,5 +133,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
 				StringPooling="true"
@@ -268,5 +187,5 @@
 		</Configuration>
 		<Configuration
-			Name="Debug|x64"
+			Name="Debug|Win32"
 			OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
 			IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
@@ -292,5 +211,4 @@
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
@@ -298,5 +216,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
 				BasicRuntimeChecks="3"
@@ -349,4 +267,86 @@
 			/>
 		</Configuration>
+		<Configuration
+			Name="Debug|x64"
+			OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="4"
+			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+			UseOfMFC="0"
+			ATLMinimizesCRunTimeLibraryUsage="false"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+				CommandLine=""
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				TargetEnvironment="3"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
+				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="1"
+				EnableFunctionLevelLinking="true"
+				RuntimeTypeInfo="true"
+				UsePrecompiledHeader="0"
+				PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.pch"
+				AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\"
+				ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\"
+				ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\"
+				WarningLevel="3"
+				SuppressStartupBanner="true"
+				Detect64BitPortabilityProblems="false"
+				DebugInformationFormat="3"
+				CallingConvention="0"
+				CompileAs="0"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="_DEBUG"
+				Culture="1033"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+				AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
+				OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+				SuppressStartupBanner="true"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
 	</Configurations>
 	<References>
@@ -460,4 +460,12 @@
 					<FileConfiguration
 						Name="Release|Win32"
+						>
+						<Tool
+							Name="VCCLCompilerTool"
+							ObjectFile="$(IntDir)/$(InputName)1.obj"
+						/>
+					</FileConfiguration>
+					<FileConfiguration
+						Name="Release|x64"
 						>
 						<Tool
@@ -475,12 +483,4 @@
 					</FileConfiguration>
 					<FileConfiguration
-						Name="Release|x64"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							ObjectFile="$(IntDir)/$(InputName)1.obj"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
 						Name="Debug|x64"
 						>
Index: trunk/win/VC90/ACE_vc9.vcproj
===================================================================
--- trunk/win/VC90/ACE_vc9.vcproj (revision 6)
+++ trunk/win/VC90/ACE_vc9.vcproj (revision 6)
@@ -0,0 +1,5265 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9,00"
+	Name="ACEWraper"
+	ProjectGUID="{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
+	RootNamespace="ACE"
+	Keyword="Win32Proj"
+	TargetFrameworkVersion="0"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+		<Platform
+			Name="x64"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="0"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				AdditionalOptions=""
+				AdditionalIncludeDirectories=""
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP /wd 4748"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+				MinimalRebuild="false"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				RuntimeTypeInfo="true"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="false"
+				DebugInformationFormat="3"
+				DisableSpecificWarnings="4355"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACEd.dll"
+				LinkIncremental="2"
+				SuppressStartupBanner="true"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				ImportLibrary="$(OutDir)\ACEd.lib"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Debug|x64"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="0"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				AdditionalOptions=""
+				AdditionalIncludeDirectories=""
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP /wd 4748"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				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"
+				MinimalRebuild="false"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				RuntimeTypeInfo="true"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="false"
+				DebugInformationFormat="3"
+				DisableSpecificWarnings="4355"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalOptions="/machine:AMD64"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACEd.dll"
+				LinkIncremental="2"
+				SuppressStartupBanner="true"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				ImportLibrary="$(OutDir)\ACEd.lib"
+				TargetMachine="17"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="0"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				AdditionalOptions=""
+				AdditionalIncludeDirectories=""
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP /wd 4748"
+				Optimization="2"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+				RuntimeLibrary="2"
+				RuntimeTypeInfo="true"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="false"
+				DisableSpecificWarnings="4355"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACE.dll"
+				LinkIncremental="1"
+				SuppressStartupBanner="true"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				ImportLibrary="$(OutDir)\ACE.lib"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|x64"
+			OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="0"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				AdditionalOptions=""
+				AdditionalIncludeDirectories=""
+				TypeLibraryName="$(InputName).tlb"
+				HeaderFileName="$(InputName).h"
+				InterfaceIdentifierFileName="$(InputName)_i.c"
+				ProxyFileName="$(InputName)_p.c"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP /wd 4748"
+				Optimization="2"
+				AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
+				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"
+				RuntimeLibrary="2"
+				RuntimeTypeInfo="true"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="false"
+				DisableSpecificWarnings="4355"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
+				Culture="1033"
+				AdditionalIncludeDirectories=".."
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalOptions="/machine:AMD64"
+				AdditionalDependencies=""
+				OutputFile="$(OutDir)\ACE.dll"
+				LinkIncremental="1"
+				SuppressStartupBanner="true"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				ImportLibrary="$(OutDir)\ACE.lib"
+				TargetMachine="17"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;cxx;cc;C;c"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc32.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc_ccitt.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Assert.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry_db.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dump.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\gethrtime.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Rtems_init.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Signal.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SString.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stats.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_y.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Trace.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UUID.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.cpp"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hh"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE_export.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Arg_Shifter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Assert.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cached_Connect_Strategy_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Utility_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CE_Screen_Output.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\checked_iterator.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup_Strategies_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Symbols.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-aix-5.x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-all.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-borland-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-cray.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-cxx-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-cygwin32.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-doxygen.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-freebsd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-g++-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-ghs-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-hpux-11.00.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-icc-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-integritySCA.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.5.x-sgic++.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-g++.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-sgic++.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-linux-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-linux.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-lite.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-lynxos.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-leopard.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-panther.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-tiger.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-minimal.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-mvs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-netbsd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-openbsd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-openvms.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-pharlap.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-posix-nonetworking.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-posix.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-neutrino.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-62x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-pre62x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-rtems.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0-nothread.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-suncc-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.10.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.11.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-g++.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-sunc++-4.x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.5.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.6.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.7.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.8.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.9.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v2.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v3.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-tru64.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.udk.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-visualage.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks5.x.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.2.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.3.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.4.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.5.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.6.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-borland.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-dmc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-ghs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-interix.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-mingw.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-7.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-8.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-9.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-win32.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config-WinCE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\config.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CORBA_macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Default_Constants.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dump.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dump_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Exception_Macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Free_List.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Future.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Future_Set.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Global_Macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\If_Then_Else.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\iosfwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LOCK_SOCK_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Priority.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Method_Object.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Min_Max.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Module.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Node.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Barrier.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Condition.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Null_Semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Numeric_Limits.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obstack.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_aio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_assert.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_byteswap.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_complex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_cpio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ctype.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Dirent.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dirent.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dlfcn.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fcntl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fenv.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_float.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fmtmsg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fnmatch.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ftw.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_glob.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_grp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iconv.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\net\os_if.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_in.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\arpa\os_inet.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_intrin.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_inttypes.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_ipc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iso646.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_kstat.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_langinfo.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_libgen.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_limits.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_loadavg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_local.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_math.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Memory.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_mman.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_monetary.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_mqueue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ndbm.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_netdb.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_nl_types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_macros.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdh.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdhmsg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_poll.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_pstat.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pthread.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_regex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_resource.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_sched.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_search.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_select.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sem.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_setjmp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_shm.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_signal.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_socket.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_spawn.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_stat.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_statvfs.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdarg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdbool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stddef.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdint.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdlib.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_strings.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stropts.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysctl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysinfo.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_syslog.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tar.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_tcp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_termios.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tgmath.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_timeb.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_times.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_trace.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ucontext.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_uio.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ulimit.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_un.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_unistd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utime.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utmpx.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_utsname.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_wait.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wchar.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wctype.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wordexp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pair.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\post.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\pre.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Token_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Templates.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Signal.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SString.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SStringfwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Static_Object_Lock.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stats.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Strategies.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stream_Modules.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\streams.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Param.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Token_Table.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Tokens.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\svc_export.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Handler.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Traits.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Test_and_Set.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queuefwd.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Trace.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Truncate.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Addr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UUID.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Value_Ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Version.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Versioned_Namespace.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Inline Files"
+			Filter="i;inl"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ACE.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Module.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Signal.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SString.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stats.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\UUID.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.inl"
+				>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.inl"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Documentation"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\README"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+			</File>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\VERSION"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+					/>
+				</FileConfiguration>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
+			>
+			<File
+				RelativePath="..\..\dep\ACE_wrappers\ace\ace.rc"
+				>
+			</File>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
Index: trunk/win/VC90/game.vcproj
===================================================================
--- trunk/win/VC90/game.vcproj (revision 2)
+++ trunk/win/VC90/game.vcproj (revision 6)
@@ -48,5 +48,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;"
 				StringPooling="false"
@@ -102,4 +102,87 @@
 		</Configuration>
 		<Configuration
+			Name="Debug|x64"
+			OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+			IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+			ConfigurationType="4"
+			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+			UseOfMFC="0"
+			ATLMinimizesCRunTimeLibraryUsage="false"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+				TargetEnvironment="3"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/MP"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;"
+				StringPooling="false"
+				MinimalRebuild="false"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="1"
+				EnableFunctionLevelLinking="true"
+				RuntimeTypeInfo="true"
+				UsePrecompiledHeader="0"
+				PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
+				AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
+				ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
+				ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
+				WarningLevel="3"
+				SuppressStartupBanner="true"
+				Detect64BitPortabilityProblems="false"
+				DebugInformationFormat="3"
+				CallingConvention="0"
+				CompileAs="0"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="_DEBUG"
+				Culture="1033"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+				AdditionalDependencies=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+				OutputFile=".\game__$(PlatformName)_$(ConfigurationName)\game.lib"
+				SuppressStartupBanner="true"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
 			Name="Release|Win32"
 			OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
@@ -130,5 +213,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
 				StringPooling="true"
@@ -184,87 +267,4 @@
 		</Configuration>
 		<Configuration
-			Name="Debug|x64"
-			OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
-			IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
-			ConfigurationType="4"
-			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="false"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="/MP"
-				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap"
-				PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;"
-				StringPooling="false"
-				MinimalRebuild="false"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="1"
-				EnableFunctionLevelLinking="true"
-				RuntimeTypeInfo="true"
-				UsePrecompiledHeader="0"
-				PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
-				AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
-				ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
-				ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
-				WarningLevel="3"
-				SuppressStartupBanner="true"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="3"
-				CallingConvention="0"
-				CompileAs="0"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="_DEBUG"
-				Culture="1033"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLibrarianTool"
-				AdditionalDependencies=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
-				OutputFile=".\game__$(PlatformName)_$(ConfigurationName)\game.lib"
-				SuppressStartupBanner="true"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-		<Configuration
 			Name="Release|x64"
 			OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
@@ -296,5 +296,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap"
+				AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
 				StringPooling="true"
Index: trunk/win/VC90/TrinityCore.vcproj
===================================================================
--- trunk/win/VC90/TrinityCore.vcproj (revision 2)
+++ trunk/win/VC90/TrinityCore.vcproj (revision 6)
@@ -49,5 +49,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
 				StringPooling="true"
@@ -150,5 +150,5 @@
 				AdditionalOptions="/MP"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
 				StringPooling="true"
@@ -247,5 +247,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
 				IgnoreStandardIncludePath="false"
@@ -348,5 +348,5 @@
 				AdditionalOptions="/MP"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore"
+				AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
 				PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
 				IgnoreStandardIncludePath="false"
Index: trunk/win/TrinityCore VC71.sln
===================================================================
--- trunk/win/TrinityCore VC71.sln (revision 2)
+++ trunk/win/TrinityCore VC71.sln (revision 6)
@@ -9,4 +9,5 @@
 		{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E} = {BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}
 		{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2} = {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8} = {7C74F49E-FECA-1BAD-6757-8A6348EA12C8}
 		{262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480}
 		{DE0380F9-C910-4E99-A841-93550D0E61D7} = {DE0380F9-C910-4E99-A841-93550D0E61D7}
@@ -50,4 +51,8 @@
 	ProjectSection(ProjectDependencies) = postProject
 		{D1EA3EE9-4DCF-4CB9-BA6E-B9321E0D552A} = {D1EA3EE9-4DCF-4CB9-BA6E-B9321E0D552A}
+	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACE_Wraper", "VC71\ACE_vc71.vcproj", "{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}"
+	ProjectSection(ProjectDependencies) = postProject
 	EndProjectSection
 EndProject
@@ -100,4 +105,8 @@
 		{4295C8A9-79B7-4354-8064-F05FB9CA0C96}.Release.ActiveCfg = Release|Win32
 		{4295C8A9-79B7-4354-8064-F05FB9CA0C96}.Release.Build.0 = Release|Win32
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}.Debug.ActiveCfg = Debug|Win32
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}.Debug.Build.0 = Debug|Win32
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}.Release.ActiveCfg = Release|Win32
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}.Release.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
Index: trunk/win/TrinityCore VC80.sln
===================================================================
--- trunk/win/TrinityCore VC80.sln (revision 2)
+++ trunk/win/TrinityCore VC80.sln (revision 6)
@@ -9,7 +9,8 @@
 	ProjectSection(ProjectDependencies) = postProject
 		{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E} = {BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8} = {AD537C9A-FECA-1BAD-6757-8A6348EA12C8}
+		{262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480}
+		{8072769E-CF10-48BF-B9E1-12752A5DAC6E} = {8072769E-CF10-48BF-B9E1-12752A5DAC6E}
 		{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2} = {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}
-		{8072769E-CF10-48BF-B9E1-12752A5DAC6E} = {8072769E-CF10-48BF-B9E1-12752A5DAC6E}
-		{262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480}
 	EndProjectSection
 EndProject
@@ -26,14 +27,14 @@
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TrinityCore", "VC80\TrinityCore.vcproj", "{A3A04E47-43A2-4C08-90B3-029CEF558594}"
 	ProjectSection(ProjectDependencies) = postProject
+		{563E9905-3657-460C-AE63-0AC39D162E23} = {563E9905-3657-460C-AE63-0AC39D162E23}
+		{90297C34-F231-4DF4-848E-A74BCC0E40ED} = {90297C34-F231-4DF4-848E-A74BCC0E40ED}
+		{04BAF755-0D67-46F8-B1C6-77AE5368F3CB} = {04BAF755-0D67-46F8-B1C6-77AE5368F3CB}
 		{1DC6C4DA-A028-41F3-877D-D5400C594F88} = {1DC6C4DA-A028-41F3-877D-D5400C594F88}
-		{04BAF755-0D67-46F8-B1C6-77AE5368F3CB} = {04BAF755-0D67-46F8-B1C6-77AE5368F3CB}
-		{90297C34-F231-4DF4-848E-A74BCC0E40ED} = {90297C34-F231-4DF4-848E-A74BCC0E40ED}
-		{563E9905-3657-460C-AE63-0AC39D162E23} = {563E9905-3657-460C-AE63-0AC39D162E23}
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TrinityRealm", "VC80\TrinityRealm.vcproj", "{563E9905-3657-460C-AE63-0AC39D162E23}"
 	ProjectSection(ProjectDependencies) = postProject
+		{90297C34-F231-4DF4-848E-A74BCC0E40ED} = {90297C34-F231-4DF4-848E-A74BCC0E40ED}
 		{04BAF755-0D67-46F8-B1C6-77AE5368F3CB} = {04BAF755-0D67-46F8-B1C6-77AE5368F3CB}
-		{90297C34-F231-4DF4-848E-A74BCC0E40ED} = {90297C34-F231-4DF4-848E-A74BCC0E40ED}
 	EndProjectSection
 EndProject
@@ -42,4 +43,6 @@
 		{A3A04E47-43A2-4C08-90B3-029CEF558594} = {A3A04E47-43A2-4C08-90B3-029CEF558594}
 	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACEWraper", "VC80\ACE_vc8.vcproj", "{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
 EndProject
 Global
@@ -131,4 +134,12 @@
 		{4295C8A9-79B7-4354-8064-F05FB9CA0C96}.Release|x64.ActiveCfg = Release|x64
 		{4295C8A9-79B7-4354-8064-F05FB9CA0C96}.Release|x64.Build.0 = Release|x64
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|Win32.ActiveCfg = Debug|Win32
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|Win32.Build.0 = Debug|Win32
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|x64.ActiveCfg = Debug|x64
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|x64.Build.0 = Debug|x64
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|Win32.ActiveCfg = Release|Win32
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|Win32.Build.0 = Release|Win32
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|x64.ActiveCfg = Release|x64
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|x64.Build.0 = Release|x64
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
Index: trunk/win/TrinityCore VC90.sln
===================================================================
--- trunk/win/TrinityCore VC90.sln (revision 2)
+++ trunk/win/TrinityCore VC90.sln (revision 6)
@@ -10,4 +10,5 @@
 		{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E} = {BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}
 		{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2} = {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8} = {BD537C9A-FECA-1BAD-6757-8A6348EA12C8}
 		{8072769E-CF10-48BF-B9E1-12752A5DAC6E} = {8072769E-CF10-48BF-B9E1-12752A5DAC6E}
 		{262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480}
@@ -42,4 +43,6 @@
 		{A3A04E47-43A2-4C08-90B3-029CEF558594} = {A3A04E47-43A2-4C08-90B3-029CEF558594}
 	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACEWraper", "VC90\ACE_vc9.vcproj", "{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
 EndProject
 Global
@@ -131,4 +134,12 @@
 		{4295C8A9-79B7-4354-8064-F05FB9CA0C96}.Release|x64.ActiveCfg = Release|x64
 		{4295C8A9-79B7-4354-8064-F05FB9CA0C96}.Release|x64.Build.0 = Release|x64
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|Win32.ActiveCfg = Debug|Win32
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|Win32.Build.0 = Debug|Win32
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|x64.ActiveCfg = Debug|x64
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|x64.Build.0 = Debug|x64
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|Win32.ActiveCfg = Release|Win32
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|Win32.Build.0 = Release|Win32
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|x64.ActiveCfg = Release|x64
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|x64.Build.0 = Release|x64
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
Index: trunk/win/TrinityCore No Script VC71.sln
===================================================================
--- trunk/win/TrinityCore No Script VC71.sln (revision 2)
+++ trunk/win/TrinityCore No Script VC71.sln (revision 6)
@@ -9,4 +9,5 @@
 		{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E} = {BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}
 		{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2} = {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8} = {7C74F49E-FECA-1BAD-6757-8A6348EA12C8}
 		{262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480}
 		{DE0380F9-C910-4E99-A841-93550D0E61D7} = {DE0380F9-C910-4E99-A841-93550D0E61D7}
@@ -50,4 +51,8 @@
 	ProjectSection(ProjectDependencies) = postProject
 		{D1EA3EE9-4DCF-4CB9-BA6E-B9321E0D552A} = {D1EA3EE9-4DCF-4CB9-BA6E-B9321E0D552A}
+	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACE_Wraper", "VC71\ACE_vc71.vcproj", "{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}"
+	ProjectSection(ProjectDependencies) = postProject
 	EndProjectSection
 EndProject
@@ -100,4 +105,8 @@
 		{4205C8A9-79B7-4354-8064-F05FB9CA0C96}.Release.ActiveCfg = Release|Win32
 		{4205C8A9-79B7-4354-8064-F05FB9CA0C96}.Release.Build.0 = Release|Win32
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}.Debug.ActiveCfg = Debug|Win32
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}.Debug.Build.0 = Debug|Win32
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}.Release.ActiveCfg = Release|Win32
+		{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}.Release.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
Index: trunk/win/TrinityCore No Script VC80.sln
===================================================================
--- trunk/win/TrinityCore No Script VC80.sln (revision 2)
+++ trunk/win/TrinityCore No Script VC80.sln (revision 6)
@@ -9,7 +9,8 @@
 	ProjectSection(ProjectDependencies) = postProject
 		{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E} = {BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8} = {AD537C9A-FECA-1BAD-6757-8A6348EA12C8}
+		{262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480}
+		{8072769E-CF10-48BF-B9E1-12752A5DAC6E} = {8072769E-CF10-48BF-B9E1-12752A5DAC6E}
 		{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2} = {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}
-		{8072769E-CF10-48BF-B9E1-12752A5DAC6E} = {8072769E-CF10-48BF-B9E1-12752A5DAC6E}
-		{262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480}
 	EndProjectSection
 EndProject
@@ -26,14 +27,14 @@
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TrinityCore", "VC80\TrinityCore.vcproj", "{A3A04E47-43A2-4C08-90B3-029CEF558594}"
 	ProjectSection(ProjectDependencies) = postProject
+		{563E9905-3657-460C-AE63-0AC39D162E23} = {563E9905-3657-460C-AE63-0AC39D162E23}
+		{90297C34-F231-4DF4-848E-A74BCC0E40ED} = {90297C34-F231-4DF4-848E-A74BCC0E40ED}
+		{04BAF755-0D67-46F8-B1C6-77AE5368F3CB} = {04BAF755-0D67-46F8-B1C6-77AE5368F3CB}
 		{1DC6C4DA-A028-41F3-877D-D5400C594F88} = {1DC6C4DA-A028-41F3-877D-D5400C594F88}
-		{04BAF755-0D67-46F8-B1C6-77AE5368F3CB} = {04BAF755-0D67-46F8-B1C6-77AE5368F3CB}
-		{90297C34-F231-4DF4-848E-A74BCC0E40ED} = {90297C34-F231-4DF4-848E-A74BCC0E40ED}
-		{563E9905-3657-460C-AE63-0AC39D162E23} = {563E9905-3657-460C-AE63-0AC39D162E23}
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TrinityRealm", "VC80\TrinityRealm.vcproj", "{563E9905-3657-460C-AE63-0AC39D162E23}"
 	ProjectSection(ProjectDependencies) = postProject
+		{90297C34-F231-4DF4-848E-A74BCC0E40ED} = {90297C34-F231-4DF4-848E-A74BCC0E40ED}
 		{04BAF755-0D67-46F8-B1C6-77AE5368F3CB} = {04BAF755-0D67-46F8-B1C6-77AE5368F3CB}
-		{90297C34-F231-4DF4-848E-A74BCC0E40ED} = {90297C34-F231-4DF4-848E-A74BCC0E40ED}
 	EndProjectSection
 EndProject
@@ -42,4 +43,6 @@
 		{A3A04E47-43A2-4C08-90B3-029CEF558594} = {A3A04E47-43A2-4C08-90B3-029CEF558594}
 	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACEWraper", "VC80\ACE_vc8.vcproj", "{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
 EndProject
 Global
@@ -131,4 +134,12 @@
 		{4205C8A9-79B7-4354-8064-F05FB9CA0C96}.Release|x64.ActiveCfg = Release|x64
 		{4205C8A9-79B7-4354-8064-F05FB9CA0C96}.Release|x64.Build.0 = Release|x64
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|Win32.ActiveCfg = Debug|Win32
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|Win32.Build.0 = Debug|Win32
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|x64.ActiveCfg = Debug|x64
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|x64.Build.0 = Debug|x64
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|Win32.ActiveCfg = Release|Win32
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|Win32.Build.0 = Release|Win32
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|x64.ActiveCfg = Release|x64
+		{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|x64.Build.0 = Release|x64
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
Index: trunk/win/TrinityCore No Scripts VC90.sln
===================================================================
--- trunk/win/TrinityCore No Scripts VC90.sln (revision 2)
+++ trunk/win/TrinityCore No Scripts VC90.sln (revision 6)
@@ -10,4 +10,5 @@
 		{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E} = {BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}
 		{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2} = {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8} = {BD537C9A-FECA-1BAD-6757-8A6348EA12C8}
 		{8072769E-CF10-48BF-B9E1-12752A5DAC6E} = {8072769E-CF10-48BF-B9E1-12752A5DAC6E}
 		{262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480}
@@ -42,4 +43,6 @@
 		{A3A04E47-43A2-4C08-90B3-029CEF558594} = {A3A04E47-43A2-4C08-90B3-029CEF558594}
 	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACEWraper", "VC90\ACE_vc9.vcproj", "{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
 EndProject
 Global
@@ -131,4 +134,12 @@
 		{4205C8A9-79B7-4354-8064-F05FB9CA0C96}.Release|x64.ActiveCfg = Release|x64
 		{4205C8A9-79B7-4354-8064-F05FB9CA0C96}.Release|x64.Build.0 = Release|x64
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|Win32.ActiveCfg = Debug|Win32
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|Win32.Build.0 = Debug|Win32
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|x64.ActiveCfg = Debug|x64
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Debug|x64.Build.0 = Debug|x64
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|Win32.ActiveCfg = Release|Win32
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|Win32.Build.0 = Release|Win32
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|x64.ActiveCfg = Release|x64
+		{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}.Release|x64.Build.0 = Release|x64
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
