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-14.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-14.sln')
-rw-r--r-- | Hercules-14.sln | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Hercules-14.sln b/Hercules-14.sln index 0abbb1102..7c5ba6cf7 100644 --- a/Hercules-14.sln +++ b/Hercules-14.sln @@ -1,14 +1,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server", "vcproj-14\char-server.vcxproj", "{D356871D-58E1-450B-967A-E4E9646175AF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "login-server", "vcproj-14\login-server.vcxproj", "{D356871D-58E1-450B-967A-E5E9646175AF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-14\mapcache.vcxproj", "{D356871D-58E1-450B-967A-E7E9646175AF}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server", "vcproj-14\map-server.vcxproj", "{D356871D-58E1-450B-967A-E6E9646175AF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-sample", "vcproj-14\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 |