aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <none@none>2010-08-07 18:40:17 +0200
committerShauren <none@none>2010-08-07 18:40:17 +0200
commit3cc24e0971f96b9ffa4032a154750e4224ea499d (patch)
treee0c21167311af083ce8ee80fa9396e36c054eb61
parent481c0cef3ff265650e55ab4b1c37388211f257ed (diff)
Moved OutdoorPvP scripts from game to scripts in VS projects
--HG-- branch : trunk
-rw-r--r--win/VC90/game.vcproj52
-rw-r--r--win/VC90/scripts.vcproj52
2 files changed, 52 insertions, 52 deletions
diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj
index b6c7a99f42c..d17c09960c8 100644
--- a/win/VC90/game.vcproj
+++ b/win/VC90/game.vcproj
@@ -607,58 +607,6 @@
RelativePath="..\..\src\server\game\OutdoorPvP\OutdoorPvPMgr.h"
>
</File>
- <Filter
- Name="Zones"
- >
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPEP.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPEP.h"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPHP.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPHP.h"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPNA.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPNA.h"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPSI.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPSI.h"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPTF.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPTF.h"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPZM.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\server\game\OutdoorPvP\Zones\OutdoorPvPZM.h"
- >
- </File>
- </Filter>
</Filter>
<Filter
Name="Scripting"
diff --git a/win/VC90/scripts.vcproj b/win/VC90/scripts.vcproj
index 38c5c1b6b25..7a260c22ca2 100644
--- a/win/VC90/scripts.vcproj
+++ b/win/VC90/scripts.vcproj
@@ -3044,6 +3044,58 @@
>
</File>
</Filter>
+ <Filter
+ Name="OutdoorPvP"
+ >
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPEP.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPEP.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPHP.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPHP.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPNA.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPNA.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPSI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPSI.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPTF.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPTF.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPZM.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server\scripts\OutdoorPvP\OutdoorPvPZM.h"
+ >
+ </File>
+ </Filter>
</Files>
<Globals>
</Globals>