diff options
author | shennetsind <ind@henn.et> | 2013-06-21 10:26:39 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-21 10:26:39 -0300 |
commit | a3d689043402ec7de5b04bcc68016f6e8541ec47 (patch) | |
tree | fc44908b18c21f7aeca75626e0839ba7fe728e53 /Hercules-10.sln | |
parent | 0f7c29113d7d898150108d66d1358f15bb018e0a (diff) | |
download | hercules-a3d689043402ec7de5b04bcc68016f6e8541ec47.tar.gz hercules-a3d689043402ec7de5b04bcc68016f6e8541ec47.tar.bz2 hercules-a3d689043402ec7de5b04bcc68016f6e8541ec47.tar.xz hercules-a3d689043402ec7de5b04bcc68016f6e8541ec47.zip |
Fixed MSVC2010 Problem
Special Thanks to Emistry!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'Hercules-10.sln')
-rwxr-xr-x[-rw-r--r--] | Hercules-10.sln | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Hercules-10.sln b/Hercules-10.sln index 997df68af..f8bbc88c1 100644..100755 --- a/Hercules-10.sln +++ b/Hercules-10.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +# Visual C++ Express 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server", "vcproj-10\char-server.vcxproj", "{D356871D-58E1-450B-967A-E4E9646175AF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "login-server", "vcproj-10\login-server.vcxproj", "{D356871D-58E1-450B-967A-E5E9646175AF}" @@ -8,7 +8,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server", "vcproj-10\map EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-10\mapcache.vcxproj", "{D356871D-58E1-450B-967A-E7E9646175AF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-sample", "vcproj-10\plugin-sample.vcxproj", "{E64C56D3-CDFB-483B-900B-A62D216B6D2F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-sample", "vcproj-10\plugin-sample.vcxproj", "{F4A5705B-BED6-47AB-9135-2D39838F14DC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -32,10 +32,8 @@ Global {D356871D-58E1-450B-967A-E7E9646175AF}.Debug|Win32.Build.0 = Debug|Win32 {D356871D-58E1-450B-967A-E7E9646175AF}.Release|Win32.ActiveCfg = Release|Win32 {D356871D-58E1-450B-967A-E7E9646175AF}.Release|Win32.Build.0 = Release|Win32 - {E64C56D3-CDFB-483B-900B-A62D216B6D2F}.Debug|Win32.ActiveCfg = Debug|Win32 - {E64C56D3-CDFB-483B-900B-A62D216B6D2F}.Debug|Win32.Build.0 = Debug|Win32 - {E64C56D3-CDFB-483B-900B-A62D216B6D2F}.Release|Win32.ActiveCfg = Release|Win32 - {E64C56D3-CDFB-483B-900B-A62D216B6D2F}.Release|Win32.Build.0 = Release|Win32 + {F4A5705B-BED6-47AB-9135-2D39838F14DC}.Debug|Win32.ActiveCfg = Debug|Win32 + {F4A5705B-BED6-47AB-9135-2D39838F14DC}.Release|Win32.ActiveCfg = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |