aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRat <none@none>2009-07-29 22:28:47 +0200
committerRat <none@none>2009-07-29 22:28:47 +0200
commit0a479b8795398f2e99ac1ac79c6102862c21f68f (patch)
tree73f74304148a77210251429db40eefb3512fb7f7
parent5d920ddbc3b23721aea58ef4c075549550845f70 (diff)
*Fix CRLF
--HG-- branch : trunk
-rw-r--r--win/VC80/ACE_vc8.vcproj10990
-rw-r--r--win/VC80/ScriptsInterfaces.vcproj1134
-rw-r--r--win/VC80/TrinityCore.vcproj1434
-rw-r--r--win/VC80/TrinityRealm.vcproj1318
-rw-r--r--win/VC80/framework.vcproj1266
-rw-r--r--win/VC80/g3dlite.vcproj1252
-rw-r--r--win/VC80/game.vcproj3488
-rw-r--r--win/VC80/genrevision.vcproj934
-rw-r--r--win/VC80/shared.vcproj1854
-rw-r--r--win/VC80/sockets.vcproj1358
-rw-r--r--win/VC80/zlib.vcproj1070
-rw-r--r--win/VC80/zthread.vcproj1586
-rw-r--r--win/VC90/ACE_vc9.vcproj10956
-rw-r--r--win/VC90/ScriptsInterfaces.vcproj1132
-rw-r--r--win/VC90/TrinityCore.vcproj1434
-rw-r--r--win/VC90/TrinityRealm.vcproj1310
-rw-r--r--win/VC90/framework.vcproj1276
-rw-r--r--win/VC90/g3dlite.vcproj1264
-rw-r--r--win/VC90/game.vcproj3490
-rw-r--r--win/VC90/genrevision.vcproj952
-rw-r--r--win/VC90/shared.vcproj1918
-rw-r--r--win/VC90/sockets.vcproj1366
-rw-r--r--win/VC90/zlib.vcproj1078
23 files changed, 26930 insertions, 26930 deletions
diff --git a/win/VC80/ACE_vc8.vcproj b/win/VC80/ACE_vc8.vcproj
index f43d699635c..6fc787745f9 100644
--- a/win/VC80/ACE_vc8.vcproj
+++ b/win/VC80/ACE_vc8.vcproj
@@ -1,5495 +1,5495 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="ACE_Wrappers"
- 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="1"
- 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="1"
- 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="Debug_NoPCH|Win32"
- OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
- 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="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)\ACEd.pdb"
- 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_NoPCH|x64"
- OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
- 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="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)\ACEd.pdb"
- 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;_SECURE_SCL=0"
- 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;_SECURE_SCL=0"
- 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;_SECURE_SCL=0"
- 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;_SECURE_SCL=0"
- 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="Debug_NoPCH|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug_NoPCH|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>
- <FileConfiguration
- Name="Debug_NoPCH|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug_NoPCH|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>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="ACE_Wrappers"
+ 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="1"
+ 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="1"
+ 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="Debug_NoPCH|Win32"
+ OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
+ 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="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(TargetDir)\ACEd.pdb"
+ 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_NoPCH|x64"
+ OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
+ 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="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(TargetDir)\ACEd.pdb"
+ 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;_SECURE_SCL=0"
+ 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;_SECURE_SCL=0"
+ 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;_SECURE_SCL=0"
+ 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;_SECURE_SCL=0"
+ 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="Debug_NoPCH|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_NoPCH|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>
+ <FileConfiguration
+ Name="Debug_NoPCH|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_NoPCH|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>
diff --git a/win/VC80/ScriptsInterfaces.vcproj b/win/VC80/ScriptsInterfaces.vcproj
index f0d9c3286a9..396734c65d3 100644
--- a/win/VC80/ScriptsInterfaces.vcproj
+++ b/win/VC80/ScriptsInterfaces.vcproj
@@ -1,567 +1,567 @@
-<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="ScriptsInterfaces"
- ProjectGUID="{4205C8A9-79B7-4354-8064-F05FB9CA0C96}"
- RootNamespace="ScriptsInterfaces"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
- SubSystem="2"
- ImportLibrary="$(OutDir)\TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)TrinityScript.pdb"
- SubSystem="2"
- ImportLibrary="$(OutDir)\TrinityScript.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="Debug_NoPCH|Win32"
- OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
- SubSystem="2"
- ImportLibrary="$(OutDir)\TrinityScript.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_NoPCH|x64"
- OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
- SubSystem="2"
- ImportLibrary="$(OutDir)\TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib ace.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="false"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="0"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib ace.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="false"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/TrinityScript.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;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath="..\..\src\bindings\interface\ScriptMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\bindings\interface\system.cpp"
- >
- </File>
- <Filter
- Name="Scripts"
- >
- <File
- RelativePath="..\..\src\bindings\interface\Scripts\sc_default.cpp"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath="..\..\src\bindings\interface\config.h"
- >
- </File>
- <File
- RelativePath="..\..\src\bindings\interface\ScriptMgr.h"
- >
- </File>
- <Filter
- Name="Scripts"
- >
- <File
- RelativePath="..\..\src\bindings\interface\Scripts\sc_defines.h"
- >
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="ScriptsInterfaces"
+ ProjectGUID="{4205C8A9-79B7-4354-8064-F05FB9CA0C96}"
+ RootNamespace="ScriptsInterfaces"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)\TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)TrinityScript.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)\TrinityScript.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="Debug_NoPCH|Win32"
+ OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)\TrinityScript.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_NoPCH|x64"
+ OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)\TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib ace.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib ace.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/TrinityScript.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;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\src\bindings\interface\ScriptMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\bindings\interface\system.cpp"
+ >
+ </File>
+ <Filter
+ Name="Scripts"
+ >
+ <File
+ RelativePath="..\..\src\bindings\interface\Scripts\sc_default.cpp"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\src\bindings\interface\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\bindings\interface\ScriptMgr.h"
+ >
+ </File>
+ <Filter
+ Name="Scripts"
+ >
+ <File
+ RelativePath="..\..\src\bindings\interface\Scripts\sc_defines.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/TrinityCore.vcproj b/win/VC80/TrinityCore.vcproj
index 8a8b7f8c68e..57cd5b9ed6a 100644
--- a/win/VC80/TrinityCore.vcproj
+++ b/win/VC80/TrinityCore.vcproj
@@ -1,717 +1,717 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="TrinityCore"
- ProjectGUID="{A3A04E47-43A2-4C08-90B3-029CEF558594}"
- RootNamespace="trinitycore"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\..\..\bin\Release\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- 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;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
- SubSystem="1"
- LargeAddressAware="2"
- LinkTimeCodeGeneration="0"
- ImportLibrary="$(OutDir)\TrinityCore.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.exe"
- Version=""
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.map"
- SubSystem="1"
- LargeAddressAware="2"
- ImportLibrary="$(OutDir)\trinitycore.lib"
- FixedBaseAddress="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"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.exe"
- Version=""
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.map"
- SubSystem="1"
- LargeAddressAware="2"
- ImportLibrary="$(OutDir)\trinitycore.lib"
- FixedBaseAddress="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"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_debug\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\..\..\bin\Release\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- 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;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
- SubSystem="1"
- LinkTimeCodeGeneration="0"
- ImportLibrary="$(OutDir)\TrinityCore.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"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
- Version=""
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
- SubSystem="1"
- ImportLibrary="$(OutDir)\TrinityCore.lib"
- TargetMachine="17"
- FixedBaseAddress="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"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
- Version=""
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
- SubSystem="1"
- ImportLibrary="$(OutDir)\TrinityCore.lib"
- TargetMachine="17"
- FixedBaseAddress="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"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="doc"
- >
- <File
- RelativePath="..\..\Authors"
- >
- </File>
- <File
- RelativePath="..\..\ChangeLog"
- >
- </File>
- <File
- RelativePath="..\..\Copying"
- >
- </File>
- <File
- RelativePath="..\..\Install"
- >
- </File>
- <File
- RelativePath="..\..\News"
- >
- </File>
- <File
- RelativePath="..\..\Readme"
- >
- </File>
- <File
- RelativePath="..\..\Thanks"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\src\trinitycore\CliRunnable.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\CliRunnable.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\Main.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\TrinityCore.rc"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\Master.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\Master.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\RASocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\RASocket.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\resource.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\WheatyExceptionReport.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\WheatyExceptionReport.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\WorldRunnable.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\WorldRunnable.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="TrinityCore"
+ ProjectGUID="{A3A04E47-43A2-4C08-90B3-029CEF558594}"
+ RootNamespace="trinitycore"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\..\..\bin\Release\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ 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;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ LinkTimeCodeGeneration="0"
+ ImportLibrary="$(OutDir)\TrinityCore.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.exe"
+ Version=""
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ ImportLibrary="$(OutDir)\trinitycore.lib"
+ FixedBaseAddress="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"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.exe"
+ Version=""
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ ImportLibrary="$(OutDir)\trinitycore.lib"
+ FixedBaseAddress="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"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_debug\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\..\..\bin\Release\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ 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;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
+ SubSystem="1"
+ LinkTimeCodeGeneration="0"
+ ImportLibrary="$(OutDir)\TrinityCore.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"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
+ Version=""
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
+ SubSystem="1"
+ ImportLibrary="$(OutDir)\TrinityCore.lib"
+ TargetMachine="17"
+ FixedBaseAddress="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"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
+ Version=""
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
+ SubSystem="1"
+ ImportLibrary="$(OutDir)\TrinityCore.lib"
+ TargetMachine="17"
+ FixedBaseAddress="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"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="doc"
+ >
+ <File
+ RelativePath="..\..\Authors"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ChangeLog"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Copying"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Install"
+ >
+ </File>
+ <File
+ RelativePath="..\..\News"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Readme"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Thanks"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\src\trinitycore\CliRunnable.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\CliRunnable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\Main.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\TrinityCore.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\Master.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\Master.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\RASocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\RASocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\WheatyExceptionReport.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\WheatyExceptionReport.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\WorldRunnable.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\WorldRunnable.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/TrinityRealm.vcproj b/win/VC80/TrinityRealm.vcproj
index aee1fea6f35..7044bed8d1e 100644
--- a/win/VC80/TrinityRealm.vcproj
+++ b/win/VC80/TrinityRealm.vcproj
@@ -1,659 +1,659 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="TrinityRealm"
- ProjectGUID="{563E9905-3657-460C-AE63-0AC39D162E23}"
- RootNamespace="TrinityRealm"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- LargeAddressAware="2"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- 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"
- CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- LargeAddressAware="2"
- FixedBaseAddress="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"
- CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- TargetMachine="17"
- FixedBaseAddress="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"
- CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- LargeAddressAware="2"
- FixedBaseAddress="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_NoPCH|x64"
- OutputDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="&quot;..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- TargetMachine="17"
- FixedBaseAddress="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>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\src\trinityrealm\AuthCodes.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\AuthSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\AuthSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\Main.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\RealmList.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\RealmList.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\resource.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\TrinityRealm.rc"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\WheatyExceptionReport.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\WheatyExceptionReport.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="TrinityRealm"
+ ProjectGUID="{563E9905-3657-460C-AE63-0AC39D162E23}"
+ RootNamespace="TrinityRealm"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ 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"
+ CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ FixedBaseAddress="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"
+ CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ TargetMachine="17"
+ FixedBaseAddress="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"
+ CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ FixedBaseAddress="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_NoPCH|x64"
+ OutputDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ 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"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="&quot;..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ TargetMachine="17"
+ FixedBaseAddress="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>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\src\trinityrealm\AuthCodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\AuthSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\AuthSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\Main.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\RealmList.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\RealmList.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\TrinityRealm.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\WheatyExceptionReport.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\WheatyExceptionReport.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/framework.vcproj b/win/VC80/framework.vcproj
index df1bf0d537b..e62293c863b 100644
--- a/win/VC80/framework.vcproj
+++ b/win/VC80/framework.vcproj
@@ -1,633 +1,633 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="framework"
- ProjectGUID="{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}"
- RootNamespace="framework"
- Keyword="ManagedCProj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
- StringPooling="true"
- MinimalRebuild="false"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
- StringPooling="true"
- MinimalRebuild="false"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="GameSystem"
- >
- <File
- RelativePath="..\..\src\framework\GameSystem\Grid.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\GridLoader.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\GridReference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\GridRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\NGrid.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\TypeContainer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\TypeContainerFunctions.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\TypeContainerVisitor.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Platform"
- >
- <File
- RelativePath="..\..\src\framework\Platform\CompilerDefs.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Platform\Define.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Policies"
- >
- <File
- RelativePath="..\..\src\framework\Policies\CreationPolicy.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\ObjectLifeTime.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\ObjectLifeTime.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\Singleton.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\SingletonImp.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\ThreadingModel.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Utilities"
- >
- <File
- RelativePath="..\..\src\framework\Utilities\ByteConverter.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\Callback.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\EventProcessor.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\EventProcessor.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\UnorderedMap.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\LinkedList.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\TypeList.h"
- >
- </File>
- <Filter
- Name="CountedReference"
- >
- <File
- RelativePath="..\..\src\framework\Utilities\CountedReference\Reference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceHolder.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceImpl.h"
- >
- </File>
- </Filter>
- <Filter
- Name="LinkedReference"
- >
- <File
- RelativePath="..\..\src\framework\Utilities\LinkedReference\Reference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\LinkedReference\RefManager.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Dynamic"
- >
- <File
- RelativePath="..\..\src\framework\Dynamic\FactoryHolder.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Dynamic\ObjectRegistry.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Network"
- >
- <File
- RelativePath="..\..\src\framework\Network\SocketDefines.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="framework"
+ ProjectGUID="{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}"
+ RootNamespace="framework"
+ Keyword="ManagedCProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
+ StringPooling="true"
+ MinimalRebuild="false"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
+ StringPooling="true"
+ MinimalRebuild="false"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="GameSystem"
+ >
+ <File
+ RelativePath="..\..\src\framework\GameSystem\Grid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\GridLoader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\GridReference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\GridRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\NGrid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\TypeContainer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\TypeContainerFunctions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\TypeContainerVisitor.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Platform"
+ >
+ <File
+ RelativePath="..\..\src\framework\Platform\CompilerDefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Platform\Define.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Policies"
+ >
+ <File
+ RelativePath="..\..\src\framework\Policies\CreationPolicy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\ObjectLifeTime.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\ObjectLifeTime.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\Singleton.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\SingletonImp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\ThreadingModel.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Utilities"
+ >
+ <File
+ RelativePath="..\..\src\framework\Utilities\ByteConverter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\Callback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\EventProcessor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\EventProcessor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\UnorderedMap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\LinkedList.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\TypeList.h"
+ >
+ </File>
+ <Filter
+ Name="CountedReference"
+ >
+ <File
+ RelativePath="..\..\src\framework\Utilities\CountedReference\Reference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceHolder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceImpl.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="LinkedReference"
+ >
+ <File
+ RelativePath="..\..\src\framework\Utilities\LinkedReference\Reference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\LinkedReference\RefManager.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Dynamic"
+ >
+ <File
+ RelativePath="..\..\src\framework\Dynamic\FactoryHolder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Dynamic\ObjectRegistry.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Network"
+ >
+ <File
+ RelativePath="..\..\src\framework\Network\SocketDefines.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/g3dlite.vcproj b/win/VC80/g3dlite.vcproj
index 070fa73d14c..5b76b6fb9c1 100644
--- a/win/VC80/g3dlite.vcproj
+++ b/win/VC80/g3dlite.vcproj
@@ -1,626 +1,626 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="g3dlite"
- ProjectGUID="{8072769E-CF10-48BF-B9E1-12752A5DAC6E}"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="1"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- 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\g3dlite"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- 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\g3dlite"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="0"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\AABox.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Array.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Box.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\CollisionDetection.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\CoordinateFrame.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Crypto.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\debug.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\format.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.inl"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\GCamera.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Line.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Matrix3.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Plane.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\platform.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Quat.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Quat.inl"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Ray.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\RegistryUtil.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Sphere.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\stringutils.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\System.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Table.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Triangle.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.inl"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector2int16.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.inl"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector3int16.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.inl"
- >
- </File>
- </Filter>
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath="..\..\dep\src\g3dlite\AABox.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Box.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Crypto.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\format.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Matrix3.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Plane.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\System.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Triangle.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Vector3.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Vector4.cpp"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="g3dlite"
+ ProjectGUID="{8072769E-CF10-48BF-B9E1-12752A5DAC6E}"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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\g3dlite"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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\g3dlite"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="0"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ >
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\AABox.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Box.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\CollisionDetection.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\CoordinateFrame.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Crypto.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\format.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\GCamera.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Line.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Matrix3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Plane.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\platform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Quat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Quat.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Ray.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\RegistryUtil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Sphere.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\stringutils.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\System.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Table.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Triangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector2int16.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector3int16.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.inl"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ >
+ <File
+ RelativePath="..\..\dep\src\g3dlite\AABox.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Box.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Crypto.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\format.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Matrix3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Plane.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\System.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Triangle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Vector3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Vector4.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj
index 65021a3fd77..af5a93cb01f 100644
--- a/win/VC80/game.vcproj
+++ b/win/VC80/game.vcproj
@@ -1,1744 +1,1744 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="game"
- ProjectGUID="{1DC6C4DA-A028-41F3-877D-D5400C594F88}"
- RootNamespace="game"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- 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"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP /Zm200"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;"
- StringPooling="false"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="pchdef.h"
- PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
- AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- ForcedIncludeFiles="pchdef.h"
- />
- <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)"
- 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"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP /Zm200"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="pchdef.h"
- PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
- AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- ForcedIncludeFiles="pchdef.h"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- 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="Debug_NoPCH|Win32"
- 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"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;"
- StringPooling="false"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- 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="true"
- DebugInformationFormat="3"
- 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="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 /bigobj /Zm200"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;"
- StringPooling="false"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="pchdef.h"
- PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
- AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- ForcedIncludeFiles="pchdef.h"
- />
- <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)"
- 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 /bigobj /Zm200"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="pchdef.h"
- PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
- AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="0"
- ForcedIncludeFiles="pchdef.h"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- 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="Debug_NoPCH|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 /bigobj"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;"
- StringPooling="false"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- 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="true"
- DebugInformationFormat="3"
- 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>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="World/Handlers"
- >
- <File
- RelativePath="..\..\src\game\AccountMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AccountMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AchievementMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AchievementMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ArenaTeamHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AuctionHouseHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGround.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGround.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAA.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAA.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAB.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAB.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAV.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAV.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundBE.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundBE.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundDS.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundDS.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundEY.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundEY.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundNA.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundNA.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundRL.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundRL.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundRV.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundRV.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundSA.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundSA.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundWS.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundWS.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CalendarHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Cell.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CellImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Channel.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Channel.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ChannelHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ChannelMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CharacterHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Chat.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Chat.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ChatHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CombatHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DuelHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GameEventMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GameEventMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GossipDef.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GossipDef.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridDefines.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridNotifiers.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridNotifiers.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridNotifiersImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridStates.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridStates.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Group.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Group.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GroupHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GuildHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\InstanceData.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\InstanceData.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\InstanceSaveMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\InstanceSaveMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ItemHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\LFGHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\LootHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Mail.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Mail.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Map.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Map.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapInstanced.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapInstanced.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MiscHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MovementHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\NPCHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\NPCHandler.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectGridLoader.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectGridLoader.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Path.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PetHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PetitionsHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PoolHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PoolHandler.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\QueryHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\QuestDef.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\QuestDef.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\QuestHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ScriptCalls.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ScriptCalls.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillDiscovery.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillDiscovery.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillExtraItems.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillExtraItems.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Spell.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Spell.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellAuraDefines.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellAuras.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellAuras.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellEffects.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TaxiHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TicketHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TradeHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Transports.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Transports.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UpdateData.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UpdateData.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\VoiceChatHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WaypointManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WaypointManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Weather.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Weather.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\World.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\World.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AuctionHouseBot"
- >
- <File
- RelativePath="..\..\src\game\AuctionHouseBot.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AuctionHouseBot.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Object"
- >
- <File
- RelativePath="..\..\src\game\AnimalRandomMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ArenaTeam.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ArenaTeam.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AuctionHouseMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AuctionHouseMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Bag.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Bag.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Calendar.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Calendar.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ConfusedMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ConfusedMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Corpse.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Corpse.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Creature.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Creature.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureGroups.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureGroups.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DestinationHolder.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DestinationHolder.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DestinationHolderImp.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DynamicObject.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DynamicObject.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\FleeingMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\FleeingMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Formulas.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GameObject.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GameObject.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Guild.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Guild.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\HomeMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\HomeMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\IdleMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\IdleMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Item.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Item.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ItemEnchantmentMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ItemEnchantmentMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ItemPrototype.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\LootMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\LootMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MotionMaster.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MotionMaster.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Object.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Object.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectAccessor.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectAccessor.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectDefines.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Pet.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Pet.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Player.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Player.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PointMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PointMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\RandomMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\RandomMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ReputationMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ReputationMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SocialMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SocialMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\StatSystem.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TargetedMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TargetedMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TemporarySummon.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TemporarySummon.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Totem.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Totem.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Traveller.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Unit.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Unit.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UnitEvents.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UpdateFields.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UpdateMask.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Vehicle.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Vehicle.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WaypointMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WaypointMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ZoneScript.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Server"
- >
- <File
- RelativePath="..\..\src\game\DBCEnums.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DBCfmt.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DBCStores.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DBCStores.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DBCStructure.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GlobalEvents.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GlobalEvents.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Opcodes.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Opcodes.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SharedDefines.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldLog.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldLog.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSession.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSession.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSocketMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSocketMgr.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Chat Commands"
- >
- <File
- RelativePath="..\..\src\game\debugcmds.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Level0.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Level1.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Level2.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Level3.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Tool"
- >
- <File
- RelativePath="..\..\src\game\Language.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PlayerDump.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PlayerDump.h"
- >
- </File>
- </Filter>
- <Filter
- Name="References"
- >
- <File
- RelativePath="..\..\src\game\FollowerReference.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\FollowerReference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\FollowerRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GroupReference.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GroupReference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GroupRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\HostilRefManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\HostilRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapReference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ThreatManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ThreatManager.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AI"
- >
- <File
- RelativePath="..\..\src\game\AggressorAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AggressorAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAIFactory.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAIImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAIRegistry.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAIRegistry.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAISelector.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAISelector.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureEventAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureEventAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureEventAIMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureEventAIMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GuardAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GuardAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\NullCreatureAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\NullCreatureAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PetAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PetAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ReactorAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ReactorAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TotemAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TotemAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UnitAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UnitAI.h"
- >
- </File>
- </Filter>
- <Filter
- Name="OutdoorPvP"
- >
- <File
- RelativePath="..\..\src\game\OutdoorPvP.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvP.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPEP.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPEP.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPHP.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPHP.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPNA.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPNA.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPSI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPSI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPTF.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPTF.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPZM.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPZM.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Wintergrasp.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Wintergrasp.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\src\game\pchdef.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="pchdef.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="pchdef.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="pchdef.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="pchdef.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\src\game\pchdef.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="game"
+ ProjectGUID="{1DC6C4DA-A028-41F3-877D-D5400C594F88}"
+ RootNamespace="game"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ 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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP /Zm200"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;"
+ StringPooling="false"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="pchdef.h"
+ PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
+ AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ ForcedIncludeFiles="pchdef.h"
+ />
+ <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)"
+ 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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP /Zm200"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="pchdef.h"
+ PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
+ AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ ForcedIncludeFiles="pchdef.h"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ 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="Debug_NoPCH|Win32"
+ 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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;"
+ StringPooling="false"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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="true"
+ DebugInformationFormat="3"
+ 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="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 /bigobj /Zm200"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;"
+ StringPooling="false"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="pchdef.h"
+ PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
+ AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ ForcedIncludeFiles="pchdef.h"
+ />
+ <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)"
+ 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 /bigobj /Zm200"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="pchdef.h"
+ PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
+ AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ ForcedIncludeFiles="pchdef.h"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ 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="Debug_NoPCH|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 /bigobj"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;"
+ StringPooling="false"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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="true"
+ DebugInformationFormat="3"
+ 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>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="World/Handlers"
+ >
+ <File
+ RelativePath="..\..\src\game\AccountMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AccountMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AchievementMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AchievementMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ArenaTeamHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AuctionHouseHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGround.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGround.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAA.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAA.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAB.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAB.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAV.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAV.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundBE.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundBE.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundDS.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundDS.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundEY.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundEY.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundNA.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundNA.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundRL.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundRL.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundRV.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundRV.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundSA.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundSA.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundWS.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundWS.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CalendarHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Cell.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CellImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Channel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Channel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ChannelHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ChannelMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CharacterHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Chat.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Chat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ChatHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CombatHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DuelHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GameEventMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GameEventMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GossipDef.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GossipDef.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridDefines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridNotifiers.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridNotifiers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridNotifiersImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridStates.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridStates.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Group.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Group.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GroupHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GuildHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\InstanceData.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\InstanceData.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\InstanceSaveMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\InstanceSaveMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ItemHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\LFGHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\LootHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Mail.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Mail.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Map.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Map.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapInstanced.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapInstanced.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MiscHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MovementHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\NPCHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\NPCHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectGridLoader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectGridLoader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Path.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PetHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PetitionsHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PoolHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PoolHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\QueryHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\QuestDef.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\QuestDef.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\QuestHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ScriptCalls.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ScriptCalls.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillDiscovery.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillDiscovery.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillExtraItems.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillExtraItems.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Spell.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Spell.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellAuraDefines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellAuras.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellAuras.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellEffects.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TaxiHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TicketHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TradeHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Transports.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Transports.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UpdateData.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UpdateData.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\VoiceChatHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WaypointManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WaypointManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Weather.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Weather.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\World.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\World.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="AuctionHouseBot"
+ >
+ <File
+ RelativePath="..\..\src\game\AuctionHouseBot.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AuctionHouseBot.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Object"
+ >
+ <File
+ RelativePath="..\..\src\game\AnimalRandomMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ArenaTeam.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ArenaTeam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AuctionHouseMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AuctionHouseMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Bag.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Bag.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Calendar.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Calendar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ConfusedMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ConfusedMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Corpse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Corpse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Creature.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Creature.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureGroups.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureGroups.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DestinationHolder.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DestinationHolder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DestinationHolderImp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DynamicObject.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DynamicObject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\FleeingMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\FleeingMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Formulas.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GameObject.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GameObject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Guild.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Guild.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\HomeMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\HomeMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\IdleMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\IdleMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Item.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Item.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ItemEnchantmentMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ItemEnchantmentMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ItemPrototype.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\LootMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\LootMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MotionMaster.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MotionMaster.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectAccessor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectAccessor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectDefines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Pet.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Pet.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Player.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PointMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PointMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\RandomMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\RandomMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ReputationMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ReputationMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SocialMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SocialMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\StatSystem.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TargetedMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TargetedMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TemporarySummon.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TemporarySummon.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Totem.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Totem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Traveller.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Unit.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Unit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UnitEvents.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UpdateFields.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UpdateMask.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Vehicle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Vehicle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WaypointMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WaypointMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ZoneScript.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Server"
+ >
+ <File
+ RelativePath="..\..\src\game\DBCEnums.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DBCfmt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DBCStores.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DBCStores.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DBCStructure.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GlobalEvents.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GlobalEvents.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Opcodes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Opcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SharedDefines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldLog.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSession.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSession.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSocketMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSocketMgr.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Chat Commands"
+ >
+ <File
+ RelativePath="..\..\src\game\debugcmds.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Level0.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Level1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Level2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Level3.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Tool"
+ >
+ <File
+ RelativePath="..\..\src\game\Language.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PlayerDump.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PlayerDump.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="References"
+ >
+ <File
+ RelativePath="..\..\src\game\FollowerReference.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\FollowerReference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\FollowerRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GroupReference.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GroupReference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GroupRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\HostilRefManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\HostilRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapReference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ThreatManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ThreatManager.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="AI"
+ >
+ <File
+ RelativePath="..\..\src\game\AggressorAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AggressorAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAIFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAIImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAIRegistry.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAIRegistry.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAISelector.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAISelector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureEventAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureEventAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureEventAIMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureEventAIMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GuardAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GuardAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\NullCreatureAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\NullCreatureAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PetAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PetAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ReactorAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ReactorAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TotemAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TotemAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UnitAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UnitAI.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="OutdoorPvP"
+ >
+ <File
+ RelativePath="..\..\src\game\OutdoorPvP.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvP.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPEP.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPEP.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPHP.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPHP.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPNA.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPNA.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPSI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPSI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPTF.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPTF.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPZM.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPZM.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Wintergrasp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Wintergrasp.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\src\game\pchdef.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ PrecompiledHeaderThrough="pchdef.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ PrecompiledHeaderThrough="pchdef.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ PrecompiledHeaderThrough="pchdef.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ PrecompiledHeaderThrough="pchdef.h"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\src\game\pchdef.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/genrevision.vcproj b/win/VC80/genrevision.vcproj
index 1637c639be5..2faca2dd650 100644
--- a/win/VC80/genrevision.vcproj
+++ b/win/VC80/genrevision.vcproj
@@ -1,467 +1,467 @@
-<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="genrevision"
- ProjectGUID="{803F488E-4C5A-4866-8D5C-1E6C03C007C2}"
- RootNamespace="genrevision"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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_NoPCH|Win32"
- OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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|Win32"
- OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- 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=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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="Debug_NoPCH|x64"
- OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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|x64"
- OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- 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>
- <File
- RelativePath="..\..\src\tools\genrevision\genrevision.cpp"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="genrevision"
+ ProjectGUID="{803F488E-4C5A-4866-8D5C-1E6C03C007C2}"
+ RootNamespace="genrevision"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ 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_NoPCH|Win32"
+ OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ 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|Win32"
+ OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ 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=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ 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="Debug_NoPCH|x64"
+ OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ 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|x64"
+ OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ 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>
+ <File
+ RelativePath="..\..\src\tools\genrevision\genrevision.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/shared.vcproj b/win/VC80/shared.vcproj
index 263a78307fa..d235dfa5fc4 100644
--- a/win/VC80/shared.vcproj
+++ b/win/VC80/shared.vcproj
@@ -1,927 +1,927 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="shared"
- ProjectGUID="{90297C34-F231-4DF4-848E-A74BCC0E40ED}"
- RootNamespace="shared"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|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"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- 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="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
- OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
- 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)"
- 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"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- 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="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
- OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </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"
- />
- <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;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- 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="true"
- DebugInformationFormat="3"
- 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"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|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"
- />
- <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;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- 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="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib user32.lib"
- OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_debug"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </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;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- 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="true"
- DebugInformationFormat="3"
- 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"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|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;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- 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="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib user32.lib"
- OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_debug"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Database"
- >
- <File
- RelativePath="..\..\src\shared\Database\Database.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\Database.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DatabaseEnv.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DatabaseImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DatabaseMysql.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DatabaseMysql.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\Field.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\Field.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\MySQLDelayThread.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\QueryResult.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\QueryResultMysql.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\QueryResultMysql.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SqlDelayThread.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SqlDelayThread.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SqlOperations.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SqlOperations.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SQLStorage.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SQLStorage.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SQLStorageImpl.h"
- >
- </File>
- <Filter
- Name="DataStores"
- >
- <File
- RelativePath="..\..\src\shared\Database\DBCFileLoader.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DBCFileLoader.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DBCStore.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Log"
- >
- <File
- RelativePath="..\..\src\shared\Log.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Log.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Util"
- >
- <File
- RelativePath="..\..\src\shared\ByteBuffer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Errors.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\mersennetwister\MersenneTwister.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\ProgressBar.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\ProgressBar.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Timer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Util.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Util.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Config"
- >
- <File
- RelativePath="..\..\src\shared\Config\Config.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\Config.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\ConfigEnv.h"
- >
- </File>
- <Filter
- Name="dotconfpp"
- >
- <File
- RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\dotconfpp\mempool.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\dotconfpp\mempool.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Auth"
- >
- <File
- RelativePath="..\..\src\shared\Auth\AuthCrypt.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\AuthCrypt.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\BigNumber.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\BigNumber.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\Hmac.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\Hmac.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\SARC4.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\SARC4.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\Sha1.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\Sha1.h"
- >
- </File>
- </Filter>
- <Filter
- Name="vmaps"
- >
- <File
- RelativePath="..\..\src\shared\vmap\AABSPTree.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\BaseModel.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\BaseModel.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\CoordModelMapping.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\CoordModelMapping.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\DebugCmdLogger.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\DebugCmdLogger.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\IVMapManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ManagedModelContainer.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ManagedModelContainer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ModelContainer.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ModelContainer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\NodeValueAccess.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ShortBox.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ShortVector.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\SubModel.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\SubModel.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\TileAssembler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\TileAssembler.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\TreeNode.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\TreeNode.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapDefinitions.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapFactory.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapFactory.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapTools.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\src\shared\Common.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Common.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\LockedQueue.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\revision.h"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\src\shared\ServiceWin32.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\ServiceWin32.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\SystemConfig.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Threading.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Threading.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="shared"
+ ProjectGUID="{90297C34-F231-4DF4-848E-A74BCC0E40ED}"
+ RootNamespace="shared"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|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"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ 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="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
+ OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
+ 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)"
+ 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"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ 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="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
+ OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </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"
+ />
+ <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;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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="true"
+ DebugInformationFormat="3"
+ 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"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|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"
+ />
+ <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;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib user32.lib"
+ OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_debug"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </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;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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="true"
+ DebugInformationFormat="3"
+ 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"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|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;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib user32.lib"
+ OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_debug"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Database"
+ >
+ <File
+ RelativePath="..\..\src\shared\Database\Database.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\Database.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DatabaseEnv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DatabaseImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DatabaseMysql.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DatabaseMysql.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\Field.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\Field.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\MySQLDelayThread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\QueryResult.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\QueryResultMysql.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\QueryResultMysql.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SqlDelayThread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SqlDelayThread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SqlOperations.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SqlOperations.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SQLStorage.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SQLStorage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SQLStorageImpl.h"
+ >
+ </File>
+ <Filter
+ Name="DataStores"
+ >
+ <File
+ RelativePath="..\..\src\shared\Database\DBCFileLoader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DBCFileLoader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DBCStore.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Log"
+ >
+ <File
+ RelativePath="..\..\src\shared\Log.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Log.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Util"
+ >
+ <File
+ RelativePath="..\..\src\shared\ByteBuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Errors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\mersennetwister\MersenneTwister.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\ProgressBar.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\ProgressBar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Timer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Util.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Util.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Config"
+ >
+ <File
+ RelativePath="..\..\src\shared\Config\Config.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\Config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\ConfigEnv.h"
+ >
+ </File>
+ <Filter
+ Name="dotconfpp"
+ >
+ <File
+ RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\dotconfpp\mempool.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\dotconfpp\mempool.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Auth"
+ >
+ <File
+ RelativePath="..\..\src\shared\Auth\AuthCrypt.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\AuthCrypt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\BigNumber.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\BigNumber.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\Hmac.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\Hmac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\SARC4.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\SARC4.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\Sha1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\Sha1.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="vmaps"
+ >
+ <File
+ RelativePath="..\..\src\shared\vmap\AABSPTree.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\BaseModel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\BaseModel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\CoordModelMapping.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\CoordModelMapping.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\DebugCmdLogger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\DebugCmdLogger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\IVMapManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ManagedModelContainer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ManagedModelContainer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ModelContainer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ModelContainer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\NodeValueAccess.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ShortBox.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ShortVector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\SubModel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\SubModel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\TileAssembler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\TileAssembler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\TreeNode.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\TreeNode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapDefinitions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapTools.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\src\shared\Common.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\LockedQueue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\revision.h"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\src\shared\ServiceWin32.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\ServiceWin32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\SystemConfig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Threading.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Threading.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/sockets.vcproj b/win/VC80/sockets.vcproj
index 01e43d9cbdc..e94ccf9790a 100644
--- a/win/VC80/sockets.vcproj
+++ b/win/VC80/sockets.vcproj
@@ -1,679 +1,679 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="sockets"
- ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(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"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(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"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(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"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(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"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(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\sockets"
- PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(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\sockets"
- PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath="..\..\dep\include\sockets\Base64.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Exception.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\File.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\IFile.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Ipv4Address.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Ipv6Address.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\ISocketHandler.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\ListenSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Lock.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Mutex.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Parse.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\ResolvServer.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\ResolvSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\SctpSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Socket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\socket_include.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\SocketAddress.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\SocketHandler.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\sockets-config.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\StdLog.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\StdoutLog.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\StreamSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\TcpSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Thread.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\UdpSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Utility.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath="..\..\dep\src\sockets\Base64.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Exception.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Lock.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Mutex.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Parse.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\ResolvServer.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Socket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\socket_include.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\SocketHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\StdoutLog.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\StreamSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\TcpSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Thread.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\UdpSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Utility.cpp"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="sockets"
+ ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(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"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(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\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(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\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ >
+ <File
+ RelativePath="..\..\dep\include\sockets\Base64.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Exception.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\File.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\IFile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Ipv4Address.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Ipv6Address.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ISocketHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ListenSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Lock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Mutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Parse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ResolvServer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ResolvSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\SctpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Socket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\socket_include.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\SocketAddress.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\SocketHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\sockets-config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\StdLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\StdoutLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\StreamSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\TcpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Thread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\UdpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Utility.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ >
+ <File
+ RelativePath="..\..\dep\src\sockets\Base64.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Exception.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Lock.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Mutex.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Parse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\ResolvServer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Socket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\socket_include.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\SocketHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\StdoutLog.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\StreamSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\TcpSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Thread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\UdpSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Utility.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/zlib.vcproj b/win/VC80/zlib.vcproj
index 2cf84e53259..2ed70434688 100644
--- a/win/VC80/zlib.vcproj
+++ b/win/VC80/zlib.vcproj
@@ -1,535 +1,535 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="zlib"
- ProjectGUID="{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd 4267"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd 4267"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP /wd 4267"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP /wd 4267"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath="..\..\dep\src\zlib\adler32.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\compress.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\crc32.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\deflate.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\example.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\gzio.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\infback.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inffast.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inflate.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inftrees.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\trees.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\uncompr.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\zutil.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath="..\..\dep\src\zlib\crc32.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\deflate.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inffast.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inffixed.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inflate.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inftrees.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\trees.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\zconf.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\zlib.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\zutil.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="zlib"
+ ProjectGUID="{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd 4267"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd 4267"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP /wd 4267"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP /wd 4267"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\dep\src\zlib\adler32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\compress.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\crc32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\deflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\example.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\gzio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\infback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inffast.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inftrees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\trees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\uncompr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\zutil.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\dep\src\zlib\crc32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\deflate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inffast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inffixed.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inflate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inftrees.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\trees.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\zconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\zlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\zutil.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC80/zthread.vcproj b/win/VC80/zthread.vcproj
index 3bfd199184c..7043f31e462 100644
--- a/win/VC80/zthread.vcproj
+++ b/win/VC80/zthread.vcproj
@@ -1,793 +1,793 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="zthread"
- ProjectGUID="{262199E8-EEDF-4700-A1D1-E9CC901CF480}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zthread.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zthread.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zthread.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zthread.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zthread.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zthread.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath="..\..\dep\src\zthread\AtomicCount.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ConcurrentExecutor.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Condition.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ConditionImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\config.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\CountingSemaphore.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Debug.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\DeferredInterruptionScope.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\FastLock.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\FastMutex.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\FastRecursiveLock.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\FastRecursiveMutex.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\IntrusivePtr.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Monitor.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Monitor.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Mutex.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\MutexImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\PoolExecutor.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\PriorityCondition.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\PriorityInheritanceMutex.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\PriorityMutex.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\PrioritySemaphore.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\RecursiveMutex.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\RecursiveMutexImpl.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\RecursiveMutexImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Scheduling.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Semaphore.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\SemaphoreImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\State.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Status.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\SynchronousExecutor.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Thread.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ThreadedExecutor.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ThreadImpl.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ThreadImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ThreadLocalImpl.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ThreadOps.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ThreadOps.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ThreadQueue.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\ThreadQueue.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\Time.cxx"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\TimeStrategy.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zthread\TSS.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath="..\..\dep\include\zthread\AtomicCount.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Barrier.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\BiasedReadWriteLock.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\BlockingQueue.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\BoundedQueue.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Cancelable.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\ClassLockable.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\ConcurrentExecutor.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Condition.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Config.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\CountedPtr.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\CountingSemaphore.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Exceptions.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Executor.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\FairReadWriteLock.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\FastMutex.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\FastRecursiveMutex.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Guard.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\GuardedClass.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Lockable.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\LockedQueue.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\MonitoredQueue.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Mutex.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\NonCopyable.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\PoolExecutor.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Priority.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\PriorityCondition.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\PriorityInheritanceMutex.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\PriorityMutex.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\PrioritySemaphore.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Queue.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\ReadWriteLock.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\RecursiveMutex.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Runnable.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Semaphore.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Singleton.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\SynchronousExecutor.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Task.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Thread.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\ThreadedExecutor.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\ThreadLocal.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\ThreadLocalImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Time.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\Waitable.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\zthread\ZThread.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="zthread"
+ ProjectGUID="{262199E8-EEDF-4700-A1D1-E9CC901CF480}"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zthread.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zthread.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zthread.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zthread.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zthread.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zthread.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\dep\src\zthread\AtomicCount.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ConcurrentExecutor.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Condition.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ConditionImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\CountingSemaphore.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\DeferredInterruptionScope.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\FastLock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\FastMutex.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\FastRecursiveLock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\FastRecursiveMutex.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\IntrusivePtr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Monitor.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Monitor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Mutex.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\MutexImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\PoolExecutor.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\PriorityCondition.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\PriorityInheritanceMutex.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\PriorityMutex.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\PrioritySemaphore.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\RecursiveMutex.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\RecursiveMutexImpl.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\RecursiveMutexImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Scheduling.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Semaphore.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\SemaphoreImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\State.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Status.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\SynchronousExecutor.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Thread.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ThreadedExecutor.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ThreadImpl.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ThreadImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ThreadLocalImpl.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ThreadOps.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ThreadOps.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ThreadQueue.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\ThreadQueue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\Time.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\TimeStrategy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zthread\TSS.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\dep\include\zthread\AtomicCount.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Barrier.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\BiasedReadWriteLock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\BlockingQueue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\BoundedQueue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Cancelable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\ClassLockable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\ConcurrentExecutor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Condition.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\CountedPtr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\CountingSemaphore.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Exceptions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Executor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\FairReadWriteLock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\FastMutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\FastRecursiveMutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Guard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\GuardedClass.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Lockable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\LockedQueue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\MonitoredQueue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Mutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\NonCopyable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\PoolExecutor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Priority.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\PriorityCondition.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\PriorityInheritanceMutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\PriorityMutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\PrioritySemaphore.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Queue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\ReadWriteLock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\RecursiveMutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Runnable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Semaphore.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Singleton.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\SynchronousExecutor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Task.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Thread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\ThreadedExecutor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\ThreadLocal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\ThreadLocalImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Time.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\Waitable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\zthread\ZThread.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/ACE_vc9.vcproj b/win/VC90/ACE_vc9.vcproj
index 39d64c9c1ac..0920f302c15 100644
--- a/win/VC90/ACE_vc9.vcproj
+++ b/win/VC90/ACE_vc9.vcproj
@@ -1,5478 +1,5478 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="ACE_Wrappers"
- ProjectGUID="{BD537C9A-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 /wd 4244"
- 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="1"
- 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 /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="1"
- 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 /wd 4244"
- 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;_SECURE_SCL=0"
- 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;_SECURE_SCL=0"
- 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 /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;_SECURE_SCL=0"
- RuntimeLibrary="2"
- RuntimeTypeInfo="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4355"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64;_SECURE_SCL=0"
- 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>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
- 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="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)\ADEd.pdb"
- 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_NoPCH|x64"
- OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
- 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="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)\ADEd.pdb"
- 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>
- </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_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>
- <FileConfiguration
- Name="Debug_NoPCH|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug_NoPCH|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>
- <FileConfiguration
- Name="Debug_NoPCH|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug_NoPCH|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>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="ACE_Wrappers"
+ ProjectGUID="{BD537C9A-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 /wd 4244"
+ 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="1"
+ 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 /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="1"
+ 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 /wd 4244"
+ 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;_SECURE_SCL=0"
+ 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;_SECURE_SCL=0"
+ 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 /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;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ RuntimeTypeInfo="true"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64;_SECURE_SCL=0"
+ 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>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
+ 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="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(TargetDir)\ADEd.pdb"
+ 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_NoPCH|x64"
+ OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
+ 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="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(TargetDir)\ADEd.pdb"
+ 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>
+ </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_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>
+ <FileConfiguration
+ Name="Debug_NoPCH|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_NoPCH|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>
+ <FileConfiguration
+ Name="Debug_NoPCH|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_NoPCH|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>
diff --git a/win/VC90/ScriptsInterfaces.vcproj b/win/VC90/ScriptsInterfaces.vcproj
index 1821465bc56..26d4bf4a14e 100644
--- a/win/VC90/ScriptsInterfaces.vcproj
+++ b/win/VC90/ScriptsInterfaces.vcproj
@@ -1,566 +1,566 @@
-<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="ScriptsInterfaces"
- ProjectGUID="{4205C8A9-79B7-4354-8064-F05FB9CA0C96}"
- RootNamespace="ScriptsInterfaces"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
- SubSystem="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
- SubSystem="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib ace.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="false"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)/TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="0"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib ace.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="false"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)/TrinityScript.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="Debug_NoPCH|Win32"
- OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
- SubSystem="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\TrinityScript.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_NoPCH|x64"
- OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
- LinkIncremental="1"
- AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
- SubSystem="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\TrinityScript.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;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath="..\..\src\bindings\interface\ScriptMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\bindings\interface\system.cpp"
- >
- </File>
- <Filter
- Name="Scripts"
- >
- <File
- RelativePath="..\..\src\bindings\interface\Scripts\sc_default.cpp"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath="..\..\src\bindings\interface\config.h"
- >
- </File>
- <File
- RelativePath="..\..\src\bindings\interface\ScriptMgr.h"
- >
- </File>
- <Filter
- Name="Scripts"
- >
- <File
- RelativePath="..\..\src\bindings\interface\Scripts\sc_defines.h"
- >
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="ScriptsInterfaces"
+ ProjectGUID="{4205C8A9-79B7-4354-8064-F05FB9CA0C96}"
+ RootNamespace="ScriptsInterfaces"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
+ SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
+ SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib ace.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)/TrinityScript.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=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib ace.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)/TrinityScript.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="Debug_NoPCH|Win32"
+ OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
+ SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\TrinityScript.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_NoPCH|x64"
+ OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="trinitycore.lib zlib.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib aced.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=";.\trinitycore__$(PlatformName)_$(ConfigurationName);.\zlib__$(PlatformName)_$(ConfigurationName);..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb"
+ SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\TrinityScript.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;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\src\bindings\interface\ScriptMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\bindings\interface\system.cpp"
+ >
+ </File>
+ <Filter
+ Name="Scripts"
+ >
+ <File
+ RelativePath="..\..\src\bindings\interface\Scripts\sc_default.cpp"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\src\bindings\interface\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\bindings\interface\ScriptMgr.h"
+ >
+ </File>
+ <Filter
+ Name="Scripts"
+ >
+ <File
+ RelativePath="..\..\src\bindings\interface\Scripts\sc_defines.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/TrinityCore.vcproj b/win/VC90/TrinityCore.vcproj
index c298fe5214f..80626260bb0 100644
--- a/win/VC90/TrinityCore.vcproj
+++ b/win/VC90/TrinityCore.vcproj
@@ -1,717 +1,717 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="TrinityCore"
- ProjectGUID="{A3A04E47-43A2-4C08-90B3-029CEF558594}"
- RootNamespace="trinitycore"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\..\..\bin\Release\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- 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;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
- SubSystem="1"
- LargeAddressAware="2"
- LinkTimeCodeGeneration="0"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\TrinityCore.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- TypeLibraryName=".\..\..\bin\Release\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- 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;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
- SubSystem="1"
- LinkTimeCodeGeneration="0"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\TrinityCore.lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(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="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
- Version=""
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
- SubSystem="1"
- LargeAddressAware="2"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\TrinityCore.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(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="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
- Version=""
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\TrinityCore.lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(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="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.exe"
- Version=""
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.map"
- SubSystem="1"
- LargeAddressAware="2"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\trinitycore.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_debug\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
- AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinitycore__$(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="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.exe"
- Version=""
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)\trinitycore.lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\dep\lib\$(PlatformName)_debug\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="doc"
- >
- <File
- RelativePath="..\..\Authors"
- >
- </File>
- <File
- RelativePath="..\..\ChangeLog"
- >
- </File>
- <File
- RelativePath="..\..\Copying"
- >
- </File>
- <File
- RelativePath="..\..\Install"
- >
- </File>
- <File
- RelativePath="..\..\News"
- >
- </File>
- <File
- RelativePath="..\..\Readme"
- >
- </File>
- <File
- RelativePath="..\..\Thanks"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\src\trinitycore\CliRunnable.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\CliRunnable.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\Main.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\TrinityCore.rc"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\Master.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\Master.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\RASocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\RASocket.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\resource.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\WheatyExceptionReport.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\WheatyExceptionReport.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\WorldRunnable.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinitycore\WorldRunnable.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="TrinityCore"
+ ProjectGUID="{A3A04E47-43A2-4C08-90B3-029CEF558594}"
+ RootNamespace="trinitycore"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\bin\Release\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ 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;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ LinkTimeCodeGeneration="0"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\TrinityCore.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ TypeLibraryName=".\..\..\bin\Release\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ 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;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
+ SubSystem="1"
+ LinkTimeCodeGeneration="0"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\TrinityCore.lib"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(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="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
+ Version=""
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ RandomizedBaseAddress="1"
+ FixedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\TrinityCore.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(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="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe"
+ Version=""
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ FixedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\TrinityCore.lib"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)&#x0D;&#x0A;copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(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="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.exe"
+ Version=""
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ RandomizedBaseAddress="1"
+ FixedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\trinitycore.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_debug\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.13.0-DEV&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE;ENABLE_CLI"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch"
+ AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinitycore__$(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="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.exe"
+ Version=""
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\trinitycore.map"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ FixedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)\trinitycore.lib"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\dep\lib\$(PlatformName)_debug\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="doc"
+ >
+ <File
+ RelativePath="..\..\Authors"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ChangeLog"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Copying"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Install"
+ >
+ </File>
+ <File
+ RelativePath="..\..\News"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Readme"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Thanks"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\src\trinitycore\CliRunnable.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\CliRunnable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\Main.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\TrinityCore.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\Master.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\Master.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\RASocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\RASocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\WheatyExceptionReport.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\WheatyExceptionReport.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\WorldRunnable.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinitycore\WorldRunnable.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/TrinityRealm.vcproj b/win/VC90/TrinityRealm.vcproj
index 18f0b32bb34..9301f95c66c 100644
--- a/win/VC90/TrinityRealm.vcproj
+++ b/win/VC90/TrinityRealm.vcproj
@@ -1,655 +1,655 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="TrinityRealm"
- ProjectGUID="{563E9905-3657-460C-AE63-0AC39D162E23}"
- RootNamespace="TrinityRealm"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- LargeAddressAware="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinityrealm__$(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="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- LargeAddressAware="2"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\trinityrealm__$(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="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\TrinityRealm__$(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="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- LargeAddressAware="2"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="0"
- />
- <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_NoPCH|x64"
- OutputDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
- IgnoreStandardIncludePath="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
- AssemblerListingLocation=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\TrinityRealm__$(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="VCLinkerTool"
- AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
- OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
- GenerateMapFile="true"
- MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="0"
- 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>
- <File
- RelativePath="..\..\src\trinityrealm\AuthCodes.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\AuthSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\AuthSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\Main.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\TrinityRealm.rc"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\RealmList.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\trinityrealm\RealmList.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\WheatyExceptionReport.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\WheatyExceptionReport.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="TrinityRealm"
+ ProjectGUID="{563E9905-3657-460C-AE63-0AC39D162E23}"
+ RootNamespace="TrinityRealm"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinityrealm__$(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="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ RandomizedBaseAddress="1"
+ FixedBaseAddress="1"
+ DataExecutionPrevention="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\trinityrealm__$(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="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ FixedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\TrinityRealm__$(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="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ LargeAddressAware="2"
+ RandomizedBaseAddress="1"
+ FixedBaseAddress="1"
+ DataExecutionPrevention="0"
+ />
+ <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_NoPCH|x64"
+ OutputDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;_DEBUG;TRINITY_DEBUG;_CONSOLE"
+ IgnoreStandardIncludePath="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ PrecompiledHeaderFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.pch"
+ AssemblerListingLocation=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\TrinityRealm__$(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="VCLinkerTool"
+ AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib"
+ OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb"
+ GenerateMapFile="true"
+ MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ FixedBaseAddress="1"
+ DataExecutionPrevention="0"
+ 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>
+ <File
+ RelativePath="..\..\src\trinityrealm\AuthCodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\AuthSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\AuthSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\Main.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\TrinityRealm.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\RealmList.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\trinityrealm\RealmList.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\WheatyExceptionReport.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\WheatyExceptionReport.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/framework.vcproj b/win/VC90/framework.vcproj
index 780a2a87d3b..a43051c83b3 100644
--- a/win/VC90/framework.vcproj
+++ b/win/VC90/framework.vcproj
@@ -1,638 +1,638 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="framework"
- ProjectGUID="{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}"
- RootNamespace="framework"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
- StringPooling="true"
- MinimalRebuild="false"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
- StringPooling="true"
- MinimalRebuild="false"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Zl /MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
- AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="GameSystem"
- >
- <File
- RelativePath="..\..\src\framework\GameSystem\Grid.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\GridLoader.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\GridReference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\GridRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\NGrid.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\TypeContainer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\TypeContainerFunctions.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\GameSystem\TypeContainerVisitor.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Platform"
- >
- <File
- RelativePath="..\..\src\framework\Platform\CompilerDefs.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Platform\Define.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Policies"
- >
- <File
- RelativePath="..\..\src\framework\Policies\CreationPolicy.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\ObjectLifeTime.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\ObjectLifeTime.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\Singleton.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\SingletonImp.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Policies\ThreadingModel.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Utilities"
- >
- <File
- RelativePath="..\..\src\framework\Utilities\ByteConverter.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\Callback.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\EventProcessor.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\EventProcessor.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\LinkedList.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\TypeList.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\UnorderedMap.h"
- >
- </File>
- <Filter
- Name="CountedReference"
- >
- <File
- RelativePath="..\..\src\framework\Utilities\CountedReference\Reference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceHolder.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceImpl.h"
- >
- </File>
- </Filter>
- <Filter
- Name="LinkedReference"
- >
- <File
- RelativePath="..\..\src\framework\Utilities\LinkedReference\Reference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Utilities\LinkedReference\RefManager.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Dynamic"
- >
- <File
- RelativePath="..\..\src\framework\Dynamic\FactoryHolder.h"
- >
- </File>
- <File
- RelativePath="..\..\src\framework\Dynamic\ObjectRegistry.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Network"
- >
- <File
- RelativePath="..\..\src\framework\Network\SocketDefines.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="framework"
+ ProjectGUID="{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}"
+ RootNamespace="framework"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
+ StringPooling="true"
+ MinimalRebuild="false"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
+ StringPooling="true"
+ MinimalRebuild="false"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zl /MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
+ AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="GameSystem"
+ >
+ <File
+ RelativePath="..\..\src\framework\GameSystem\Grid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\GridLoader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\GridReference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\GridRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\NGrid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\TypeContainer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\TypeContainerFunctions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\GameSystem\TypeContainerVisitor.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Platform"
+ >
+ <File
+ RelativePath="..\..\src\framework\Platform\CompilerDefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Platform\Define.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Policies"
+ >
+ <File
+ RelativePath="..\..\src\framework\Policies\CreationPolicy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\ObjectLifeTime.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\ObjectLifeTime.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\Singleton.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\SingletonImp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Policies\ThreadingModel.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Utilities"
+ >
+ <File
+ RelativePath="..\..\src\framework\Utilities\ByteConverter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\Callback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\EventProcessor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\EventProcessor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\LinkedList.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\TypeList.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\UnorderedMap.h"
+ >
+ </File>
+ <Filter
+ Name="CountedReference"
+ >
+ <File
+ RelativePath="..\..\src\framework\Utilities\CountedReference\Reference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceHolder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceImpl.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="LinkedReference"
+ >
+ <File
+ RelativePath="..\..\src\framework\Utilities\LinkedReference\Reference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Utilities\LinkedReference\RefManager.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Dynamic"
+ >
+ <File
+ RelativePath="..\..\src\framework\Dynamic\FactoryHolder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\framework\Dynamic\ObjectRegistry.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Network"
+ >
+ <File
+ RelativePath="..\..\src\framework\Network\SocketDefines.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/g3dlite.vcproj b/win/VC90/g3dlite.vcproj
index 01534728097..3420bfc0799 100644
--- a/win/VC90/g3dlite.vcproj
+++ b/win/VC90/g3dlite.vcproj
@@ -1,632 +1,632 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="g3dlite"
- ProjectGUID="{8072769E-CF10-48BF-B9E1-12752A5DAC6E}"
- RootNamespace="sockets"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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\g3dlite"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="1"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="0"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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\g3dlite"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/g3dlite.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\AABox.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Array.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Box.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\CollisionDetection.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\CoordinateFrame.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Crypto.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\debug.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\format.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.inl"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\GCamera.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Line.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Matrix3.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Plane.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\platform.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Quat.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Quat.inl"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Ray.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\RegistryUtil.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Sphere.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\stringutils.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\System.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Table.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Triangle.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.inl"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector2int16.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.inl"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector3int16.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.inl"
- >
- </File>
- </Filter>
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath="..\..\dep\src\g3dlite\AABox.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Box.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Crypto.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\format.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Matrix3.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Plane.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\System.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Triangle.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Vector3.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\g3dlite\Vector4.cpp"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="g3dlite"
+ ProjectGUID="{8072769E-CF10-48BF-B9E1-12752A5DAC6E}"
+ RootNamespace="sockets"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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\g3dlite"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="0"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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\g3dlite"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/g3dlite.lib"
+ IgnoreAllDefaultLibraries="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ >
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\AABox.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Box.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\CollisionDetection.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\CoordinateFrame.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Crypto.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\format.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\GCamera.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Line.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Matrix3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Plane.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\platform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Quat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Quat.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Ray.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\RegistryUtil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Sphere.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\stringutils.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\System.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Table.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Triangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector2int16.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector3int16.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.inl"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ >
+ <File
+ RelativePath="..\..\dep\src\g3dlite\AABox.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Box.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Crypto.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\format.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Matrix3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Plane.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\System.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Triangle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Vector3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\g3dlite\Vector4.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj
index fc5c7da312a..03cb6bdc447 100644
--- a/win/VC90/game.vcproj
+++ b/win/VC90/game.vcproj
@@ -1,1745 +1,1745 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="game"
- ProjectGUID="{1DC6C4DA-A028-41F3-877D-D5400C594F88}"
- RootNamespace="game"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP /Zm200"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_SECURE_SCL=0"
- StringPooling="false"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="pchdef.h"
- 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"
- ForcedIncludeFiles="pchdef.h"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- 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="Debug|x64"
- OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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 /bigobj /Zm200"
- 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="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="pchdef.h"
- 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"
- ForcedIncludeFiles="pchdef.h"
- />
- <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)"
- IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP /Zm200"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="pchdef.h"
- 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"
- ForcedIncludeFiles="pchdef.h"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- 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)"
- IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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 /bigobj /Zm200"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="pchdef.h"
- 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"
- ForcedIncludeFiles="pchdef.h"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- 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="Debug_NoPCH|Win32"
- OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <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="3"
- 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"
- 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="Debug_NoPCH|x64"
- OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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 /bigobj"
- 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="3"
- 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>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="World/Handlers"
- >
- <File
- RelativePath="..\..\src\game\AccountMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AccountMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AchievementMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AchievementMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ArenaTeamHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AuctionHouseHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGround.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGround.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAA.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAA.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAB.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAB.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAV.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundAV.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundBE.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundBE.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundDS.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundDS.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundEY.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundEY.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundNA.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundNA.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundRL.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundRL.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundRV.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundRV.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundSA.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundSA.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundWS.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\BattleGroundWS.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CalendarHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Cell.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CellImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Channel.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Channel.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ChannelHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ChannelMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CharacterHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Chat.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Chat.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ChatHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CombatHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DuelHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GameEventMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GameEventMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GossipDef.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GossipDef.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridDefines.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridNotifiers.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridNotifiers.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridNotifiersImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridStates.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GridStates.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Group.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Group.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GroupHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GuildHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\InstanceData.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\InstanceData.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\InstanceSaveMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\InstanceSaveMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ItemHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\LFGHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\LootHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Mail.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Mail.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Map.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Map.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapInstanced.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapInstanced.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MiscHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MovementHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\NPCHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\NPCHandler.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectGridLoader.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectGridLoader.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Path.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PetHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PetitionsHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PoolHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PoolHandler.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\QueryHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\QuestDef.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\QuestDef.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\QuestHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ScriptCalls.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ScriptCalls.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillDiscovery.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillDiscovery.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillExtraItems.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillExtraItems.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SkillHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Spell.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Spell.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellAuraDefines.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellAuras.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellAuras.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellEffects.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TaxiHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TicketHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TradeHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Transports.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Transports.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UpdateData.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UpdateData.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\VoiceChatHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WaypointManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WaypointManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Weather.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Weather.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\World.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\World.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Object"
- >
- <File
- RelativePath="..\..\src\game\AnimalRandomMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ArenaTeam.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ArenaTeam.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AuctionHouseMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AuctionHouseMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Bag.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Bag.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Calendar.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Calendar.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ConfusedMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ConfusedMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Corpse.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Corpse.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Creature.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Creature.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureGroups.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureGroups.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DestinationHolder.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DestinationHolder.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DestinationHolderImp.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DynamicObject.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DynamicObject.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\FleeingMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\FleeingMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Formulas.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GameObject.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GameObject.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Guild.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Guild.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\HomeMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\HomeMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\IdleMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\IdleMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Item.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Item.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ItemEnchantmentMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ItemEnchantmentMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ItemPrototype.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\LootMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\LootMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MotionMaster.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MotionMaster.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Object.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Object.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectAccessor.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectAccessor.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectDefines.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Pet.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Pet.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Player.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Player.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PointMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PointMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\RandomMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\RandomMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ReputationMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ReputationMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SocialMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SocialMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SpellMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\StatSystem.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TargetedMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TargetedMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TemporarySummon.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TemporarySummon.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Totem.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Totem.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Traveller.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Unit.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Unit.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UnitEvents.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UpdateFields.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UpdateMask.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Vehicle.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Vehicle.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WaypointMovementGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WaypointMovementGenerator.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ZoneScript.h"
- >
- </File>
- <Filter
- Name="AuctionHouseBot"
- >
- <File
- RelativePath="..\..\src\game\AuctionHouseBot.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AuctionHouseBot.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Server"
- >
- <File
- RelativePath="..\..\src\game\DBCEnums.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DBCfmt.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DBCStores.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DBCStores.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\DBCStructure.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GlobalEvents.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GlobalEvents.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Opcodes.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Opcodes.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\SharedDefines.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldLog.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldLog.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSession.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSession.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSocketMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\WorldSocketMgr.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Chat Commands"
- >
- <File
- RelativePath="..\..\src\game\debugcmds.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Level0.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Level1.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Level2.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Level3.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Tool"
- >
- <File
- RelativePath="..\..\src\game\Language.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PlayerDump.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PlayerDump.h"
- >
- </File>
- </Filter>
- <Filter
- Name="References"
- >
- <File
- RelativePath="..\..\src\game\FollowerReference.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\FollowerReference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\FollowerRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GroupReference.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GroupReference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GroupRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\HostilRefManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\HostilRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapReference.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\MapRefManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ThreatManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ThreatManager.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AI"
- >
- <File
- RelativePath="..\..\src\game\AggressorAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\AggressorAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAIFactory.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAIImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAIRegistry.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAIRegistry.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAISelector.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureAISelector.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureEventAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureEventAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureEventAIMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\CreatureEventAIMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GuardAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\GuardAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\NullCreatureAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\NullCreatureAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PetAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\PetAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ReactorAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ReactorAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TotemAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\TotemAI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UnitAI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\UnitAI.h"
- >
- </File>
- </Filter>
- <Filter
- Name="OutdoorPvP"
- >
- <File
- RelativePath="..\..\src\game\OutdoorPvP.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvP.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPEP.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPEP.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPHP.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPHP.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPMgr.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPMgr.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPNA.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPNA.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPSI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPSI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPTF.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPTF.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPZM.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\OutdoorPvPZM.h"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Wintergrasp.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\Wintergrasp.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\src\game\pchdef.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="pchdef.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="pchdef.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="pchdef.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="pchdef.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\src\game\pchdef.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="game"
+ ProjectGUID="{1DC6C4DA-A028-41F3-877D-D5400C594F88}"
+ RootNamespace="game"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP /Zm200"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_SECURE_SCL=0"
+ StringPooling="false"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="pchdef.h"
+ 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"
+ ForcedIncludeFiles="pchdef.h"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ 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="Debug|x64"
+ OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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 /bigobj /Zm200"
+ 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="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="pchdef.h"
+ 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"
+ ForcedIncludeFiles="pchdef.h"
+ />
+ <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)"
+ IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP /Zm200"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="pchdef.h"
+ 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"
+ ForcedIncludeFiles="pchdef.h"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ 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)"
+ IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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 /bigobj /Zm200"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="pchdef.h"
+ 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"
+ ForcedIncludeFiles="pchdef.h"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ 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="Debug_NoPCH|Win32"
+ OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <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="3"
+ 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"
+ 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="Debug_NoPCH|x64"
+ OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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 /bigobj"
+ 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="3"
+ 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>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="World/Handlers"
+ >
+ <File
+ RelativePath="..\..\src\game\AccountMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AccountMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AchievementMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AchievementMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ArenaTeamHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AuctionHouseHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGround.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGround.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAA.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAA.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAB.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAB.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAV.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundAV.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundBE.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundBE.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundDS.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundDS.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundEY.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundEY.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundNA.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundNA.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundRL.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundRL.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundRV.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundRV.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundSA.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundSA.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundWS.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\BattleGroundWS.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CalendarHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Cell.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CellImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Channel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Channel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ChannelHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ChannelMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CharacterHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Chat.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Chat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ChatHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CombatHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DuelHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GameEventMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GameEventMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GossipDef.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GossipDef.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridDefines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridNotifiers.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridNotifiers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridNotifiersImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridStates.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GridStates.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Group.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Group.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GroupHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GuildHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\InstanceData.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\InstanceData.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\InstanceSaveMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\InstanceSaveMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ItemHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\LFGHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\LootHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Mail.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Mail.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Map.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Map.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapInstanced.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapInstanced.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MiscHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MovementHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\NPCHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\NPCHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectGridLoader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectGridLoader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Path.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PetHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PetitionsHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PoolHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PoolHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\QueryHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\QuestDef.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\QuestDef.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\QuestHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ScriptCalls.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ScriptCalls.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillDiscovery.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillDiscovery.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillExtraItems.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillExtraItems.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SkillHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Spell.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Spell.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellAuraDefines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellAuras.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellAuras.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellEffects.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TaxiHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TicketHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TradeHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Transports.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Transports.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UpdateData.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UpdateData.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\VoiceChatHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WaypointManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WaypointManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Weather.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Weather.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\World.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\World.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Object"
+ >
+ <File
+ RelativePath="..\..\src\game\AnimalRandomMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ArenaTeam.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ArenaTeam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AuctionHouseMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AuctionHouseMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Bag.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Bag.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Calendar.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Calendar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ConfusedMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ConfusedMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Corpse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Corpse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Creature.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Creature.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureGroups.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureGroups.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DestinationHolder.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DestinationHolder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DestinationHolderImp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DynamicObject.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DynamicObject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\FleeingMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\FleeingMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Formulas.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GameObject.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GameObject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Guild.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Guild.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\HomeMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\HomeMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\IdleMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\IdleMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Item.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Item.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ItemEnchantmentMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ItemEnchantmentMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ItemPrototype.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\LootMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\LootMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MotionMaster.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MotionMaster.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectAccessor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectAccessor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectDefines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ObjectMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Pet.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Pet.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Player.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PointMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PointMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\RandomMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\RandomMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ReputationMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ReputationMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SocialMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SocialMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SpellMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\StatSystem.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TargetedMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TargetedMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TemporarySummon.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TemporarySummon.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Totem.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Totem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Traveller.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Unit.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Unit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UnitEvents.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UpdateFields.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UpdateMask.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Vehicle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Vehicle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WaypointMovementGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WaypointMovementGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ZoneScript.h"
+ >
+ </File>
+ <Filter
+ Name="AuctionHouseBot"
+ >
+ <File
+ RelativePath="..\..\src\game\AuctionHouseBot.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AuctionHouseBot.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Server"
+ >
+ <File
+ RelativePath="..\..\src\game\DBCEnums.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DBCfmt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DBCStores.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DBCStores.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\DBCStructure.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GlobalEvents.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GlobalEvents.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Opcodes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Opcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\SharedDefines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldLog.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSession.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSession.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSocketMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\WorldSocketMgr.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Chat Commands"
+ >
+ <File
+ RelativePath="..\..\src\game\debugcmds.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Level0.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Level1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Level2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Level3.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Tool"
+ >
+ <File
+ RelativePath="..\..\src\game\Language.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PlayerDump.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PlayerDump.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="References"
+ >
+ <File
+ RelativePath="..\..\src\game\FollowerReference.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\FollowerReference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\FollowerRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GroupReference.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GroupReference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GroupRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\HostilRefManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\HostilRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapReference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\MapRefManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ThreatManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ThreatManager.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="AI"
+ >
+ <File
+ RelativePath="..\..\src\game\AggressorAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\AggressorAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAIFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAIImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAIRegistry.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAIRegistry.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAISelector.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureAISelector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureEventAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureEventAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureEventAIMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\CreatureEventAIMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GuardAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\GuardAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\NullCreatureAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\NullCreatureAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PetAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\PetAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ReactorAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ReactorAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TotemAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\TotemAI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UnitAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\UnitAI.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="OutdoorPvP"
+ >
+ <File
+ RelativePath="..\..\src\game\OutdoorPvP.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvP.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPEP.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPEP.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPHP.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPHP.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPMgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPNA.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPNA.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPSI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPSI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPTF.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPTF.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPZM.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\OutdoorPvPZM.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Wintergrasp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\Wintergrasp.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\src\game\pchdef.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ PrecompiledHeaderThrough="pchdef.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ PrecompiledHeaderThrough="pchdef.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ PrecompiledHeaderThrough="pchdef.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ PrecompiledHeaderThrough="pchdef.h"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\src\game\pchdef.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/genrevision.vcproj b/win/VC90/genrevision.vcproj
index eff7bcac2c9..435bb7b44b4 100644
--- a/win/VC90/genrevision.vcproj
+++ b/win/VC90/genrevision.vcproj
@@ -1,476 +1,476 @@
-<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="genrevision"
- ProjectGUID="{803F488E-4C5A-4866-8D5C-1E6C03C007C2}"
- RootNamespace="genrevision"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- 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=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- 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="Debug_NoPCH|Win32"
- OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateManifest="true"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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_NoPCH|x64"
- OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateManifest="true"
- GenerateDebugInformation="true"
- SubSystem="1"
- 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>
- <File
- RelativePath="..\..\src\tools\genrevision\genrevision.cpp"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="genrevision"
+ ProjectGUID="{803F488E-4C5A-4866-8D5C-1E6C03C007C2}"
+ RootNamespace="genrevision"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ 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=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ 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=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ 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=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ 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="Debug_NoPCH|Win32"
+ OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateManifest="true"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ 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_NoPCH|x64"
+ OutputDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\genrevision__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateManifest="true"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ 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>
+ <File
+ RelativePath="..\..\src\tools\genrevision\genrevision.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/shared.vcproj b/win/VC90/shared.vcproj
index fccdbe9aa94..0d9acfe9d92 100644
--- a/win/VC90/shared.vcproj
+++ b/win/VC90/shared.vcproj
@@ -1,959 +1,959 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="shared"
- ProjectGUID="{90297C34-F231-4DF4-848E-A74BCC0E40ED}"
- RootNamespace="shared"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- 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="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
- 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)"
- IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- 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="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
- OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- 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"
- OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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="3"
- 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"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- 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"
- OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_debug"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- 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="3"
- 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"
- AdditionalLibraryDirectories="dep\lib\$(PlatformName)_debug"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Database"
- >
- <File
- RelativePath="..\..\src\shared\Database\Database.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\Database.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DatabaseEnv.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DatabaseImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DatabaseMysql.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DatabaseMysql.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\Field.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\Field.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\MySQLDelayThread.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\QueryResult.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\QueryResultMysql.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\QueryResultMysql.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SqlDelayThread.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SqlDelayThread.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SqlOperations.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SqlOperations.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SQLStorage.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SQLStorage.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\SQLStorageImpl.h"
- >
- </File>
- <Filter
- Name="DataStores"
- >
- <File
- RelativePath="..\..\src\shared\Database\DBCFileLoader.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DBCFileLoader.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Database\DBCStore.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Log"
- >
- <File
- RelativePath="..\..\src\shared\Log.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Log.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Util"
- >
- <File
- RelativePath="..\..\src\shared\ByteBuffer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Errors.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\mersennetwister\MersenneTwister.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\ProgressBar.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\ProgressBar.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Timer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Util.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Util.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\WorldPacket.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Config"
- >
- <File
- RelativePath="..\..\src\shared\Config\Config.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\Config.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\ConfigEnv.h"
- >
- </File>
- <Filter
- Name="dotconfpp"
- >
- <File
- RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\dotconfpp\mempool.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Config\dotconfpp\mempool.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Auth"
- >
- <File
- RelativePath="..\..\src\shared\Auth\AuthCrypt.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\AuthCrypt.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\BigNumber.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\BigNumber.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\Hmac.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\Hmac.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\SARC4.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\SARC4.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\Sha1.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Auth\Sha1.h"
- >
- </File>
- </Filter>
- <Filter
- Name="vmaps"
- >
- <File
- RelativePath="..\..\src\shared\vmap\AABSPTree.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\BaseModel.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\BaseModel.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\CoordModelMapping.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\CoordModelMapping.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\DebugCmdLogger.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\DebugCmdLogger.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\IVMapManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ManagedModelContainer.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ManagedModelContainer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ModelContainer.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ModelContainer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\NodeValueAccess.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ShortBox.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\ShortVector.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\SubModel.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\SubModel.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\TileAssembler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\TileAssembler.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\TreeNode.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\TreeNode.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapDefinitions.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapFactory.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapFactory.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapManager.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapManager.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\vmap\VMapTools.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\src\shared\Common.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Common.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\LockedQueue.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\revision.h"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug_NoPCH|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug_NoPCH|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Getting Version..."
- CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
- Outputs="revision.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\src\shared\ServiceWin32.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\ServiceWin32.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\SystemConfig.h"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Threading.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\shared\Threading.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="shared"
+ ProjectGUID="{90297C34-F231-4DF4-848E-A74BCC0E40ED}"
+ RootNamespace="shared"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ 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="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
+ 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)"
+ IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ 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="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib"
+ OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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"
+ OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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="3"
+ 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"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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;..\..\dep\ACE_wrappers"
+ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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"
+ OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_debug"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ 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="3"
+ 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"
+ AdditionalLibraryDirectories="dep\lib\$(PlatformName)_debug"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Database"
+ >
+ <File
+ RelativePath="..\..\src\shared\Database\Database.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\Database.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DatabaseEnv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DatabaseImpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DatabaseMysql.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DatabaseMysql.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\Field.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\Field.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\MySQLDelayThread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\QueryResult.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\QueryResultMysql.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\QueryResultMysql.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SqlDelayThread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SqlDelayThread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SqlOperations.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SqlOperations.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SQLStorage.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SQLStorage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\SQLStorageImpl.h"
+ >
+ </File>
+ <Filter
+ Name="DataStores"
+ >
+ <File
+ RelativePath="..\..\src\shared\Database\DBCFileLoader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DBCFileLoader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Database\DBCStore.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Log"
+ >
+ <File
+ RelativePath="..\..\src\shared\Log.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Log.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Util"
+ >
+ <File
+ RelativePath="..\..\src\shared\ByteBuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Errors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\mersennetwister\MersenneTwister.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\ProgressBar.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\ProgressBar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Timer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Util.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Util.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\WorldPacket.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Config"
+ >
+ <File
+ RelativePath="..\..\src\shared\Config\Config.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\Config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\ConfigEnv.h"
+ >
+ </File>
+ <Filter
+ Name="dotconfpp"
+ >
+ <File
+ RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\dotconfpp\mempool.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Config\dotconfpp\mempool.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Auth"
+ >
+ <File
+ RelativePath="..\..\src\shared\Auth\AuthCrypt.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\AuthCrypt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\BigNumber.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\BigNumber.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\Hmac.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\Hmac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\SARC4.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\SARC4.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\Sha1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Auth\Sha1.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="vmaps"
+ >
+ <File
+ RelativePath="..\..\src\shared\vmap\AABSPTree.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\BaseModel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\BaseModel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\CoordModelMapping.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\CoordModelMapping.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\DebugCmdLogger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\DebugCmdLogger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\IVMapManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ManagedModelContainer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ManagedModelContainer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ModelContainer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ModelContainer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\NodeValueAccess.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ShortBox.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\ShortVector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\SubModel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\SubModel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\TileAssembler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\TileAssembler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\TreeNode.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\TreeNode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapDefinitions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\vmap\VMapTools.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\src\shared\Common.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\LockedQueue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\revision.h"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_NoPCH|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_NoPCH|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Getting Version..."
+ CommandLine="cd $(InputDir)&#x0D;&#x0A;&quot;$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe&quot; &quot;..\..&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="$(SolutionDir)../.hg/branch.cache"
+ Outputs="revision.h"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\src\shared\ServiceWin32.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\ServiceWin32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\SystemConfig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Threading.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\shared\Threading.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/sockets.vcproj b/win/VC90/sockets.vcproj
index 0d0e8d17270..cd0e90a5083 100644
--- a/win/VC90/sockets.vcproj
+++ b/win/VC90/sockets.vcproj
@@ -1,683 +1,683 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="sockets"
- ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}"
- RootNamespace="sockets"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(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"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(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"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(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"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include\sockets"
- PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
- AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
- ProgramDataBaseFileName=".\sockets__$(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"
- OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath="..\..\dep\include\sockets\Base64.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Exception.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\File.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\IFile.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Ipv4Address.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Ipv6Address.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\ISocketHandler.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\ListenSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Lock.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Mutex.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Parse.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\ResolvServer.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\ResolvSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\SctpSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Socket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\socket_include.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\SocketAddress.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\SocketHandler.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\sockets-config.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\StdLog.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\StdoutLog.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\StreamSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\TcpSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Thread.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\UdpSocket.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\include\sockets\Utility.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath="..\..\dep\src\sockets\Base64.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Exception.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Lock.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Mutex.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Parse.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\ResolvServer.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Socket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\socket_include.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\SocketHandler.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\StdoutLog.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\StreamSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\TcpSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Thread.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\UdpSocket.cpp"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\sockets\Utility.cpp"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="sockets"
+ ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}"
+ RootNamespace="sockets"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(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"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(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"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(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"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(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"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ >
+ <File
+ RelativePath="..\..\dep\include\sockets\Base64.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Exception.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\File.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\IFile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Ipv4Address.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Ipv6Address.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ISocketHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ListenSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Lock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Mutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Parse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ResolvServer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ResolvSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\SctpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Socket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\socket_include.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\SocketAddress.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\SocketHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\sockets-config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\StdLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\StdoutLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\StreamSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\TcpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Thread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\UdpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Utility.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ >
+ <File
+ RelativePath="..\..\dep\src\sockets\Base64.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Exception.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Lock.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Mutex.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Parse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\ResolvServer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Socket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\socket_include.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\SocketHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\StdoutLog.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\StreamSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\TcpSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Thread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\UdpSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Utility.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/VC90/zlib.vcproj b/win/VC90/zlib.vcproj
index 5de420c917b..8adbfb56f96 100644
--- a/win/VC90/zlib.vcproj
+++ b/win/VC90/zlib.vcproj
@@ -1,539 +1,539 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="zlib"
- ProjectGUID="{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}"
- RootNamespace="zlib"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
- RuntimeLibrary="2"
- EnableEnhancedInstructionSet="0"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|Win32"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug_NoPCH|x64"
- OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\dep\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/zlib.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath="..\..\dep\src\zlib\adler32.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\compress.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\crc32.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\deflate.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\example.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\gzio.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\infback.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inffast.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inflate.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inftrees.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\trees.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\uncompr.c"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\zutil.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath="..\..\dep\src\zlib\crc32.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\deflate.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inffast.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inffixed.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inflate.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\inftrees.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\trees.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\zconf.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\zlib.h"
- >
- </File>
- <File
- RelativePath="..\..\dep\src\zlib\zutil.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="zlib"
+ ProjectGUID="{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}"
+ RootNamespace="zlib"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|Win32"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_NoPCH|x64"
+ OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/zlib.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\dep\src\zlib\adler32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\compress.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\crc32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\deflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\example.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\gzio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\infback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inffast.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inftrees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\trees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\uncompr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\zutil.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\dep\src\zlib\crc32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\deflate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inffast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inffixed.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inflate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\inftrees.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\trees.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\zconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\zlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\zlib\zutil.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>