diff options
author | Haru <haru@dotalux.com> | 2013-10-16 21:28:24 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-10-16 21:30:26 +0200 |
commit | 37aca712bc0e09af5e17475cf2a7d0faa455c0eb (patch) | |
tree | 828e9b12b0e0a428f46c78ae38945df8e1d256e9 /Hercules-12.sln | |
parent | 4a1332099ff348f88f3d2c05512a92d3bc6f9c25 (diff) | |
download | hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.tar.gz hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.tar.bz2 hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.tar.xz hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.zip |
Visual Studio project corrections
- Corrected duplicate GUIDs in the VS2010/VS2012 projects
- Added gitignore entries for the HPMHooking plugin files
- Special thanks to Takkun for providing the VS2012 updated file
Diffstat (limited to 'Hercules-12.sln')
-rw-r--r-- | Hercules-12.sln | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Hercules-12.sln b/Hercules-12.sln index 8fef6c9ef..686100c98 100644 --- a/Hercules-12.sln +++ b/Hercules-12.sln @@ -10,7 +10,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-12\mapca EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-sample", "vcproj-12\plugin-sample.vcxproj", "{E64C56D3-CDFB-483B-900B-A62D216B6D2F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking", "vcproj-12\plugin-HPMHooking.vcxproj", "{E64C56D3-CDFB-483B-900B-A62D216B6D2F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking", "vcproj-12\plugin-HPMHooking.vcxproj", "{745D4A8C-6A68-4721-A43A-D81BF59860A1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -38,8 +38,10 @@ Global {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 - {E64C56D3-CDFB-483B-900B-A62D216B6D2F}.Release|Win32.ActiveCfg = Release|Win32 - {E64C56D3-CDFB-483B-900B-A62D216B6D2F}.Release|Win32.Build.0 = Release|Win32 + {745D4A8C-6A68-4721-A43A-D81BF59860A1}.Debug|Win32.ActiveCfg = Debug|Win32 + {745D4A8C-6A68-4721-A43A-D81BF59860A1}.Debug|Win32.Build.0 = Debug|Win32 + {745D4A8C-6A68-4721-A43A-D81BF59860A1}.Release|Win32.ActiveCfg = Release|Win32 + {745D4A8C-6A68-4721-A43A-D81BF59860A1}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |