diff options
author | hemagx <ibrahem.h.basyone@gmail.com> | 2017-01-21 13:06:36 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-02-17 15:10:12 +0100 |
commit | 9b8256a63047a6a873025ae346b0804c4db52912 (patch) | |
tree | 95b5a3f8d2e07bd5b4cdd02b182cc47598ac9ec2 /Hercules-12.sln | |
parent | 400076f4e26a121746545cf9f6483ca8e93896b5 (diff) | |
download | hercules-9b8256a63047a6a873025ae346b0804c4db52912.tar.gz hercules-9b8256a63047a6a873025ae346b0804c4db52912.tar.bz2 hercules-9b8256a63047a6a873025ae346b0804c4db52912.tar.xz hercules-9b8256a63047a6a873025ae346b0804c4db52912.zip |
Removal of the old mapcache tool as new plugin took it place.
Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com>
Diffstat (limited to 'Hercules-12.sln')
-rw-r--r-- | Hercules-12.sln | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Hercules-12.sln b/Hercules-12.sln index ab0df4e07..c1a78b5ef 100644 --- a/Hercules-12.sln +++ b/Hercules-12.sln @@ -1,14 +1,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 2013 for Windows Desktop -VisualStudioVersion = 12.0.30723.0 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server", "vcproj-12\char-server.vcxproj", "{D356871D-58E1-450B-967A-E4E9646175AF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "login-server", "vcproj-12\login-server.vcxproj", "{D356871D-58E1-450B-967A-E5E9646175AF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-12\mapcache.vcxproj", "{D356871D-58E1-450B-967A-E7E9646175AF}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server", "vcproj-12\map-server.vcxproj", "{D356871D-58E1-450B-967A-E6E9646175AF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-sample", "vcproj-12\plugin-sample.vcxproj", "{E64C56D3-CDFB-483B-900B-A62D216B6D2F}" @@ -33,10 +31,6 @@ Global {D356871D-58E1-450B-967A-E5E9646175AF}.Debug|Win32.Build.0 = Debug|Win32 {D356871D-58E1-450B-967A-E5E9646175AF}.Release|Win32.ActiveCfg = Release|Win32 {D356871D-58E1-450B-967A-E5E9646175AF}.Release|Win32.Build.0 = Release|Win32 - {D356871D-58E1-450B-967A-E7E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 - {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 {D356871D-58E1-450B-967A-E6E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 {D356871D-58E1-450B-967A-E6E9646175AF}.Debug|Win32.Build.0 = Debug|Win32 {D356871D-58E1-450B-967A-E6E9646175AF}.Release|Win32.ActiveCfg = Release|Win32 |