diff options
| author | Machiavelli <none@none> | 2009-06-11 17:56:20 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-06-11 17:56:20 +0200 |
| commit | 1c97b2bf796fb367b77e653556220e69cf7b5878 (patch) | |
| tree | ffaa612c7502785edc750a664ebc2253c41e4f5c /src/bindings/scripts/VC90 | |
| parent | 6eaf6e962a31aa308406289d538aef30a56b95cb (diff) | |
| parent | 6c069aa5b8405d51202781104daf5c6e8642b891 (diff) | |
Merge
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/VC90')
| -rw-r--r-- | src/bindings/scripts/VC90/90ScriptDev2.vcproj | 116 |
1 files changed, 92 insertions, 24 deletions
diff --git a/src/bindings/scripts/VC90/90ScriptDev2.vcproj b/src/bindings/scripts/VC90/90ScriptDev2.vcproj index bf6ee205867..95f44bd2275 100644 --- a/src/bindings/scripts/VC90/90ScriptDev2.vcproj +++ b/src/bindings/scripts/VC90/90ScriptDev2.vcproj @@ -2513,30 +2513,22 @@ <Filter Name="Nexus" > - <File - RelativePath="..\scripts\zone\nexus\nexus\boss_magus_telestra.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\nexus\nexus\boss_anomalus.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\nexus\nexus\boss_ormorok.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\nexus\nexus\boss_keristrasza.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\nexus\nexus\def_nexus.h" - > - </File> - <File - RelativePath="..\scripts\zone\nexus\nexus\instance_nexus.cpp" - > - </File> + <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" > @@ -2545,6 +2537,14 @@ 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" @@ -2662,6 +2662,74 @@ > </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" |
