diff options
author | Shido <the.keikun@gmail.com> | 2013-11-06 22:15:46 +0800 |
---|---|---|
committer | Shido <the.keikun@gmail.com> | 2013-11-07 08:33:21 +0800 |
commit | 18bf8471174adfd1d32d61285154e860f2d28f76 (patch) | |
tree | d23a6d6eaa301cedc639f8010328c5c0112f06a2 | |
parent | 407843653442ee369907d8b86217d315a183c63b (diff) | |
download | hercules-18bf8471174adfd1d32d61285154e860f2d28f76.tar.gz hercules-18bf8471174adfd1d32d61285154e860f2d28f76.tar.bz2 hercules-18bf8471174adfd1d32d61285154e860f2d28f76.tar.xz hercules-18bf8471174adfd1d32d61285154e860f2d28f76.zip |
Follow-up 993e3303c3 and c6be1114d3.
Signed-off-by: Shido <the.keikun@gmail.com>
-rw-r--r-- | Hercules-11.sln | 12 | ||||
-rw-r--r-- | Hercules-12.sln | 3 |
2 files changed, 7 insertions, 8 deletions
diff --git a/Hercules-11.sln b/Hercules-11.sln index 686100c98..b395132be 100644 --- a/Hercules-11.sln +++ b/Hercules-11.sln @@ -1,16 +1,16 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server", "vcproj-12\char-server.vcxproj", "{D356871D-58E1-450B-967A-E4E9646175AF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server", "vcproj-11\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}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "login-server", "vcproj-11\login-server.vcxproj", "{D356871D-58E1-450B-967A-E5E9646175AF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server", "vcproj-12\map-server.vcxproj", "{D356871D-58E1-450B-967A-E6E9646175AF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server", "vcproj-11\map-server.vcxproj", "{D356871D-58E1-450B-967A-E6E9646175AF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-12\mapcache.vcxproj", "{D356871D-58E1-450B-967A-E7E9646175AF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-11\mapcache.vcxproj", "{D356871D-58E1-450B-967A-E7E9646175AF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-sample", "vcproj-12\plugin-sample.vcxproj", "{E64C56D3-CDFB-483B-900B-A62D216B6D2F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-sample", "vcproj-11\plugin-sample.vcxproj", "{E64C56D3-CDFB-483B-900B-A62D216B6D2F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking", "vcproj-12\plugin-HPMHooking.vcxproj", "{745D4A8C-6A68-4721-A43A-D81BF59860A1}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking", "vcproj-11\plugin-HPMHooking.vcxproj", "{745D4A8C-6A68-4721-A43A-D81BF59860A1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Hercules-12.sln b/Hercules-12.sln index 2cf675c74..7cb72efd7 100644 --- a/Hercules-12.sln +++ b/Hercules-12.sln @@ -1,5 +1,4 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 +Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.21005.1 MinimumVisualStudioVersion = 10.0.40219.1 |