diff options
author | megamage <none@none> | 2009-05-22 16:30:50 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-22 16:30:50 -0500 |
commit | a59b275206ff908cbb8f5007a3230db618154822 (patch) | |
tree | da7b05fcf7014b6a6b7662237d163be0e103a1fd | |
parent | be6fad0de17fede0e3a0afcc864d7743de839a3e (diff) |
*Drop VC71 support
--HG--
branch : trunk
-rw-r--r-- | src/bindings/scripts/VC71/71ScriptDev2.vcproj | 2502 | ||||
-rw-r--r-- | win/VC71/ACE_vc71.vcproj | 3799 | ||||
-rw-r--r-- | win/VC71/ScriptsInterfaces.vcproj | 172 | ||||
-rw-r--r-- | win/VC71/TrinityCore.vcproj | 231 | ||||
-rw-r--r-- | win/VC71/TrinityRealm.vcproj | 201 | ||||
-rw-r--r-- | win/VC71/framework.vcproj | 243 | ||||
-rw-r--r-- | win/VC71/g3dlite.vcproj | 244 | ||||
-rw-r--r-- | win/VC71/game.vcproj | 1034 | ||||
-rw-r--r-- | win/VC71/genrevision.vcproj | 177 | ||||
-rw-r--r-- | win/VC71/shared.vcproj | 456 | ||||
-rw-r--r-- | win/VC71/sockets.vcproj | 362 | ||||
-rw-r--r-- | win/VC71/zlib.vcproj | 186 |
12 files changed, 0 insertions, 9607 deletions
diff --git a/src/bindings/scripts/VC71/71ScriptDev2.vcproj b/src/bindings/scripts/VC71/71ScriptDev2.vcproj deleted file mode 100644 index 419d0c09255..00000000000 --- a/src/bindings/scripts/VC71/71ScriptDev2.vcproj +++ /dev/null @@ -1,2502 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7,10" - Name="TrinityScript" - ProjectGUID="{4295C8A9-79B7-4354-8064-F05FB9CA0C96}" - RootNamespace="ScriptDev2" - Keyword="Win32Proj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="..\..\..\..\bin\$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\ScriptDev2__$(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="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\..\..\..\dep\ACE_wrappers" - PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_WINDOWS;_USRDLL;SCRIPT" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="precompiled.h" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="trinitycore.lib zthread.lib" - OutputFile="$(OutDir)/TrinityScript.dll" - LinkIncremental="2" - AdditionalLibraryDirectories="..\..\..\..\win\VC71\zthread__$(PlatformName)_$(ConfigurationName);..\..\..\..\win\VC71\trinitycore__$(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="Release|Win32" - OutputDirectory="..\..\..\..\bin\$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\ScriptDev2__$(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" - AdditionalIncludeDirectories="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\..\..\..\dep\ACE_wrappers" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" - RuntimeLibrary="2" - EnableEnhancedInstructionSet="1" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="precompiled.h" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="trinitycore.lib zthread.lib" - OutputFile="$(OutDir)/TrinityScript.dll" - LinkIncremental="1" - AdditionalLibraryDirectories="..\..\..\..\win\VC71\zthread__$(PlatformName)_$(ConfigurationName);..\..\..\..\win\VC71\trinitycore__$(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> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Scripts" - > - <Filter - Name="boss" - > - <File - RelativePath="..\scripts\boss\boss_emeriss.cpp" - > - </File> - <File - RelativePath="..\scripts\boss\boss_lethon.cpp" - > - </File> - <File - RelativePath="..\scripts\boss\boss_taerar.cpp" - > - </File> - <File - RelativePath="..\scripts\boss\boss_ysondre.cpp" - > - </File> - </Filter> - <Filter - Name="creature" - > - <File - RelativePath="..\scripts\creature\mob_event_ai.cpp" - > - </File> - <File - RelativePath="..\scripts\creature\mob_event_ai.h" - > - </File> - <File - RelativePath="..\scripts\creature\mob_generic_creature.cpp" - > - </File> - <File - RelativePath="..\scripts\creature\simple_ai.cpp" - > - </File> - <File - RelativePath="..\scripts\creature\simple_ai.h" - > - </File> - </Filter> - <Filter - Name="examples" - > - <File - RelativePath="..\scripts\examples\example_creature.cpp" - > - </File> - <File - RelativePath="..\scripts\examples\example_escort.cpp" - > - </File> - <File - RelativePath="..\scripts\examples\example_gossip_codebox.cpp" - > - </File> - <File - RelativePath="..\scripts\examples\example_misc.cpp" - > - </File> - </Filter> - <Filter - Name="guard" - > - <File - RelativePath="..\scripts\guard\guard_ai.cpp" - > - </File> - <File - RelativePath="..\scripts\guard\guard_ai.h" - > - </File> - <File - RelativePath="..\scripts\guard\guards.cpp" - > - </File> - </Filter> - <Filter - Name="honor" - > - </Filter> - <Filter - Name="npc" - > - <File - RelativePath="..\scripts\npc\npc_escortAI.cpp" - > - </File> - <File - RelativePath="..\scripts\npc\npc_escortAI.h" - > - </File> - <File - RelativePath="..\scripts\npc\npc_innkeeper.cpp" - > - </File> - <File - RelativePath="..\scripts\npc\npc_professions.cpp" - > - </File> - <File - RelativePath="..\scripts\npc\npcs_special.cpp" - > - </File> - <File - RelativePath="..\scripts\npc\npc_taxi.cpp" - > - </File> - </Filter> - <Filter - Name="servers" - > - </Filter> - <Filter - Name="custom" - > - </Filter> - <Filter - Name="areatrigger" - > - <File - RelativePath="..\scripts\areatrigger\areatrigger_scripts.cpp" - > - </File> - </Filter> - <Filter - Name="go" - > - <File - RelativePath="..\scripts\go\go_scripts.cpp" - > - </File> - </Filter> - <Filter - Name="item" - > - <File - RelativePath="..\scripts\item\item_scripts.cpp" - > - </File> - </Filter> - <Filter - Name="zone" - > - <Filter - Name="Alterac Mountains" - > - <File - RelativePath="..\scripts\zone\alterac_mountains\alterac_mountains.cpp" - > - </File> - </Filter> - <Filter - Name="Ashenvale Forest" - > - <File - RelativePath="..\scripts\zone\ashenvale_forest\ashenvale.cpp" - > - </File> - </Filter> - <Filter - Name="Azshara" - > - <File - RelativePath="..\scripts\zone\azshara\azshara.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\azshara\boss_azuregos.cpp" - > - </File> - </Filter> - <Filter - Name="Badlands" - > - </Filter> - <Filter - Name="Barrens" - > - <File - RelativePath="..\scripts\zone\barrens\the_barrens.cpp" - > - </File> - </Filter> - <Filter - Name="Blackfathom Depths" - > - </Filter> - <Filter - Name="Arathi Highlands" - > - <File - RelativePath="..\scripts\zone\arathi_highlands\arathi_highlands.cpp" - > - </File> - </Filter> - <Filter - Name="Deadmines" - > - <File - RelativePath="..\scripts\zone\deadmines\deadmines.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\deadmines\def_deadmines.h" - > - </File> - </Filter> - <Filter - Name="Deadwind Pass" - > - </Filter> - <Filter - Name="Desolace" - > - </Filter> - <Filter - Name="Dire Maul" - > - </Filter> - <Filter - Name="Dun Morogh" - > - <File - RelativePath="..\scripts\zone\dun_morogh\dun_morogh.cpp" - > - </File> - </Filter> - <Filter - Name="Durotar" - > - </Filter> - <Filter - Name="Duskwood" - > - </Filter> - <Filter - Name="Dustwallow Marsh" - > - <File - RelativePath="..\scripts\zone\dustwallow_marsh\dustwallow_marsh.cpp" - > - </File> - </Filter> - <Filter - Name="Blackwing Lair" - > - <File - RelativePath="..\scripts\zone\blackwing_lair\boss_broodlord_lashlayer.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackwing_lair\boss_chromaggus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackwing_lair\boss_ebonroc.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackwing_lair\boss_firemaw.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackwing_lair\boss_flamegor.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackwing_lair\boss_nefarian.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackwing_lair\boss_razorgore.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackwing_lair\boss_vaelastrasz.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackwing_lair\boss_victor_nefarius.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackwing_lair\instance_blackwing_lair.cpp" - > - </File> - </Filter> - <Filter - Name="Bloodmyst Isle" - > - <File - RelativePath="..\scripts\zone\bloodmyst_isle\bloodmyst_isle.cpp" - > - </File> - </Filter> - <Filter - Name="Gruul's Lair" - > - <File - RelativePath="..\scripts\zone\gruuls_lair\boss_gruul.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\gruuls_lair\boss_high_king_maulgar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\gruuls_lair\def_gruuls_lair.h" - > - </File> - <File - RelativePath="..\scripts\zone\gruuls_lair\instance_gruuls_lair.cpp" - > - </File> - </Filter> - <Filter - Name="Burning Steppes" - > - <File - RelativePath="..\scripts\zone\burning_steppes\burning_steppes.cpp" - > - </File> - </Filter> - <Filter - Name="Darkshore" - > - <File - RelativePath="..\scripts\zone\darkshore\darkshore.cpp" - > - </File> - </Filter> - <Filter - Name="Eastern Plaguelands" - > - <File - RelativePath="..\scripts\zone\eastern_plaguelands\eastern_plaguelands.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\eastern_plaguelands\the_scarlet_enclave.cpp" - > - </File> - </Filter> - <Filter - Name="Moonglade" - > - <File - RelativePath="..\scripts\zone\moonglade\moonglade.cpp" - > - </File> - </Filter> - <Filter - Name="Razorfen Kraul" - > - <File - RelativePath="..\scripts\zone\razorfen_kraul\razorfen_kraul.cpp" - > - </File> - </Filter> - <Filter - Name="Redridge Mountains" - > - </Filter> - <Filter - Name="Ruins of Ahn'Qiraj" - > - <File - RelativePath="..\scripts\zone\ruins_of_ahnqiraj\boss_ayamiss.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\ruins_of_ahnqiraj\boss_buru.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\ruins_of_ahnqiraj\boss_kurinnaxx.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\ruins_of_ahnqiraj\boss_moam.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\ruins_of_ahnqiraj\boss_ossirian.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\ruins_of_ahnqiraj\boss_rajaxx.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\ruins_of_ahnqiraj\instance_ruins_of_ahnqiraj.cpp" - > - </File> - </Filter> - <Filter - Name="Swamp of Sorrows" - > - </Filter> - <Filter - Name="Borean Tundra" - > - <File - RelativePath="..\scripts\zone\borean_tundra\borean_tundra.cpp" - > - </File> - </Filter> - <Filter - Name="Howling Fjord" - > - </Filter> - <Filter - Name="Crystalsong Forest" - > - </Filter> - <Filter - Name="Dalaran" - > - </Filter> - <Filter - Name="Dragonblight" - > - <File - RelativePath="..\scripts\zone\dragonblight\dragonblight.cpp" - > - </File> - </Filter> - <Filter - Name="Grizzly Hills" - > - </Filter> - <Filter - Name="Icecrown" - > - </Filter> - <Filter - Name="Sholazar Basin" - > - </Filter> - <Filter - Name="The Storm Peaks" - > - </Filter> - <Filter - Name="Zul'Drak" - > - </Filter> - <Filter - Name="Azjol-Nerub" - > - <Filter - Name="Ahn'kahet" - > - <File - RelativePath="..\scripts\zone\azjol_nerub\ahnkahet\boss_amanitar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\ahnkahet\boss_elder_nadox.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\ahnkahet\boss_herald_volazj.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\ahnkahet\boss_jedoga_shadowseeker.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\ahnkahet\boss_prince_taldaram.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\ahnkahet\def_ahnkahet.h" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\ahnkahet\instance_ahnkahet.cpp" - > - </File> - </Filter> - <Filter - Name="Azjol-Nerub" - > - <File - RelativePath="..\scripts\zone\azjol_nerub\azjol_nerub\boss_anubarak.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\azjol_nerub\boss_hadronox.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\azjol_nerub\boss_krikthir_the_gatewatcher.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\azjol_nerub\def_azjol_nerub.h" - > - </File> - <File - RelativePath="..\scripts\zone\azjol_nerub\azjol_nerub\instance_azjol_nerub.cpp" - > - </File> - </Filter> - </Filter> - <Filter - Name="Drak'Tharon Keep" - > - </Filter> - <Filter - Name="Gundrak" - > - </Filter> - <Filter - Name="Nexus" - > - <Filter - Name="Nexus" - > - </Filter> - <Filter - Name="Oculus" - > - </Filter> - <Filter - Name="Eye of Eternity" - > - </Filter> - </Filter> - <Filter - Name="Violet Hold" - > - </Filter> - <Filter - Name="Ulduar" - > - <Filter - Name="Halls of Stone" - > - </Filter> - <Filter - Name="Halls of Lightning" - > - </Filter> - </Filter> - <Filter - Name="Utgarde Keep" - > - <Filter - Name="Utgarde Keep" - > - <File - RelativePath="..\scripts\zone\utgarde_keep\utgarde_keep\boss_ingvar_the_plunderer.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\utgarde_keep\utgarde_keep\boss_keleseth.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\utgarde_keep\utgarde_keep\boss_skarvald_dalronn.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\utgarde_keep\utgarde_keep\def_utgarde_keep.h" - > - </File> - <File - RelativePath="..\scripts\zone\utgarde_keep\utgarde_keep\instance_utgarde_keep.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\utgarde_keep\utgarde_keep\utgarde_keep.cpp" - > - </File> - </Filter> - <Filter - Name="Utgarde Pinnacle" - > - </Filter> - </Filter> - <Filter - Name="Obsidian Sanctum" - > - </Filter> - <Filter - Name="Vault of Archavon" - > - <File - RelativePath="..\scripts\zone\vault_of_archavon\boss_archavon.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\vault_of_archavon\def_vault_of_archavon.h" - > - </File> - <File - RelativePath="..\scripts\zone\vault_of_archavon\instance_vault_of_archavon.cpp" - > - </File> - </Filter> - <Filter - Name="Scarlet Monastery" - > - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_arcanist_doan.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_azshir_the_sleepless.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_bloodmage_thalnos.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_headless_horseman.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_herod.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_high_inquisitor_fairbanks.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_houndmaster_loksey.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_interrogator_vishas.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_mograine_and_whitemane.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\boss_scorn.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\def_scarlet_monastery.h" - > - </File> - <File - RelativePath="..\scripts\zone\scarlet_monastery\instance_scarlet_monastery.cpp" - > - </File> - </Filter> - <Filter - Name="Scholomance" - > - <File - RelativePath="..\scripts\zone\scholomance\boss_darkmaster_gandling.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_death_knight_darkreaver.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_doctor_theolen_krastinov.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_illucia_barov.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_instructor_malicia.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_jandice_barov.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_kormok.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_lord_alexei_barov.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_lorekeeper_polkelt.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_ras_frostwhisper.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_the_ravenian.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\boss_vectus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\def_scholomance.h" - > - </File> - <File - RelativePath="..\scripts\zone\scholomance\instance_scholomance.cpp" - > - </File> - </Filter> - <Filter - Name="Searing Gorge" - > - <File - RelativePath="..\scripts\zone\searing_gorge\searing_gorge.cpp" - > - </File> - </Filter> - <Filter - Name="Elwynn Forest" - > - <File - RelativePath="..\scripts\zone\elwynn_forest\elwynn_forest.cpp" - > - </File> - </Filter> - <Filter - Name="Felwood" - > - <File - RelativePath="..\scripts\zone\felwood\felwood.cpp" - > - </File> - </Filter> - <Filter - Name="Feralas" - > - <File - RelativePath="..\scripts\zone\feralas\feralas.cpp" - > - </File> - </Filter> - <Filter - Name="Gnomeregan" - > - </Filter> - <Filter - Name="Hillsbrad Foothills" - > - </Filter> - <Filter - Name="Hinterlands" - > - </Filter> - <Filter - Name="Maraudon" - > - <File - RelativePath="..\scripts\zone\maraudon\boss_celebras_the_cursed.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\maraudon\boss_landslide.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\maraudon\boss_noxxion.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\maraudon\boss_princess_theradras.cpp" - > - </File> - </Filter> - <Filter - Name="Molten Core" - > - <File - RelativePath="..\scripts\zone\molten_core\boss_baron_geddon.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\boss_garr.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\boss_gehennas.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\boss_golemagg.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\boss_lucifron.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\boss_magmadar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\boss_majordomo_executus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\boss_ragnaros.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\boss_shazzrah.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\boss_sulfuron_harbinger.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\def_molten_core.h" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\instance_molten_core.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\molten_core\molten_core.cpp" - > - </File> - </Filter> - <Filter - Name="Mulgore" - > - <File - RelativePath="..\scripts\zone\mulgore\mulgore.cpp" - > - </File> - </Filter> - <Filter - Name="Naxxramas" - > - <File - RelativePath="..\scripts\zone\naxxramas\boss_anubrekhan.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_faerlina.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_four_horsemen.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_gluth.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_gothik.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_grobbulus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_heigan.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_kelthuzad.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_loatheb.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_maexxna.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_noth.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_patchwerk.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_razuvious.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_sapphiron.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\boss_thaddius.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\def_naxxramas.h" - > - </File> - <File - RelativePath="..\scripts\zone\naxxramas\instance_naxxramas.cpp" - > - </File> - </Filter> - <Filter - Name="Onyxia's Lair" - > - <File - RelativePath="..\scripts\zone\onyxias_lair\boss_onyxia.cpp" - > - </File> - </Filter> - <Filter - Name="Ragefire Chasm" - > - </Filter> - <Filter - Name="Razorfen Downs" - > - <File - RelativePath="..\scripts\zone\razorfen_downs\boss_amnennar_the_coldbringer.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\razorfen_downs\razorfen_downs.cpp" - > - </File> - </Filter> - <Filter - Name="Shadowfang Keep" - > - <File - RelativePath="..\scripts\zone\shadowfang_keep\def_shadowfang_keep.h" - > - </File> - <File - RelativePath="..\scripts\zone\shadowfang_keep\instance_shadowfang_keep.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\shadowfang_keep\shadowfang_keep.cpp" - > - </File> - </Filter> - <Filter - Name="Stonetalon Mountains" - > - <File - RelativePath="..\scripts\zone\stonetalon_mountains\stonetalon_mountains.cpp" - > - </File> - </Filter> - <Filter - Name="Stranglethorn Vale" - > - <File - RelativePath="..\scripts\zone\stranglethorn_vale\stranglethorn_vale.cpp" - > - </File> - </Filter> - <Filter - Name="Stratholme" - > - <File - RelativePath="..\scripts\zone\stratholme\boss_baron_rivendare.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_baroness_anastari.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_cannon_master_willey.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_dathrohan_balnazzar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_magistrate_barthilas.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_maleki_the_pallid.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_nerubenkan.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_order_of_silver_hand.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_postmaster_malown.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_ramstein_the_gorger.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\boss_timmy_the_cruel.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\def_stratholme.h" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\instance_stratholme.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\stratholme\stratholme.cpp" - > - </File> - </Filter> - <Filter - Name="Sunken Temple" - > - </Filter> - <Filter - Name="Tanaris" - > - <File - RelativePath="..\scripts\zone\tanaris\tanaris.cpp" - > - </File> - </Filter> - <Filter - Name="Teldrassil" - > - <File - RelativePath="..\scripts\zone\teldrassil\teldrassil.cpp" - > - </File> - </Filter> - <Filter - Name="Temple of Ahn'Qiraj" - > - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\boss_bug_trio.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\boss_cthun.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\boss_fankriss.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\boss_huhuran.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\boss_ouro.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\boss_sartura.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\boss_skeram.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\boss_twinemperors.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\boss_viscidus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\def_temple_of_ahnqiraj.h" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\instance_temple_of_ahnqiraj.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\temple_of_ahnqiraj\mob_anubisath_sentinel.cpp" - > - </File> - </Filter> - <Filter - Name="Thousand Needles" - > - <File - RelativePath="..\scripts\zone\thousand_needles\thousand_needles.cpp" - > - </File> - </Filter> - <Filter - Name="Silithus" - > - <File - RelativePath="..\scripts\zone\silithus\silithus.cpp" - > - </File> - </Filter> - <Filter - Name="Silverpine Forest" - > - <File - RelativePath="..\scripts\zone\silverpine_forest\silverpine_forest.cpp" - > - </File> - </Filter> - <Filter - Name="Stockade" - > - </Filter> - <Filter - Name="Tirisfal Glades" - > - <File - RelativePath="..\scripts\zone\tirisfal_glades\tirisfal_glades.cpp" - > - </File> - </Filter> - <Filter - Name="Wailing Caverns" - > - <File - RelativePath="..\scripts\zone\wailing_caverns\instance_wailing_caverns.cpp" - > - </File> - </Filter> - <Filter - Name="Western Plaguelands" - > - <File - RelativePath="..\scripts\zone\western_plaguelands\western_plaguelands.cpp" - > - </File> - </Filter> - <Filter - Name="Westfall" - > - <File - RelativePath="..\scripts\zone\westfall\westfall.cpp" - > - </File> - </Filter> - <Filter - Name="Wetlands" - > - </Filter> - <Filter - Name="Winterspring" - > - <File - RelativePath="..\scripts\zone\winterspring\winterspring.cpp" - > - </File> - </Filter> - <Filter - Name="Zul'Farrak" - > - <File - RelativePath="..\scripts\zone\zulfarrak\zulfarrak.cpp" - > - </File> - </Filter> - <Filter - Name="Zul'Gurub" - > - <File - RelativePath="..\scripts\zone\zulgurub\boss_arlokk.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_gahzranka.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_grilek.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_hakkar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_hazzarah.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_jeklik.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_jindo.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_mandokir.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_marli.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_renataki.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_thekal.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_venoxis.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\boss_wushoolay.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\def_zulgurub.h" - > - </File> - <File - RelativePath="..\scripts\zone\zulgurub\instance_zulgurub.cpp" - > - </File> - </Filter> - <Filter - Name="Uldaman" - > - <File - RelativePath="..\scripts\zone\uldaman\boss_archaedas.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\uldaman\boss_ironaya.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\uldaman\instance_uldaman.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\uldaman\uldaman.cpp" - > - </File> - </Filter> - <Filter - Name="Un'Goro Crater" - > - <File - RelativePath="..\scripts\zone\ungoro_crater\ungoro_crater.cpp" - > - </File> - </Filter> - <Filter - Name="Aunchindoun" - > - <Filter - Name="Auchenai Crypts" - > - <File - RelativePath="..\scripts\zone\aunchindoun\auchenai_crypts\boss_exarch_maladaar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\auchenai_crypts\boss_shirrak_the_dead_watcher.cpp" - > - </File> - </Filter> - <Filter - Name="Mana Tombs" - > - <File - RelativePath="..\scripts\zone\aunchindoun\mana_tombs\boss_nexusprince_shaffar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\mana_tombs\boss_pandemonius.cpp" - > - </File> - </Filter> - <Filter - Name="Sethekk Halls" - > - <File - RelativePath="..\scripts\zone\aunchindoun\sethekk_halls\boss_darkweaver_syth.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\sethekk_halls\boss_tailonking_ikiss.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\sethekk_halls\def_sethekk_halls.h" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\sethekk_halls\instance_sethekk_halls.cpp" - > - </File> - </Filter> - <Filter - Name="Shadow Labyrinth" - > - <File - RelativePath="..\scripts\zone\aunchindoun\shadow_labyrinth\boss_ambassador_hellmaw.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\shadow_labyrinth\boss_blackheart_the_inciter.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\shadow_labyrinth\boss_grandmaster_vorpil.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\shadow_labyrinth\boss_murmur.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\shadow_labyrinth\def_shadow_labyrinth.h" - > - </File> - <File - RelativePath="..\scripts\zone\aunchindoun\shadow_labyrinth\instance_shadow_labyrinth.cpp" - > - </File> - </Filter> - </Filter> - <Filter - Name="Azuremyst Isle" - > - <File - RelativePath="..\scripts\zone\azuremyst_isle\azuremyst_isle.cpp" - > - </File> - </Filter> - <Filter - Name="Black Temple" - > - <File - RelativePath="..\scripts\zone\black_temple\black_temple.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\boss_bloodboil.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\boss_illidan.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\boss_mother_shahraz.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\boss_reliquary_of_souls.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\boss_shade_of_akama.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\boss_supremus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\boss_teron_gorefiend.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\boss_warlord_najentus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\def_black_temple.h" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\illidari_council.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\black_temple\instance_black_temple.cpp" - > - </File> - </Filter> - <Filter - Name="Eversong Woods" - > - <File - RelativePath="..\scripts\zone\eversong_woods\eversong_woods.cpp" - > - </File> - </Filter> - <Filter - Name="Ghostlands" - > - <File - RelativePath="..\scripts\zone\ghostlands\ghostlands.cpp" - > - </File> - </Filter> - <Filter - Name="Blade's Edge Mountains" - > - <File - RelativePath="..\scripts\zone\blades_edge_mountains\blades_edge_mountains.cpp" - > - </File> - </Filter> - <Filter - Name="Blasted Lands" - > - <File - RelativePath="..\scripts\zone\blasted_lands\blasted_lands.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blasted_lands\boss_kruul.cpp" - > - </File> - </Filter> - <Filter - Name="Hellfire Citadel" - > - <Filter - Name="Blood Furnace" - > - <File - RelativePath="..\scripts\zone\hellfire_citadel\blood_furnace\boss_broggok.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\blood_furnace\boss_kelidan_the_breaker.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\blood_furnace\boss_the_maker.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\blood_furnace\def_blood_furnace.h" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\blood_furnace\instance_blood_furnace.cpp" - > - </File> - </Filter> - <Filter - Name="Magtheridon's lair" - > - <File - RelativePath="..\scripts\zone\hellfire_citadel\magtheridons_lair\boss_magtheridon.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\magtheridons_lair\def_magtheridons_lair.h" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\magtheridons_lair\instance_magtheridons_lair.cpp" - > - </File> - </Filter> - <Filter - Name="Hellfire Ramparts" - > - <File - RelativePath="..\scripts\zone\hellfire_citadel\hellfire_ramparts\boss_omor_the_unscarred.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\hellfire_ramparts\boss_vazruden_the_herald.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\hellfire_ramparts\boss_watchkeeper_gargolmar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\hellfire_ramparts\def_hellfire_ramparts.h" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\hellfire_ramparts\instance_hellfire_ramparts.cpp" - > - </File> - </Filter> - <Filter - Name="Shattered Halls" - > - <File - RelativePath="..\scripts\zone\hellfire_citadel\shattered_halls\boss_nethekurse.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\shattered_halls\boss_warbringer_omrogg.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\shattered_halls\boss_warchief_kargath_bladefist.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\shattered_halls\def_shattered_halls.h" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_citadel\shattered_halls\instance_shattered_halls.cpp" - > - </File> - </Filter> - </Filter> - <Filter - Name="Hellfire Peninsula" - > - <File - RelativePath="..\scripts\zone\hellfire_peninsula\boss_doomlord_kazzak.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\hellfire_peninsula\hellfire_peninsula.cpp" - > - </File> - </Filter> - <Filter - Name="Karazhan" - > - <File - RelativePath="..\scripts\zone\karazhan\boss_curator.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\boss_maiden_of_virtue.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\boss_midnight.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\boss_moroes.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\boss_netherspite.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\boss_nightbane.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\boss_prince_malchezaar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\boss_shade_of_aran.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\boss_terestian_illhoof.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\bosses_opera.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\def_karazhan.h" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\instance_karazhan.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\karazhan\karazhan.cpp" - > - </File> - </Filter> - <Filter - Name="Nagrand" - > - <File - RelativePath="..\scripts\zone\nagrand\nagrand.cpp" - > - </File> - </Filter> - <Filter - Name="Netherstorm" - > - <File - RelativePath="..\scripts\zone\netherstorm\netherstorm.cpp" - > - </File> - </Filter> - <Filter - Name="Shadowmoon Valley" - > - <File - RelativePath="..\scripts\zone\shadowmoon_valley\boss_doomwalker.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\shadowmoon_valley\shadowmoon_valley.cpp" - > - </File> - </Filter> - <Filter - Name="Tempest Keep" - > - <Filter - Name="Arcatraz" - > - <File - RelativePath="..\scripts\zone\tempest_keep\arcatraz\arcatraz.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\arcatraz\boss_harbinger_skyriss.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\arcatraz\def_arcatraz.h" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\arcatraz\instance_arcatraz.cpp" - > - </File> - </Filter> - <Filter - Name="Botanica" - > - <File - RelativePath="..\scripts\zone\tempest_keep\botanica\boss_high_botanist_freywinn.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\botanica\boss_laj.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\botanica\boss_warp_splinter.cpp" - > - </File> - </Filter> - <Filter - Name="The Eye" - > - <File - RelativePath="..\scripts\zone\tempest_keep\the_eye\boss_alar.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_eye\boss_astromancer.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_eye\boss_kaelthas.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_eye\boss_void_reaver.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_eye\def_the_eye.h" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_eye\instance_the_eye.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_eye\the_eye.cpp" - > - </File> - </Filter> - <Filter - Name="The Mechanar" - > - <File - RelativePath="..\scripts\zone\tempest_keep\the_mechanar\boss_gatewatcher_gyrokill.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_mechanar\boss_gatewatcher_ironhand.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_mechanar\boss_nethermancer_sepethrea.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_mechanar\boss_pathaleon_the_calculator.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_mechanar\def_mechanar.h" - > - </File> - <File - RelativePath="..\scripts\zone\tempest_keep\the_mechanar\instance_mechanar.cpp" - > - </File> - </Filter> - </Filter> - <Filter - Name="Terokkar Forest" - > - <File - RelativePath="..\scripts\zone\terokkar_forest\terokkar_forest.cpp" - > - </File> - </Filter> - <Filter - Name="Zangarmarsh" - > - <File - RelativePath="..\scripts\zone\zangarmarsh\zangarmarsh.cpp" - > - </File> - </Filter> - <Filter - Name="Blackrock Spire" - > - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_drakkisath.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_gyth.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_halycon.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_highlord_omokk.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_mother_smolderweb.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_overlord_wyrmthalak.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_pyroguard_emberseer.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_quartermaster_zigris.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_rend_blackhand.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_shadow_hunter_voshgajin.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_the_beast.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_spire\boss_warmaster_voone.cpp" - > - </File> - </Filter> - <Filter - Name="Stormwind City" - > - <File - RelativePath="..\scripts\zone\stormwind\stormwind_city.cpp" - > - </File> - </Filter> - <Filter - Name="Coilfang Resevoir" - > - <Filter - Name="Serpent Shrine Cavern" - > - <File - RelativePath="..\scripts\zone\coilfang_resevoir\serpent_shrine\boss_fathomlord_karathress.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\serpent_shrine\boss_hydross_the_unstable.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\serpent_shrine\boss_lady_vashj.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\serpent_shrine\boss_leotheras_the_blind.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\serpent_shrine\boss_lurker_below.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\serpent_shrine\boss_morogrim_tidewalker.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\serpent_shrine\def_serpent_shrine.h" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\serpent_shrine\instance_serpent_shrine.cpp" - > - </File> - </Filter> - <Filter - Name="Slave Pens" - > - </Filter> - <Filter - Name="Steam Vault" - > - <File - RelativePath="..\scripts\zone\coilfang_resevoir\steam_vault\boss_hydromancer_thespia.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\steam_vault\boss_mekgineer_steamrigger.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\steam_vault\boss_warlord_kalithresh.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\steam_vault\def_steam_vault.h" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\steam_vault\instance_steam_vault.cpp" - > - </File> - </Filter> - <Filter - Name="Underbog" - > - <File - RelativePath="..\scripts\zone\coilfang_resevoir\underbog\boss_hungarfen.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\coilfang_resevoir\underbog\boss_the_black_stalker.cpp" - > - </File> - </Filter> - </Filter> - <Filter - Name="Caverns of Time" - > - <Filter - Name="The Dark Portal" - > - <File - RelativePath="..\scripts\zone\caverns_of_time\dark_portal\boss_aeonus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\dark_portal\boss_chrono_lord_deja.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\dark_portal\boss_temporus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\dark_portal\dark_portal.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\dark_portal\def_dark_portal.h" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\dark_portal\instance_dark_portal.cpp" - > - </File> - </Filter> - <Filter - Name="Battle for Mt. Hyjal" - > - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\boss_anetheron.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\boss_archimonde.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\boss_azgalor.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\boss_kazrogal.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\boss_rage_winterchill.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\def_hyjal.h" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\hyjal.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\hyjal_trash.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\hyjal_trash.h" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\hyjalAI.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\hyjalAI.h" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\hyjal\instance_hyjal.cpp" - > - </File> - </Filter> - - <Filter - Name="Culling of Stratholme" - > - </Filter> - <Filter - Name="Old Hillsbrad" - > - <File - RelativePath="..\scripts\zone\caverns_of_time\old_hillsbrad\boss_captain_skarloc.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\old_hillsbrad\boss_epoch_hunter.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\old_hillsbrad\boss_leutenant_drake.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\old_hillsbrad\def_old_hillsbrad.h" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\old_hillsbrad\instance_old_hillsbrad.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\caverns_of_time\old_hillsbrad\old_hillsbrad.cpp" - > - </File> - </Filter> - </Filter> - <Filter - Name="Silvermoon City" - > - <File - RelativePath="..\scripts\zone\silvermoon\silvermoon_city.cpp" - > - </File> - </Filter> - <Filter - Name="Darnassus" - > - </Filter> - <Filter - Name="Exodar" - > - </Filter> - <Filter - Name="Iron Forge" - > - <File - RelativePath="..\scripts\zone\ironforge\ironforge.cpp" - > - </File> - </Filter> - <Filter - Name="Orgrimmar" - > - <File - RelativePath="..\scripts\zone\orgrimmar\orgrimmar.cpp" - > - </File> - </Filter> - <Filter - Name="Shattrath City" - > - <File - RelativePath="..\scripts\zone\shattrath\shattrath_city.cpp" - > - </File> - </Filter> - <Filter - Name="Thunder Bluff" - > - <File - RelativePath="..\scripts\zone\thunder_bluff\thunder_bluff.cpp" - > - </File> - </Filter> - <Filter - Name="Undercity" - > - <File - RelativePath="..\scripts\zone\undercity\undercity.cpp" - > - </File> - </Filter> - <Filter - Name="Zul'Aman" - > - <File - RelativePath="..\scripts\zone\zulaman\boss_akilzon.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulaman\boss_halazzi.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulaman\boss_hexlord.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulaman\boss_janalai.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulaman\boss_nalorakk.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulaman\boss_zuljin.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulaman\def_zulaman.h" - > - </File> - <File - RelativePath="..\scripts\zone\zulaman\instance_zulaman.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\zulaman\zulaman.cpp" - > - </File> - </Filter> - <Filter - Name="Isle of Quel'Danas" - > - <File - RelativePath="..\scripts\zone\isle_of_queldanas\isle_of_queldanas.cpp" - > - </File> - </Filter> - <Filter - Name="Magister's Terrace" - > - <File - RelativePath="..\scripts\zone\magisters_terrace\boss_felblood_kaelthas.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\magisters_terrace\boss_priestess_delrissa.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\magisters_terrace\boss_selin_fireheart.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\magisters_terrace\boss_vexallus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\magisters_terrace\def_magisters_terrace.h" - > - </File> - <File - RelativePath="..\scripts\zone\magisters_terrace\instance_magisters_terrace.cpp" - > - </File> - </Filter> - <Filter - Name="Sunwell Plateau" - > - <File - RelativePath="..\scripts\zone\sunwell_plateau\boss_brutallus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\sunwell_plateau\boss_eredar_twins.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\sunwell_plateau\boss_felmyst.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\sunwell_plateau\boss_kalecgos.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\sunwell_plateau\boss_muru.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\sunwell_plateau\boss_kiljaeden.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\sunwell_plateau\sunwell_plateau.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\sunwell_plateau\def_sunwell_plateau.h" - > - </File> - <File - RelativePath="..\scripts\zone\sunwell_plateau\instance_sunwell_plateau.cpp" - > - </File> - </Filter> - <Filter - Name="Blackrock Depths" - > - <File - RelativePath="..\scripts\zone\blackrock_depths\blackrock_depths.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_ambassador_flamelash.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_anubshiah.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_emperor_dagran_thaurissan.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_general_angerforge.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_gorosh_the_dervish.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_grizzle.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_high_interrogator_gerstahn.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_magmus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_moira_bronzebeard.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\boss_tomb_of_seven.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\def_blackrock_depths.h" - > - </File> - <File - RelativePath="..\scripts\zone\blackrock_depths\instance_blackrock_depths.cpp" - > - </File> - </Filter> - <Filter - Name="Loch Modan" - > - <File - RelativePath="..\scripts\zone\loch_modan\loch_modan.cpp" - > - </File> - </Filter> - </Filter> - </Filter> - <Filter - Name="Include" - > - <File - RelativePath="..\include\precompiled.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\include\precompiled.h" - > - </File> - <File - RelativePath="..\include\sc_creature.cpp" - > - </File> - <File - RelativePath="..\include\sc_creature.h" - > - </File> - <File - RelativePath="..\include\sc_gossip.h" - > - </File> - <File - RelativePath="..\include\sc_instance.h" - > - </File> - <File - RelativePath="..\include\sc_item.h" - > - </File> - </Filter> - <File - RelativePath="..\ScriptMgr.cpp" - > - </File> - <File - RelativePath="..\ScriptMgr.h" - > - </File> - <File - RelativePath="..\system.cpp" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/win/VC71/ACE_vc71.vcproj b/win/VC71/ACE_vc71.vcproj deleted file mode 100644 index e54a8de7d62..00000000000 --- a/win/VC71/ACE_vc71.vcproj +++ /dev/null @@ -1,3799 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="ACE_Wrappers" - ProjectGUID="{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="2" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="0"> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/wd 4748" - Optimization="0" - AdditionalIncludeDirectories="..\..\dep\ACE_wrappers" - PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS" - MinimalRebuild="FALSE" - ExceptionHandling="TRUE" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - BufferSecurityCheck="TRUE" - EnableFunctionLevelLinking="TRUE" - TreatWChar_tAsBuiltInType="TRUE" - ForceConformanceInForLoopScope="TRUE" - RuntimeTypeInfo="TRUE" - ProgramDataBaseFileName="Debug\ACE_vc71\I386/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - Detect64BitPortabilityProblems="FALSE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="" - OutputFile="$(OutDir)\ACEd.dll" - LinkIncremental="1" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(OutDir)\ACEd.pdb" - SubSystem="1" - ImportLibrary="$(OutDir)\ACEd.lib" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="$(InputName).tlb" - HeaderFileName="$(InputName).h" - InterfaceIdentifierFileName="$(InputName)_i.c" - ProxyFileName="$(InputName)_p.c"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033" - AdditionalIncludeDirectories=".."/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="2" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="0" - ReferencesPath="..\..\dep\ACE_wrappers"> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/wd 4748" - Optimization="3" - AdditionalIncludeDirectories="..\..\dep\ACE_wrappers" - PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS" - MinimalRebuild="FALSE" - ExceptionHandling="TRUE" - RuntimeLibrary="2" - BufferSecurityCheck="TRUE" - EnableFunctionLevelLinking="TRUE" - TreatWChar_tAsBuiltInType="TRUE" - ForceConformanceInForLoopScope="TRUE" - RuntimeTypeInfo="TRUE" - WarningLevel="3" - SuppressStartupBanner="TRUE" - Detect64BitPortabilityProblems="FALSE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="" - OutputFile="$(OutDir)\ACE.dll" - LinkIncremental="1" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="" - GenerateDebugInformation="TRUE" - SubSystem="1" - OptimizeReferences="2" - EnableCOMDATFolding="2" - ImportLibrary="$(OutDir)\ACE.lib" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="$(InputName).tlb" - HeaderFileName="$(InputName).h" - InterfaceIdentifierFileName="$(InputName)_i.c" - ProxyFileName="$(InputName)_p.c"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033" - AdditionalIncludeDirectories=".."/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;cxx;cc;C;c"> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ACE.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc32.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc_ccitt.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Assert.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.c"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry_db.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Containers.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DEV.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DLL.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dump.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Event.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FILE.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Functor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\gethrtime.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Lock.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Process.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Registry.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Rtems_init.c"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Signal.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SString.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Stats.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_y.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Task.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Thread.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\TLI.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Token.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Trace.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\UUID.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.cpp"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hh"> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Acceptor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ACE.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ACE_export.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Addr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Arg_Shifter.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Array.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Assert.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Acceptor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Connector.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Cached_Connect_Strategy_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Utility_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\CE_Screen_Output.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\checked_iterator.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup_Strategies_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Symbols.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-aix-5.x.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-all.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-borland-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-cray.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-cxx-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-cygwin32.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-doxygen.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-freebsd.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-g++-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-ghs-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-hpux-11.00.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-icc-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-integritySCA.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.5.x-sgic++.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-g++.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-sgic++.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-linux-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-linux.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-lite.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-lynxos.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-leopard.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-panther.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-tiger.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-macros.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-minimal.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-mvs.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-netbsd.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-openbsd.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-openvms.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-pharlap.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-posix-nonetworking.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-posix.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-neutrino.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-62x.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-pre62x.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-rtems.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0-nothread.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-suncc-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.10.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.11.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-g++.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-sunc++-4.x.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.5.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.6.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.7.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.8.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.9.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v2.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v3.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-tru64.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.udk.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-visualage.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks5.x.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.2.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.3.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.4.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.5.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.6.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-borland.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-common.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-dmc.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-ghs.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-interix.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-mingw.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-7.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-8.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-9.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-win32.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config-WinCE.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\config.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Connector.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Containers.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\CORBA_macros.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Default_Constants.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DEV.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DLL.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dump.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dump_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Event.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Exception_Macros.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FILE.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Free_List.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Functor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Future.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Future_Set.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Global_Macros.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\If_Then_Else.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\iosfwd.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Lock.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LOCK_SOCK_Acceptor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Priority.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Base.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Map.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Memory_Pool.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Method_Object.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Min_Max.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Module.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Node.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Null_Barrier.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Null_Condition.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Null_Mutex.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Null_Semaphore.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Numeric_Limits.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Obstack.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_aio.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_assert.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_byteswap.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_complex.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_cpio.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ctype.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_Dirent.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dirent.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dlfcn.h"> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\OS_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" - Filter=""> - <File - RelativePath="..\..\dep\ACE_wrappers\README"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCustomBuildTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCustomBuildTool"/> - </FileConfiguration> - </File> - <File - RelativePath="..\..\dep\ACE_wrappers\VERSION"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCustomBuildTool"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCustomBuildTool"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"> - <File - RelativePath="..\..\dep\ACE_wrappers\ace\ace.rc"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/win/VC71/ScriptsInterfaces.vcproj b/win/VC71/ScriptsInterfaces.vcproj deleted file mode 100644 index 813f477dd35..00000000000 --- a/win/VC71/ScriptsInterfaces.vcproj +++ /dev/null @@ -1,172 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="ScriptsInterfaces" - ProjectGUID="{4205C8A9-79B7-4354-8064-F05FB9CA0C96}" - RootNamespace="ScriptsInterfaces" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="2" - CharacterSet="2"> - <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" - UsePrecompiledHeader="2" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" -<<<<<<< HEAD:win/VC71/script.vcproj - AdditionalDependencies="trinitycore.lib zlib.lib zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib MSVCPRTD.LIB msvcrtd.lib" - OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll" - LinkIncremental="2" - AdditionalLibraryDirectories="".\trinitycore__$(PlatformName)_$(ConfigurationName)";"..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zlib__$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" -======= - 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)" ->>>>>>> 00c7d15a78b1dcdbf888b768c55424183b2231e4:win/VC71/script.vcproj - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(OutDir)/TrinityScript.pdb" - SubSystem="2" - ImportLibrary="$(OutDir)/TrinityScript.lib" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="2" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" - RuntimeLibrary="2" - EnableEnhancedInstructionSet="1" - UsePrecompiledHeader="2" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" -<<<<<<< HEAD:win/VC71/script.vcproj - AdditionalDependencies="trinitycore.lib zlib.lib zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib MSVCPRT.LIB msvcrt.lib" - OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll" - LinkIncremental="1" - AdditionalLibraryDirectories="".\trinitycore__$(PlatformName)_$(ConfigurationName)";"..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zlib__$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" -======= - 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)" ->>>>>>> 00c7d15a78b1dcdbf888b768c55424183b2231e4:win/VC71/script.vcproj - GenerateDebugInformation="FALSE" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" - ImportLibrary="$(OutDir)\TrinityScript.lib" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;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/VC71/TrinityCore.vcproj b/win/VC71/TrinityCore.vcproj deleted file mode 100644 index df6ab1c709e..00000000000 --- a/win/VC71/TrinityCore.vcproj +++ /dev/null @@ -1,231 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="TrinityCore" - ProjectGUID="{D1EA3EE9-4DCF-4CB9-BA6E-B9321E0D552A}" - RootNamespace="trinitycore" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" - 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="VCCustomBuildTool"/> - <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" - ImportLibrary="$(OutDir)\trinitycore.lib"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"/> - <Tool - Name="VCPostBuildEventTool" - CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName) -copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist -"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="VERSION="0.12.0-SVN";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="VCCustomBuildTool"/> - <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" - LinkTimeCodeGeneration="FALSE" - ImportLibrary="$(OutDir)\trinitycore.lib" - FixedBaseAddress="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.tlb"/> - <Tool - Name="VCPostBuildEventTool" - CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName) -copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist -"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </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\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\trinitycore\TrinityCore.rc"> - </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/VC71/TrinityRealm.vcproj b/win/VC71/TrinityRealm.vcproj deleted file mode 100644 index 5ce3c6c0e6e..00000000000 --- a/win/VC71/TrinityRealm.vcproj +++ /dev/null @@ -1,201 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="TrinityRealm" - ProjectGUID="{563E9905-3657-460C-AE63-0AC39D162E23}" - RootNamespace="TrinityRealm" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="VERSION="0.12.0-SVN",WIN32,NDEBUG,_CONSOLE" - 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="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="/MACHINE:I386" -<<<<<<< HEAD:win/VC71/TrinityRealm.vcproj - AdditionalDependencies="zthread.lib 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" -======= - AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" - OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe" ->>>>>>> 00c7d15a78b1dcdbf888b768c55424183b2231e4:win/VC71/TrinityRealm.vcproj - 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="VCMIDLTool" - TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"/> - <Tool - Name="VCPostBuildEventTool" - CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="VERSION="0.12.0-SVN";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="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="/MACHINE:I386" -<<<<<<< HEAD:win/VC71/TrinityRealm.vcproj - AdditionalDependencies="zthread.lib 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="2" -======= - 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" ->>>>>>> 00c7d15a78b1dcdbf888b768c55424183b2231e4:win/VC71/TrinityRealm.vcproj - 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="VCMIDLTool" - TypeLibraryName=".\TrinityRealm__$(PlatformName)_$(ConfigurationName)\TrinityRealm.tlb"/> - <Tool - Name="VCPostBuildEventTool" - CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </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/VC71/framework.vcproj b/win/VC71/framework.vcproj deleted file mode 100644 index 642e7a861a0..00000000000 --- a/win/VC71/framework.vcproj +++ /dev/null @@ -1,243 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="framework" - ProjectGUID="{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}" - RootNamespace="framework" - Keyword="ManagedCProj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="2" - ManagedExtensions="FALSE"> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/Zl" - Optimization="0" - AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB" - MinimalRebuild="FALSE" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" - 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="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="2" - ManagedExtensions="FALSE"> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/Zl" - InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - StringPooling="TRUE" - MinimalRebuild="FALSE" - RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - EnableEnhancedInstructionSet="1" - RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" - 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="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </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" - Filter=""> - <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" - Filter=""> - <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/VC71/g3dlite.vcproj b/win/VC71/g3dlite.vcproj deleted file mode 100644 index c10b61a3227..00000000000 --- a/win/VC71/g3dlite.vcproj +++ /dev/null @@ -1,244 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="g3dlite" - ProjectGUID="{DE0380F9-C910-4E99-A841-93550D0E61D7}" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - 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="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/g3dlite.lib" - IgnoreAllDefaultLibraries="TRUE"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\dep\include\g3dlite" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" - 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="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/g3dlite.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter=""> - <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> - <Filter - Name="Header Files" - Filter=""> - <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> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj deleted file mode 100644 index 3f0809d900f..00000000000 --- a/win/VC71/game.vcproj +++ /dev/null @@ -1,1034 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="game" - ProjectGUID="{622DAAB0-B843-4B19-AEFC-693456DF95D8}" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - 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="2" - 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="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" - OutputFile=".\game__$(PlatformName)_$(ConfigurationName)\game.lib" - SuppressStartupBanner="TRUE"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - StringPooling="TRUE" - RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - EnableEnhancedInstructionSet="1" - RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" - 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="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" - OutputFile=".\game__$(PlatformName)_$(ConfigurationName)\game.lib" - SuppressStartupBanner="TRUE"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </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> - Name="AuctionHouseBot" - > - <File - RelativePath="..\..\src\game\AuctionHouseBot.cpp"> - </File> - <File - RelativePath="..\..\src\game\AuctionHouseBot.h"> - </File> - </Filter> - <Filter - <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\MapReference.h"> - </File> - <File - RelativePath="..\..\src\game\MapRefManager.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\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\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\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\AggressorAI.cpp"> - </File> - <File - RelativePath="..\..\src\game\AggressorAI.h"> - </File> - <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\CreatureAI.cpp"> - </File> - <File - RelativePath="..\..\src\game\CreatureAI.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\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\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\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\GuardAI.cpp"> - </File> - <File - RelativePath="..\..\src\game\GuardAI.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\NullCreatureAI.cpp"> - </File> - <File - RelativePath="..\..\src\game\NullCreatureAI.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\OutdoorPvPObjectiveAI.cpp" - > - </File> - <File - RelativePath="..\..\src\game\OutdoorPvPObjectiveAI.h" - > - </File> - <File - RelativePath="..\..\src\game\Pet.cpp"> - </File> - <File - RelativePath="..\..\src\game\Pet.h"> - </File> - <File - RelativePath="..\..\src\game\PetAI.cpp"> - </File> - <File - RelativePath="..\..\src\game\PetAI.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\PossessedAI.cpp" - > - </File> - <File - RelativePath="..\..\src\game\PossessedAI.h" - > - </File> - <File - RelativePath="..\..\src\game\RandomMovementGenerator.cpp"> - </File> - <File - RelativePath="..\..\src\game\RandomMovementGenerator.h"> - </File> - <File - RelativePath="..\..\src\game\ReactorAI.cpp"> - </File> - <File - RelativePath="..\..\src\game\ReactorAI.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\TicketMgr.cpp" - > - </File> - <File - RelativePath="..\..\src\game\TicketMgr.h" - > - </File> - <File - RelativePath="..\..\src\game\Totem.cpp"> - </File> - <File - RelativePath="..\..\src\game\Totem.h"> - </File> - <File - RelativePath="..\..\src\game\TotemAI.cpp"> - </File> - <File - RelativePath="..\..\src\game\TotemAI.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> - </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" - Filter=""> - <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\ThreatManager.cpp"> - </File> - <File - RelativePath="..\..\src\game\ThreatManager.h"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/win/VC71/genrevision.vcproj b/win/VC71/genrevision.vcproj deleted file mode 100644 index 9bf4919fe42..00000000000 --- a/win/VC71/genrevision.vcproj +++ /dev/null @@ -1,177 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7,10" - Name="genrevision" - ProjectGUID="{803F488E-4C5A-4866-8D5C-1E6C03C007C2}" - RootNamespace="genrevision" - Keyword="Win32Proj" - TargetFrameworkVersion="196613" - > - <Platforms> - <Platform - Name="Win32" - /> - </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" - 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="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" - 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> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath="..\..\src\tools\genrevision\genrevision.cpp" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/win/VC71/shared.vcproj b/win/VC71/shared.vcproj deleted file mode 100644 index 81da9f674f8..00000000000 --- a/win/VC71/shared.vcproj +++ /dev/null @@ -1,456 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="shared" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - StringPooling="TRUE" - RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - EnableEnhancedInstructionSet="1" - RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" - 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="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib" - OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" - AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)" - SuppressStartupBanner="TRUE"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_DEBUG;_LIB" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" - 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="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib" - OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" - AdditionalLibraryDirectories="dep\lib\$(PlatformName)_$(ConfigurationName)" - SuppressStartupBanner="TRUE"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </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> - <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\Sha1.cpp"> - </File> - <File - RelativePath="..\..\src\shared\Auth\Sha1.h"> - </File> - </Filter> - <Filter - Name="vmaps" - Filter=""> - <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> -<<<<<<< HEAD:win/VC71/shared.vcproj - <File - RelativePath="..\..\src\shared\revision.h" - > - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCustomBuildTool" - Description="Getting Version..." - CommandLine="cd $(InputDir)
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
" - AdditionalDependencies="$(SolutionDir)../.hg/branch.cache" - Outputs="revision.h" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCustomBuildTool" - Description="Getting Version..." - CommandLine="cd $(InputDir)
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
" - AdditionalDependencies="$(SolutionDir)../.hg/branch.cache" - Outputs="revision.h" - /> - </FileConfiguration> -======= - <File - RelativePath="..\..\src\shared\LockedQueue.h"> - </File> - <File - RelativePath="..\..\src\shared\revision.h"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCustomBuildTool" - Description="Extract revision" - CommandLine="cd "$(SolutionDir)..\src\shared" -"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.." -" - AdditionalDependencies="$(SolutionDir)../.svn/entries;$(SolutionDir)../_svn/entries;$(SolutionDir)../.git/FETCH_HEAD" - Outputs="revision.h"/> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCustomBuildTool" - Description="Extract revision" - CommandLine="cd "$(SolutionDir)..\src\shared" -"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.." -" - AdditionalDependencies="$(SolutionDir)../.svn/entries;$(SolutionDir)../_svn/entries;$(SolutionDir)../.git/FETCH_HEAD" - Outputs="revision.h"/> - </FileConfiguration> - </File> - <File - RelativePath="..\..\src\shared\revision_nr.h"> ->>>>>>> 00c7d15a78b1dcdbf888b768c55424183b2231e4:win/VC71/shared.vcproj - </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/VC71/sockets.vcproj b/win/VC71/sockets.vcproj deleted file mode 100644 index cdcd9489e5f..00000000000 --- a/win/VC71/sockets.vcproj +++ /dev/null @@ -1,362 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="sockets" - ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}" - TargetFrameworkVersion="0" - > - <Platforms> - <Platform - Name="Win32" - /> - </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" - InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\dep\include\sockets" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" - 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" - 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" - Optimization="0" - AdditionalIncludeDirectories="..\..\dep\include\sockets" - PreprocessorDefinitions="WIN32;_DEBUG;TRINITY_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/VC71/zlib.vcproj b/win/VC71/zlib.vcproj deleted file mode 100644 index 1f9b3a6af3f..00000000000 --- a/win/VC71/zlib.vcproj +++ /dev/null @@ -1,186 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="zlib" - ProjectGUID="{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\dep\include" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB" - MinimalRebuild="TRUE" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/zlib.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" - IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\dep\include" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - RuntimeLibrary="2" - EnableEnhancedInstructionSet="1" - RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/zlib.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </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> |