mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
r1291 Move one misplaced script in yesterday commits. r1292 Make own folder for tool, not needed for general work of SD2. - skip r1293 Add script loader to simplify maintenance of scripts. The scripts must now be added to system/ScriptLoader.cpp instead of old way directly in ScriptMgr. --HG-- branch : trunk
2860 lines
117 KiB
XML
2860 lines
117 KiB
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="TrinityScript"
|
|
ProjectGUID="{4295C8A9-79B7-4354-8064-F05FB9CA0C96}"
|
|
RootNamespace="ScriptDev2"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</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"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\base\;..\..\..\..\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="false"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="trinitycore.lib aced.lib"
|
|
OutputFile="$(OutDir)/TrinityScript.dll"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="..\..\..\..\win\VC90\trinitycore__$(PlatformName)_$(ConfigurationName);..\..\..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(OutDir)/TrinityScript.pdb"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(OutDir)/TrinityScript.lib"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
OutputDirectory="..\..\..\..\bin\$(PlatformName)_$(ConfigurationName)"
|
|
IntermediateDirectory=".\ScriptDev2__$(PlatformName)_$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\base\;..\..\..\..\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="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="trinitycore.lib aced.lib"
|
|
OutputFile="$(OutDir)/TrinityScript.dll"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="..\..\..\..\win\VC90\trinitycore__$(PlatformName)_$(ConfigurationName);..\..\..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(OutDir)/TrinityScript.pdb"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(OutDir)/TrinityScript.lib"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\..\..\..\bin\$(PlatformName)_$(ConfigurationName)"
|
|
IntermediateDirectory=".\ScriptDev2__$(PlatformName)_$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
AdditionalIncludeDirectories="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\base\;..\..\..\..\dep\ACE_wrappers"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
|
|
MinimalRebuild="false"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="precompiled.h"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="trinitycore.lib ace.lib"
|
|
OutputFile="$(OutDir)/TrinityScript.dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="..\..\..\..\win\VC90\trinitycore__$(PlatformName)_$(ConfigurationName);..\..\..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
|
|
GenerateDebugInformation="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(OutDir)/TrinityScript.lib"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
OutputDirectory="..\..\..\..\bin\$(PlatformName)_$(ConfigurationName)"
|
|
IntermediateDirectory=".\ScriptDev2__$(PlatformName)_$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
AdditionalIncludeDirectories="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\base\;..\..\..\..\dep\ACE_wrappers"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
|
|
MinimalRebuild="false"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="precompiled.h"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="trinitycore.lib ace.lib"
|
|
OutputFile="$(OutDir)/TrinityScript.dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="..\..\..\..\win\VC90\trinitycore__$(PlatformName)_$(ConfigurationName);..\..\..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
|
|
GenerateDebugInformation="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(OutDir)/TrinityScript.lib"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="base"
|
|
>
|
|
<File
|
|
RelativePath="..\base\escortAI.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\base\escortAI.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\base\guard_ai.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\base\guard_ai.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\base\simple_ai.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\base\simple_ai.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="scripts"
|
|
>
|
|
<Filter
|
|
Name="eastern_kingdoms"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\alterac_mountains.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\arathi_highlands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\blasted_lands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\boss_kruul.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\burning_steppes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\dun_morogh.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\eastern_plaguelands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\elwynn_forest.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\eversong_woods.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\ghostlands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\hinterlands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\ironforge.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\loch_modan.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\searing_gorge.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\silvermoon_city.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\silverpine_forest.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\stormwind_city.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\stranglethorn_vale.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\tirisfal_glades.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\undercity.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\western_plaguelands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\eastern_kingdoms\westfall.cpp"
|
|
>
|
|
</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="kalimdor"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\ashenvale.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\azshara.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\azuremyst_isle.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\bloodmyst_isle.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\boss_azuregos.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\darkshore.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\desolace.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\dustwallow_marsh.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\felwood.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\feralas.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\moonglade.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\mulgore.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\orgrimmar.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\silithus.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\stonetalon_mountains.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\tanaris.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\teldrassil.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\the_barrens.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\thousand_needles.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\thunder_bluff.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\kalimdor\winterspring.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="northrend"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\northrend\borean_tundra.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\northrend\dragonblight.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\northrend\grizzly_hills.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\northrend\icecrown.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\northrend\sholazar_basin.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\northrend\zuldrak.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="outland"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\outland\blades_edge_mountains.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\boss_doomlord_kazzak.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\boss_doomwalker.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\hellfire_peninsula.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\isle_of_queldanas.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\nagrand.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\netherstorm.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\shadowmoon_valley.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\shattrath_city.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\terokkar_forest.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\outland\zangarmarsh.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="zone"
|
|
>
|
|
<Filter
|
|
Name="Kalimdor"
|
|
>
|
|
<Filter
|
|
Name="Blackfathom Depths"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\blackfathom_depths\instance_blackfathom_deeps.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\blackfathom_depths\def_blackfathom_deeps.h"
|
|
>
|
|
</File>
|
|
</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"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\caverns_of_time\culling_of_stratholme\boss_epoch.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\caverns_of_time\culling_of_stratholme\boss_mal_ganis.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\caverns_of_time\culling_of_stratholme\boss_meathook.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\caverns_of_time\culling_of_stratholme\boss_salramm.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\caverns_of_time\culling_of_stratholme\def_culling_of_stratholme.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\caverns_of_time\culling_of_stratholme\instance_culling_of_stratholme.cpp"
|
|
>
|
|
</File>
|
|
</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="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="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="Razorfen Kraul"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\razorfen_kraul\razorfen_kraul.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\razorfen_kraul\instance_razorfen_kraul.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\razorfen_kraul\def_razorfen_kraul.h"
|
|
>
|
|
</File>
|
|
</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="Zul'Farrak"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\zulfarrak\zulfarrak.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Wailing Caverns"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\wailing_caverns\def_wailing_caverns.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\wailing_caverns\instance_wailing_caverns.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\wailing_caverns\wailing_caverns.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
|
|
<Filter
|
|
Name="Un'Goro Crater"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\ungoro_crater\ungoro_crater.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>
|
|
<Filter
|
|
Name="Azeroth"
|
|
>
|
|
<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="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>
|
|
<File
|
|
RelativePath="..\scripts\zone\magisters_terrace\magisters_terrace.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="Hillsbrad Foothills"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="Gnomeregan"
|
|
>
|
|
</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="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="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="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="Duskwood"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="Eastern Plaguelands"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\eastern_plaguelands\the_scarlet_enclave.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Redridge Mountains"
|
|
>
|
|
</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="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="Stockade"
|
|
>
|
|
</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="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_kiljaeden.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\sunwell_plateau\boss_muru.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\sunwell_plateau\def_sunwell_plateau.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\sunwell_plateau\instance_sunwell_plateau.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\sunwell_plateau\sunwell_plateau.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Swamp of Sorrows"
|
|
>
|
|
</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="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="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>
|
|
<Filter
|
|
Name="Outland"
|
|
>
|
|
<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="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="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="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="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="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>
|
|
<Filter
|
|
Name="Northrend"
|
|
>
|
|
<Filter
|
|
Name="Region"
|
|
>
|
|
<Filter
|
|
Name="Zul'Drak"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="The Storm Peaks"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="Crystalsong Forest"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="Wintergrasp"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\wintergrasp\wintergrasp.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Dungeon"
|
|
>
|
|
<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="Nexus"
|
|
>
|
|
<Filter
|
|
Name="Nexus"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\nexus\boss_anomalus.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\nexus\boss_keristrasza.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\nexus\boss_magus_telestra.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\nexus\boss_ormorok.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\nexus\commander_kolurg.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\nexus\commander_stoutbeard.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\nexus\def_nexus.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\nexus\instance_nexus.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Oculus"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\oculus\boss_drakos.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\oculus\boss_eregos.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\oculus\boss_urom.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\oculus\boss_varos.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\oculus\def_oculus.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\oculus\instance_oculus.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Eye of Eternity"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\eye_of_eternity\boss_malygos.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\eye_of_eternity\def_eye_of_eternity.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\nexus\eye_of_eternity\instance_eye_of_eternity.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Obsidian Sanctum"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\obsidian_sanctum\boss_sartharion.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\obsidian_sanctum\def_obsidian_sanctum.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\obsidian_sanctum\instance_obsidian_sanctum.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Ulduar"
|
|
>
|
|
<Filter
|
|
Name="Halls of Stone"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_stone\boss_krystallus.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_stone\boss_maiden_of_grief.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_stone\boss_sjonnir.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_stone\def_halls_of_stone.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_stone\instance_halls_of_stone.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Halls of Lightning"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_lightning\boss_bjarngrim.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_lightning\boss_ionar.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_lightning\boss_loken.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_lightning\boss_volkhan.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_lightning\def_halls_of_lightning.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\halls_of_lightning\instance_halls_of_lightning.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Ulduar"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_algalon.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_assembly_of_iron.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_auriaya.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_flame_leviathan.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_freya.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_general_vezax.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_hodir.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_ignis.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_kologarn.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_mimiron.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_razorscale.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_thorim.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_xt002.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\boss_yoggsaron.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\def_ulduar.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\ulduar\ulduar\instance_ulduar.cpp"
|
|
>
|
|
</File>
|
|
</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"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\utgarde_keep\utgarde_pinnacle\boss_palehoof.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\utgarde_keep\utgarde_pinnacle\boss_skadi.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\utgarde_keep\utgarde_pinnacle\boss_svala.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\utgarde_keep\utgarde_pinnacle\boss_ymiron.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\utgarde_keep\utgarde_pinnacle\def_pinnacle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\utgarde_keep\utgarde_pinnacle\instance_pinnacle.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Vault of Archavon"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\vault_of_archavon\boss_archavon.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\vault_of_archavon\boss_emalon.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="Violet Hold"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\violet_hold\boss_cyanigosa.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\violet_hold\boss_erekem.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\violet_hold\boss_ichoron.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\violet_hold\boss_lavanthor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\violet_hold\boss_moragg.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\violet_hold\boss_xevozz.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\violet_hold\boss_zuramat.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\violet_hold\def_violet_hold.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\violet_hold\instance_violet_hold.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Gundrak"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\gundrak\boss_drakkari_colossus.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\gundrak\boss_eck.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\gundrak\boss_gal_darah.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\gundrak\boss_moorabi.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\gundrak\boss_slad_ran.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\gundrak\def_gundrak.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\gundrak\instance_gundrak.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Drak'Tharon Keep"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\zone\draktharon_keep\boss_dred.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\draktharon_keep\boss_novos.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\draktharon_keep\boss_tharon_ja.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\draktharon_keep\boss_trollgore.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\draktharon_keep\def_drak_tharon_keep.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\zone\draktharon_keep\instance_drak_tharon_keep.cpp"
|
|
>
|
|
</File>
|
|
</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>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="custom"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\custom\npc_acherus_taxi.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\custom\npc_wyrmresttempel_taxi.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="world"
|
|
>
|
|
<File
|
|
RelativePath="..\scripts\world\areatrigger_scripts.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\boss_emeriss.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\boss_lethon.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\boss_taerar.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\boss_ysondre.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\go_scripts.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\guards.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\item_scripts.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\mob_generic_creature.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\npc_innkeeper.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\npc_professions.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\npc_taxi.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\scripts\world\npcs_special.cpp"
|
|
>
|
|
</File>
|
|
</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>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<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>
|
|
<Filter
|
|
Name="system"
|
|
>
|
|
<File
|
|
RelativePath="..\system\ScriptLoader.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\system\ScriptLoader.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath="..\ScriptMgr.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\ScriptMgr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\system.cpp"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|