aboutsummaryrefslogtreecommitdiff
path: root/win/TrinityCore&Script VC90.sln
diff options
context:
space:
mode:
authorXanadu <none@none>2010-07-29 17:38:24 +0200
committerXanadu <none@none>2010-07-29 17:38:24 +0200
commitdfe5ae36d33f2cceb6868d4a1d543804f94925b2 (patch)
treeefbf4aab75ff3a9daa6b4885aeaee24822e8d367 /win/TrinityCore&Script VC90.sln
parentb118ab23564056afb3b1ae30d8c00ebdba55c4b3 (diff)
Created separate project file for scripts in order to properly utilize their own PCH and thus speed up compile. Sorry for making the IDE more cluttered.
--HG-- branch : trunk
Diffstat (limited to 'win/TrinityCore&Script VC90.sln')
-rw-r--r--win/TrinityCore&Script VC90.sln14
1 files changed, 14 insertions, 0 deletions
diff --git a/win/TrinityCore&Script VC90.sln b/win/TrinityCore&Script VC90.sln
index 103cf48cc50..caaf56698f1 100644
--- a/win/TrinityCore&Script VC90.sln
+++ b/win/TrinityCore&Script VC90.sln
@@ -37,12 +37,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "authserver", "VC90\authserv
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "worldserver", "VC90\worldserver.vcproj", "{A3A04E47-43A2-4C08-90B3-029CEF558594}"
ProjectSection(ProjectDependencies) = postProject
+ {E8068D77-AB0B-4E1A-9D5E-A89205D925C2} = {E8068D77-AB0B-4E1A-9D5E-A89205D925C2}
{1DC6C4DA-A028-41F3-877D-D5400C594F88} = {1DC6C4DA-A028-41F3-877D-D5400C594F88}
{014331FB-7472-4465-9844-EEED2A79FE97} = {014331FB-7472-4465-9844-EEED2A79FE97}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsoap", "..\externals\gsoap\VC90\gsoap.vcproj", "{014331FB-7472-4465-9844-EEED2A79FE97}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scripts", "VC90\scripts.vcproj", "{E8068D77-AB0B-4E1A-9D5E-A89205D925C2}"
+ ProjectSection(ProjectDependencies) = postProject
+ {90297C34-F231-4DF4-848E-A74BCC0E40ED} = {90297C34-F231-4DF4-848E-A74BCC0E40ED}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -139,6 +145,14 @@ Global
{014331FB-7472-4465-9844-EEED2A79FE97}.Release|Win32.Build.0 = Release|Win32
{014331FB-7472-4465-9844-EEED2A79FE97}.Release|x64.ActiveCfg = Release|x64
{014331FB-7472-4465-9844-EEED2A79FE97}.Release|x64.Build.0 = Release|x64
+ {E8068D77-AB0B-4E1A-9D5E-A89205D925C2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {E8068D77-AB0B-4E1A-9D5E-A89205D925C2}.Debug|Win32.Build.0 = Debug|Win32
+ {E8068D77-AB0B-4E1A-9D5E-A89205D925C2}.Debug|x64.ActiveCfg = Debug|x64
+ {E8068D77-AB0B-4E1A-9D5E-A89205D925C2}.Debug|x64.Build.0 = Debug|x64
+ {E8068D77-AB0B-4E1A-9D5E-A89205D925C2}.Release|Win32.ActiveCfg = Release|Win32
+ {E8068D77-AB0B-4E1A-9D5E-A89205D925C2}.Release|Win32.Build.0 = Release|Win32
+ {E8068D77-AB0B-4E1A-9D5E-A89205D925C2}.Release|x64.ActiveCfg = Release|x64
+ {E8068D77-AB0B-4E1A-9D5E-A89205D925C2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE