diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-07-29 21:42:56 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-07-29 21:42:56 -0300 |
commit | e14ab5561a53bc17c9186a22ecd07060772e6dc6 (patch) | |
tree | c8191946b54ec36170d8d9351dfd7d9fe3b81e17 /Hercules-12.sln | |
parent | a7b1b6581339b70d02eef2c0792928218ceb4b85 (diff) | |
download | hercules-e14ab5561a53bc17c9186a22ecd07060772e6dc6.tar.gz hercules-e14ab5561a53bc17c9186a22ecd07060772e6dc6.tar.bz2 hercules-e14ab5561a53bc17c9186a22ecd07060772e6dc6.tar.xz hercules-e14ab5561a53bc17c9186a22ecd07060772e6dc6.zip |
* Added project 'plugin-sample' for Visual Studio 2012;
* Few changes to travis build-slave.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'Hercules-12.sln')
-rw-r--r-- | Hercules-12.sln | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Hercules-12.sln b/Hercules-12.sln index 4f271290f..d4e5229ab 100644 --- a/Hercules-12.sln +++ b/Hercules-12.sln @@ -1,4 +1,3 @@ - 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}" @@ -9,6 +8,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server", "vcproj-12\map EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-12\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}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -31,6 +32,10 @@ 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 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |