From a80b1d98ab78dac31fb9087d826603f49aee7660 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Mon, 12 Aug 2019 20:28:12 +0100 Subject: replace msvc12 build files with msvc16 --- Hercules-12.sln | 58 ---- Hercules-16.sln | 61 ++++ vcproj-12/char-server.vcxproj | 253 -------------- vcproj-12/char-server.vcxproj.filters | 366 -------------------- vcproj-12/login-server.vcxproj | 228 ------------- vcproj-12/login-server.vcxproj.filters | 279 ---------------- vcproj-12/map-server.vcxproj | 319 ------------------ vcproj-12/map-server.vcxproj.filters | 534 ------------------------------ vcproj-12/plugin-HPMHooking_char.vcxproj | 120 ------- vcproj-12/plugin-HPMHooking_login.vcxproj | 120 ------- vcproj-12/plugin-HPMHooking_map.vcxproj | 120 ------- vcproj-12/plugin-sample.vcxproj | 120 ------- vcproj-16/char-server.vcxproj | 252 ++++++++++++++ vcproj-16/char-server.vcxproj.filters | 366 ++++++++++++++++++++ vcproj-16/login-server.vcxproj | 227 +++++++++++++ vcproj-16/login-server.vcxproj.filters | 279 ++++++++++++++++ vcproj-16/map-server.vcxproj | 318 ++++++++++++++++++ vcproj-16/map-server.vcxproj.filters | 534 ++++++++++++++++++++++++++++++ vcproj-16/plugin-HPMHooking_char.vcxproj | 121 +++++++ vcproj-16/plugin-HPMHooking_login.vcxproj | 121 +++++++ vcproj-16/plugin-HPMHooking_map.vcxproj | 121 +++++++ vcproj-16/plugin-sample.vcxproj | 121 +++++++ 22 files changed, 2521 insertions(+), 2517 deletions(-) delete mode 100644 Hercules-12.sln create mode 100644 Hercules-16.sln delete mode 100644 vcproj-12/char-server.vcxproj delete mode 100644 vcproj-12/char-server.vcxproj.filters delete mode 100644 vcproj-12/login-server.vcxproj delete mode 100644 vcproj-12/login-server.vcxproj.filters delete mode 100644 vcproj-12/map-server.vcxproj delete mode 100644 vcproj-12/map-server.vcxproj.filters delete mode 100644 vcproj-12/plugin-HPMHooking_char.vcxproj delete mode 100644 vcproj-12/plugin-HPMHooking_login.vcxproj delete mode 100644 vcproj-12/plugin-HPMHooking_map.vcxproj delete mode 100644 vcproj-12/plugin-sample.vcxproj create mode 100644 vcproj-16/char-server.vcxproj create mode 100644 vcproj-16/char-server.vcxproj.filters create mode 100644 vcproj-16/login-server.vcxproj create mode 100644 vcproj-16/login-server.vcxproj.filters create mode 100644 vcproj-16/map-server.vcxproj create mode 100644 vcproj-16/map-server.vcxproj.filters create mode 100644 vcproj-16/plugin-HPMHooking_char.vcxproj create mode 100644 vcproj-16/plugin-HPMHooking_login.vcxproj create mode 100644 vcproj-16/plugin-HPMHooking_map.vcxproj create mode 100644 vcproj-16/plugin-sample.vcxproj diff --git a/Hercules-12.sln b/Hercules-12.sln deleted file mode 100644 index c1a78b5ef..000000000 --- a/Hercules-12.sln +++ /dev/null @@ -1,58 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# 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}") = "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}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking_map", "vcproj-12\plugin-HPMHooking_map.vcxproj", "{745D4A8C-6A68-4721-A43A-D81BF59860A1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking_char", "vcproj-12\plugin-HPMHooking_char.vcxproj", "{D495824D-24D3-4623-A28C-4CA506084A09}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking_login", "vcproj-12\plugin-HPMHooking_login.vcxproj", "{544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D356871D-58E1-450B-967A-E4E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 - {D356871D-58E1-450B-967A-E4E9646175AF}.Debug|Win32.Build.0 = Debug|Win32 - {D356871D-58E1-450B-967A-E4E9646175AF}.Release|Win32.ActiveCfg = Release|Win32 - {D356871D-58E1-450B-967A-E4E9646175AF}.Release|Win32.Build.0 = Release|Win32 - {D356871D-58E1-450B-967A-E5E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 - {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-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 - {D356871D-58E1-450B-967A-E6E9646175AF}.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 - {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 - {D495824D-24D3-4623-A28C-4CA506084A09}.Debug|Win32.ActiveCfg = Debug|Win32 - {D495824D-24D3-4623-A28C-4CA506084A09}.Debug|Win32.Build.0 = Debug|Win32 - {D495824D-24D3-4623-A28C-4CA506084A09}.Release|Win32.ActiveCfg = Release|Win32 - {D495824D-24D3-4623-A28C-4CA506084A09}.Release|Win32.Build.0 = Release|Win32 - {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}.Debug|Win32.ActiveCfg = Debug|Win32 - {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}.Debug|Win32.Build.0 = Debug|Win32 - {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}.Release|Win32.ActiveCfg = Release|Win32 - {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Hercules-16.sln b/Hercules-16.sln new file mode 100644 index 000000000..b4bece6d9 --- /dev/null +++ b/Hercules-16.sln @@ -0,0 +1,61 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29123.88 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server", "vcproj-16\char-server.vcxproj", "{D356871D-58E1-450B-967A-E4E9646175AF}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "login-server", "vcproj-16\login-server.vcxproj", "{D356871D-58E1-450B-967A-E5E9646175AF}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server", "vcproj-16\map-server.vcxproj", "{D356871D-58E1-450B-967A-E6E9646175AF}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-sample", "vcproj-16\plugin-sample.vcxproj", "{E64C56D3-CDFB-483B-900B-A62D216B6D2F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking_map", "vcproj-16\plugin-HPMHooking_map.vcxproj", "{745D4A8C-6A68-4721-A43A-D81BF59860A1}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking_char", "vcproj-16\plugin-HPMHooking_char.vcxproj", "{D495824D-24D3-4623-A28C-4CA506084A09}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin-HPMHooking_login", "vcproj-16\plugin-HPMHooking_login.vcxproj", "{544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D356871D-58E1-450B-967A-E4E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 + {D356871D-58E1-450B-967A-E4E9646175AF}.Debug|Win32.Build.0 = Debug|Win32 + {D356871D-58E1-450B-967A-E4E9646175AF}.Release|Win32.ActiveCfg = Release|Win32 + {D356871D-58E1-450B-967A-E4E9646175AF}.Release|Win32.Build.0 = Release|Win32 + {D356871D-58E1-450B-967A-E5E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 + {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-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 + {D356871D-58E1-450B-967A-E6E9646175AF}.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 + {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 + {D495824D-24D3-4623-A28C-4CA506084A09}.Debug|Win32.ActiveCfg = Debug|Win32 + {D495824D-24D3-4623-A28C-4CA506084A09}.Debug|Win32.Build.0 = Debug|Win32 + {D495824D-24D3-4623-A28C-4CA506084A09}.Release|Win32.ActiveCfg = Release|Win32 + {D495824D-24D3-4623-A28C-4CA506084A09}.Release|Win32.Build.0 = Release|Win32 + {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}.Debug|Win32.ActiveCfg = Debug|Win32 + {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}.Debug|Win32.Build.0 = Debug|Win32 + {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}.Release|Win32.ActiveCfg = Release|Win32 + {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5DB2664E-B4D7-4FC3-B0E2-F5E7608B9393} + EndGlobalSection +EndGlobal diff --git a/vcproj-12/char-server.vcxproj b/vcproj-12/char-server.vcxproj deleted file mode 100644 index 284f38239..000000000 --- a/vcproj-12/char-server.vcxproj +++ /dev/null @@ -1,253 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {D356871D-58E1-450B-967A-E4E9646175AF} - char-server - Win32Proj - - - - Application - MultiByte - true - v120 - - - Application - MultiByte - v120 - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - ..\ - $(ProjectName)\$(Configuration)\ - true - ..\ - $(ProjectName)\$(Configuration)\ - false - char-server - char-server - - - - Disabled - ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) - false - false - - - EnableFastChecks - MultiThreadedDebug - true - - - - - Level3 - EditAndContinue - CompileAsC - 4800;%(DisableSpecificWarnings) - true - - - libcmtd.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).exe - ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;%(AdditionalLibraryDirectories) - true - %(IgnoreSpecificDefaultLibraries) - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - false - - - - - MaxSpeed - AnySuitable - true - Speed - true - true - true - ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) - true - MultiThreaded - - - - - Level3 - ProgramDatabase - CompileAsC - 4800;%(DisableSpecificWarnings) - true - - - libcmt.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).exe - ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;%(AdditionalLibraryDirectories) - true - %(IgnoreSpecificDefaultLibraries) - true - $(OutDir)$(ProjectName).pdb - Console - true - true - UseLinkTimeCodeGeneration - false - - - MachineX86 - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/vcproj-12/char-server.vcxproj.filters b/vcproj-12/char-server.vcxproj.filters deleted file mode 100644 index ab023a77f..000000000 --- a/vcproj-12/char-server.vcxproj.filters +++ /dev/null @@ -1,366 +0,0 @@ - - - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - 3rdparty\mt19937ar - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - common - - - common - - - common - - - char - - - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - char - - - 3rdparty\mt19937ar - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - config - - - config - - - config - - - config - - - config - - - char - - - - - {623f21b1-c166-4848-83d8-8b4fe0e2e2df} - - - {b3f5c857-79c0-4a55-b8c5-7e7f56a8f948} - - - {847768ab-8c4b-431b-8667-00f8ae3b915c} - - - {9e8badd7-548f-4eb4-9e87-613e87e772ff} - - - {83b1ecf5-21d1-4dac-915f-95ff77a90899} - - - {d2dbc907-ce23-48c3-85ac-049ff2a8c728} - - - \ No newline at end of file diff --git a/vcproj-12/login-server.vcxproj b/vcproj-12/login-server.vcxproj deleted file mode 100644 index 325fe53c8..000000000 --- a/vcproj-12/login-server.vcxproj +++ /dev/null @@ -1,228 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {D356871D-58E1-450B-967A-E5E9646175AF} - login-server - Win32Proj - - - - Application - MultiByte - true - v120 - - - Application - MultiByte - v120 - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - ..\ - $(ProjectName)\$(Configuration)\ - true - ..\ - $(ProjectName)\$(Configuration)\ - false - login-server - login-server - - - - Disabled - ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) - false - false - - - EnableFastChecks - MultiThreadedDebug - true - - - - - Level3 - EditAndContinue - CompileAsC - 4100;4800;%(DisableSpecificWarnings) - true - - - libcmtd.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).exe - ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;%(AdditionalLibraryDirectories) - true - %(IgnoreSpecificDefaultLibraries) - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - false - - - - - MaxSpeed - AnySuitable - true - Speed - true - true - true - ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) - true - MultiThreaded - - - - - - - - - Level3 - ProgramDatabase - CompileAsC - 4100;4800;%(DisableSpecificWarnings) - true - - - libcmt.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).exe - ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;%(AdditionalLibraryDirectories) - true - %(IgnoreSpecificDefaultLibraries) - true - $(OutDir)$(ProjectName).pdb - Console - true - true - UseLinkTimeCodeGeneration - false - - - MachineX86 - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/vcproj-12/login-server.vcxproj.filters b/vcproj-12/login-server.vcxproj.filters deleted file mode 100644 index 301950f0d..000000000 --- a/vcproj-12/login-server.vcxproj.filters +++ /dev/null @@ -1,279 +0,0 @@ - - - - - login - - - login - - - login - - - login - - - login - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - 3rdparty\mt19937ar - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - common - - - common - - - common - - - login - - - - - login - - - login - - - login - - - login - - - login - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - 3rdparty\mt19937ar - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - config - - - config - - - config - - - config - - - config - - - login - - - login - - - - - {b50ee803-e71d-4d41-8f7d-2dad5839df50} - - - {ab5c90ec-923d-4847-a214-45b40818211e} - - - {68e3bcee-28d9-4b2d-8701-614d50f32999} - - - {779e8145-9bb2-4a88-9149-60586ab0bdd4} - - - {8eea96ed-d379-4694-ae2e-ffb0be95170c} - - - {d8fb6ac7-c87d-4d6b-aea4-98a0ea800666} - - - \ No newline at end of file diff --git a/vcproj-12/map-server.vcxproj b/vcproj-12/map-server.vcxproj deleted file mode 100644 index 34f55be49..000000000 --- a/vcproj-12/map-server.vcxproj +++ /dev/null @@ -1,319 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {D356871D-58E1-450B-967A-E6E9646175AF} - map-server - Win32Proj - - - - Application - MultiByte - true - v120 - - - Application - MultiByte - v120 - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - ..\ - $(ProjectName)\$(Configuration)\ - true - ..\ - $(ProjectName)\$(Configuration)\ - false - map-server - map-server - - - - Disabled - ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) - false - false - - - EnableFastChecks - MultiThreadedDebug - true - - - - - Level3 - EditAndContinue - CompileAsC - 4018;4100;4800;%(DisableSpecificWarnings) - true - - - libcmtd.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;pcre.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).exe - ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;..\3rdparty\pcre\lib;%(AdditionalLibraryDirectories) - true - %(IgnoreSpecificDefaultLibraries) - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - false - - - - - MaxSpeed - AnySuitable - true - Speed - true - true - true - ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar;%(AdditionalIncludeDirectories) - WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) - true - MultiThreaded - - - - - Level3 - ProgramDatabase - CompileAsC - 4018;4100;4800;%(DisableSpecificWarnings) - true - - - libcmt.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;pcre.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).exe - ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;..\3rdparty\pcre\lib;%(AdditionalLibraryDirectories) - true - %(IgnoreSpecificDefaultLibraries) - true - $(OutDir)$(ProjectName).pdb - Console - true - true - UseLinkTimeCodeGeneration - false - - - MachineX86 - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/vcproj-12/map-server.vcxproj.filters b/vcproj-12/map-server.vcxproj.filters deleted file mode 100644 index aae670525..000000000 --- a/vcproj-12/map-server.vcxproj.filters +++ /dev/null @@ -1,534 +0,0 @@ - - - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - map - - - common - - - 3rdparty\mt19937ar - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - common - - - common - - - map - - - map - - - map - - - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - map - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - common - - - map - - - common - - - 3rdparty\mt19937ar - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - 3rdparty\libconfig - - - common - - - common - - - common - - - map - - - common - - - common - - - common - - - common - - - common - - - config - - - config - - - config - - - config - - - config - - - map - - - map - - - map - - - - - {3a137217-ebf7-44ee-95d9-3d7c51d2a199} - - - {c4845ea8-bcc7-411b-af29-e3842adb6714} - - - {fcf23386-ddba-4a72-9b41-62f8e2d0e6c0} - - - {9caf40b7-c4d1-43b4-bd1f-0376b4f920e7} - - - {8c01a080-5a78-4fb7-96f2-862c33a02230} - - - {d7d16c66-c973-45d7-b47f-a1f80a898b9b} - - - \ No newline at end of file diff --git a/vcproj-12/plugin-HPMHooking_char.vcxproj b/vcproj-12/plugin-HPMHooking_char.vcxproj deleted file mode 100644 index 016d85c6f..000000000 --- a/vcproj-12/plugin-HPMHooking_char.vcxproj +++ /dev/null @@ -1,120 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {D495824D-24D3-4623-A28C-4CA506084A09} - plugin-HPMHooking_char - Win32Proj - plugin-HPMHooking_char - - - - DynamicLibrary - MultiByte - v120 - - - DynamicLibrary - MultiByte - v120 - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - ..\plugins\ - $(ProjectName)\$(Configuration)\ - false - ..\plugins\ - $(ProjectName)\$(Configuration)\ - false - NativeRecommendedRules.ruleset - - - AllRules.ruleset - - - HPMHooking_char - HPMHooking_char - - - - /MP %(AdditionalOptions) - Disabled - ..\src;..\3rdparty;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_CHAR;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - true - Level3 - ProgramDatabase - 4996;%(DisableSpecificWarnings) - true - - - _DEBUG;%(PreprocessorDefinitions) - 0x0417 - - - $(OutDir)$(TargetName).dll - - - true - $(IntDir)$(TargetName).pdb - false - $(IntDir)$(TargetName).lib - MachineX86 - - - - - /MP %(AdditionalOptions) - MaxSpeed - ..\src;..\3rdparty;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_CHAR;%(PreprocessorDefinitions) - MultiThreaded - Level3 - ProgramDatabase - 4996;%(DisableSpecificWarnings) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0417 - - - $(OutDir)$(TargetName).dll - - - true - $(IntDir)$(TargetName).pdb - true - true - false - $(IntDir)$(TargetName).lib - MachineX86 - - - - - - - - - \ No newline at end of file diff --git a/vcproj-12/plugin-HPMHooking_login.vcxproj b/vcproj-12/plugin-HPMHooking_login.vcxproj deleted file mode 100644 index 2b8f56cbf..000000000 --- a/vcproj-12/plugin-HPMHooking_login.vcxproj +++ /dev/null @@ -1,120 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1} - plugin-HPMHooking_login - Win32Proj - plugin-HPMHooking_login - - - - DynamicLibrary - MultiByte - v120 - - - DynamicLibrary - MultiByte - v120 - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - ..\plugins\ - $(ProjectName)\$(Configuration)\ - false - ..\plugins\ - $(ProjectName)\$(Configuration)\ - false - NativeRecommendedRules.ruleset - - - AllRules.ruleset - - - HPMHooking_login - HPMHooking_login - - - - /MP %(AdditionalOptions) - Disabled - ..\src;..\3rdparty;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_LOGIN;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - true - Level3 - ProgramDatabase - 4996;%(DisableSpecificWarnings) - true - - - _DEBUG;%(PreprocessorDefinitions) - 0x0417 - - - $(OutDir)$(TargetName).dll - - - true - $(IntDir)$(TargetName).pdb - false - $(IntDir)$(TargetName).lib - MachineX86 - - - - - /MP %(AdditionalOptions) - MaxSpeed - ..\src;..\3rdparty;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_LOGIN;%(PreprocessorDefinitions) - MultiThreaded - Level3 - ProgramDatabase - 4996;%(DisableSpecificWarnings) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0417 - - - $(OutDir)$(TargetName).dll - - - true - $(IntDir)$(TargetName).pdb - true - true - false - $(IntDir)$(TargetName).lib - MachineX86 - - - - - - - - - \ No newline at end of file diff --git a/vcproj-12/plugin-HPMHooking_map.vcxproj b/vcproj-12/plugin-HPMHooking_map.vcxproj deleted file mode 100644 index 0fca64016..000000000 --- a/vcproj-12/plugin-HPMHooking_map.vcxproj +++ /dev/null @@ -1,120 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {745D4A8C-6A68-4721-A43A-D81BF59860A1} - plugin-HPMHooking_map - Win32Proj - plugin-HPMHooking_map - - - - DynamicLibrary - MultiByte - v120 - - - DynamicLibrary - MultiByte - v120 - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - ..\plugins\ - $(ProjectName)\$(Configuration)\ - false - ..\plugins\ - $(ProjectName)\$(Configuration)\ - false - NativeRecommendedRules.ruleset - - - AllRules.ruleset - - - HPMHooking_map - HPMHooking_map - - - - /MP %(AdditionalOptions) - Disabled - ..\src;..\3rdparty;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_MAP;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - true - Level3 - ProgramDatabase - 4996;%(DisableSpecificWarnings) - true - - - _DEBUG;%(PreprocessorDefinitions) - 0x0417 - - - $(OutDir)$(TargetName).dll - - - true - $(IntDir)$(TargetName).pdb - false - $(IntDir)$(TargetName).lib - MachineX86 - - - - - /MP %(AdditionalOptions) - MaxSpeed - ..\src;..\3rdparty;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_MAP;%(PreprocessorDefinitions) - MultiThreaded - Level3 - ProgramDatabase - 4996;%(DisableSpecificWarnings) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0417 - - - $(OutDir)$(TargetName).dll - - - true - $(IntDir)$(TargetName).pdb - true - true - false - $(IntDir)$(TargetName).lib - MachineX86 - - - - - - - - - \ No newline at end of file diff --git a/vcproj-12/plugin-sample.vcxproj b/vcproj-12/plugin-sample.vcxproj deleted file mode 100644 index ea269b1e7..000000000 --- a/vcproj-12/plugin-sample.vcxproj +++ /dev/null @@ -1,120 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {E64C56D3-CDFB-483B-900B-A62D216B6D2F} - plugin-sample - Win32Proj - plugin-sample - - - - DynamicLibrary - MultiByte - v120 - - - DynamicLibrary - MultiByte - v120 - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - ..\plugins\ - $(ProjectName)\$(Configuration)\ - false - ..\plugins\ - $(ProjectName)\$(Configuration)\ - false - NativeRecommendedRules.ruleset - - - AllRules.ruleset - - - sample - sample - - - - /MP %(AdditionalOptions) - Disabled - ..\src;..\3rdparty;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - true - Level3 - ProgramDatabase - 4996;%(DisableSpecificWarnings) - true - - - _DEBUG;%(PreprocessorDefinitions) - 0x0417 - - - $(OutDir)$(TargetName).dll - - - true - $(IntDir)$(TargetName).pdb - false - $(IntDir)$(TargetName).lib - MachineX86 - - - - - /MP %(AdditionalOptions) - MaxSpeed - ..\src;..\3rdparty;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreaded - Level3 - ProgramDatabase - 4996;%(DisableSpecificWarnings) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0417 - - - $(OutDir)$(TargetName).dll - - - true - $(IntDir)$(TargetName).pdb - true - true - false - $(IntDir)$(TargetName).lib - MachineX86 - - - - - - - - - \ No newline at end of file diff --git a/vcproj-16/char-server.vcxproj b/vcproj-16/char-server.vcxproj new file mode 100644 index 000000000..fd53a34ad --- /dev/null +++ b/vcproj-16/char-server.vcxproj @@ -0,0 +1,252 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {D356871D-58E1-450B-967A-E4E9646175AF} + char-server + Win32Proj + 10.0 + + + + Application + MultiByte + true + v142 + + + Application + MultiByte + v142 + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\ + $(ProjectName)\$(Configuration)\ + true + ..\ + $(ProjectName)\$(Configuration)\ + false + char-server + char-server + + + + Disabled + ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) + false + false + + + EnableFastChecks + MultiThreadedDebug + true + + + + + Level3 + EditAndContinue + CompileAsC + 4800;%(DisableSpecificWarnings) + true + + + libcmtd.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + $(OutDir)$(ProjectName).pdb + Console + false + + + MachineX86 + false + + + + + MaxSpeed + AnySuitable + true + Speed + true + true + true + ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) + true + MultiThreaded + + + + + Level3 + ProgramDatabase + CompileAsC + 4800;%(DisableSpecificWarnings) + true + + + libcmt.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + $(OutDir)$(ProjectName).pdb + Console + true + true + UseLinkTimeCodeGeneration + false + + + MachineX86 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vcproj-16/char-server.vcxproj.filters b/vcproj-16/char-server.vcxproj.filters new file mode 100644 index 000000000..ab023a77f --- /dev/null +++ b/vcproj-16/char-server.vcxproj.filters @@ -0,0 +1,366 @@ + + + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + 3rdparty\mt19937ar + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + common + + + common + + + common + + + char + + + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + char + + + 3rdparty\mt19937ar + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + config + + + config + + + config + + + config + + + config + + + char + + + + + {623f21b1-c166-4848-83d8-8b4fe0e2e2df} + + + {b3f5c857-79c0-4a55-b8c5-7e7f56a8f948} + + + {847768ab-8c4b-431b-8667-00f8ae3b915c} + + + {9e8badd7-548f-4eb4-9e87-613e87e772ff} + + + {83b1ecf5-21d1-4dac-915f-95ff77a90899} + + + {d2dbc907-ce23-48c3-85ac-049ff2a8c728} + + + \ No newline at end of file diff --git a/vcproj-16/login-server.vcxproj b/vcproj-16/login-server.vcxproj new file mode 100644 index 000000000..b5137bf29 --- /dev/null +++ b/vcproj-16/login-server.vcxproj @@ -0,0 +1,227 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {D356871D-58E1-450B-967A-E5E9646175AF} + login-server + Win32Proj + 10.0 + + + + Application + MultiByte + true + v142 + + + Application + MultiByte + v142 + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\ + $(ProjectName)\$(Configuration)\ + true + ..\ + $(ProjectName)\$(Configuration)\ + false + login-server + login-server + + + + Disabled + ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) + false + false + + + EnableFastChecks + MultiThreadedDebug + true + + + + + Level3 + EditAndContinue + CompileAsC + 4100;4800;%(DisableSpecificWarnings) + true + + + libcmtd.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + $(OutDir)$(ProjectName).pdb + Console + false + + + MachineX86 + false + + + + + MaxSpeed + AnySuitable + true + Speed + true + true + true + ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) + true + MultiThreaded + + + + + + + + + Level3 + ProgramDatabase + CompileAsC + 4100;4800;%(DisableSpecificWarnings) + true + + + libcmt.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + $(OutDir)$(ProjectName).pdb + Console + true + true + UseLinkTimeCodeGeneration + false + + + MachineX86 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vcproj-16/login-server.vcxproj.filters b/vcproj-16/login-server.vcxproj.filters new file mode 100644 index 000000000..301950f0d --- /dev/null +++ b/vcproj-16/login-server.vcxproj.filters @@ -0,0 +1,279 @@ + + + + + login + + + login + + + login + + + login + + + login + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + 3rdparty\mt19937ar + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + common + + + common + + + common + + + login + + + + + login + + + login + + + login + + + login + + + login + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + 3rdparty\mt19937ar + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + config + + + config + + + config + + + config + + + config + + + login + + + login + + + + + {b50ee803-e71d-4d41-8f7d-2dad5839df50} + + + {ab5c90ec-923d-4847-a214-45b40818211e} + + + {68e3bcee-28d9-4b2d-8701-614d50f32999} + + + {779e8145-9bb2-4a88-9149-60586ab0bdd4} + + + {8eea96ed-d379-4694-ae2e-ffb0be95170c} + + + {d8fb6ac7-c87d-4d6b-aea4-98a0ea800666} + + + \ No newline at end of file diff --git a/vcproj-16/map-server.vcxproj b/vcproj-16/map-server.vcxproj new file mode 100644 index 000000000..8d84af347 --- /dev/null +++ b/vcproj-16/map-server.vcxproj @@ -0,0 +1,318 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {D356871D-58E1-450B-967A-E6E9646175AF} + map-server + Win32Proj + 10.0 + + + + Application + MultiByte + true + v142 + + + Application + MultiByte + v142 + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\ + $(ProjectName)\$(Configuration)\ + true + ..\ + $(ProjectName)\$(Configuration)\ + false + map-server + map-server + + + + Disabled + ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) + false + false + + + EnableFastChecks + MultiThreadedDebug + true + + + + + Level3 + EditAndContinue + CompileAsC + 4018;4100;4800;%(DisableSpecificWarnings) + true + + + libcmtd.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;pcre.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;..\3rdparty\pcre\lib;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + $(OutDir)$(ProjectName).pdb + Console + false + + + MachineX86 + false + + + + + MaxSpeed + AnySuitable + true + Speed + true + true + true + ..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar;%(AdditionalIncludeDirectories) + WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) + true + MultiThreaded + + + + + Level3 + ProgramDatabase + CompileAsC + 4018;4100;4800;%(DisableSpecificWarnings) + true + + + libcmt.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;pcre.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + ..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;..\3rdparty\pcre\lib;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + $(OutDir)$(ProjectName).pdb + Console + true + true + UseLinkTimeCodeGeneration + false + + + MachineX86 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vcproj-16/map-server.vcxproj.filters b/vcproj-16/map-server.vcxproj.filters new file mode 100644 index 000000000..aae670525 --- /dev/null +++ b/vcproj-16/map-server.vcxproj.filters @@ -0,0 +1,534 @@ + + + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + map + + + common + + + 3rdparty\mt19937ar + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + common + + + common + + + map + + + map + + + map + + + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + map + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + map + + + common + + + 3rdparty\mt19937ar + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + 3rdparty\libconfig + + + common + + + common + + + common + + + map + + + common + + + common + + + common + + + common + + + common + + + config + + + config + + + config + + + config + + + config + + + map + + + map + + + map + + + + + {3a137217-ebf7-44ee-95d9-3d7c51d2a199} + + + {c4845ea8-bcc7-411b-af29-e3842adb6714} + + + {fcf23386-ddba-4a72-9b41-62f8e2d0e6c0} + + + {9caf40b7-c4d1-43b4-bd1f-0376b4f920e7} + + + {8c01a080-5a78-4fb7-96f2-862c33a02230} + + + {d7d16c66-c973-45d7-b47f-a1f80a898b9b} + + + \ No newline at end of file diff --git a/vcproj-16/plugin-HPMHooking_char.vcxproj b/vcproj-16/plugin-HPMHooking_char.vcxproj new file mode 100644 index 000000000..22cd0ea42 --- /dev/null +++ b/vcproj-16/plugin-HPMHooking_char.vcxproj @@ -0,0 +1,121 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {D495824D-24D3-4623-A28C-4CA506084A09} + plugin-HPMHooking_char + Win32Proj + plugin-HPMHooking_char + 10.0 + + + + DynamicLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + ..\plugins\ + $(ProjectName)\$(Configuration)\ + false + ..\plugins\ + $(ProjectName)\$(Configuration)\ + false + NativeRecommendedRules.ruleset + + + AllRules.ruleset + + + HPMHooking_char + HPMHooking_char + + + + /MP %(AdditionalOptions) + Disabled + ..\src;..\3rdparty;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_CHAR;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0417 + + + $(OutDir)$(TargetName).dll + + + true + $(IntDir)$(TargetName).pdb + false + $(IntDir)$(TargetName).lib + MachineX86 + + + + + /MP %(AdditionalOptions) + MaxSpeed + ..\src;..\3rdparty;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_CHAR;%(PreprocessorDefinitions) + MultiThreaded + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + 0x0417 + + + $(OutDir)$(TargetName).dll + + + true + $(IntDir)$(TargetName).pdb + true + true + false + $(IntDir)$(TargetName).lib + MachineX86 + + + + + + + + + \ No newline at end of file diff --git a/vcproj-16/plugin-HPMHooking_login.vcxproj b/vcproj-16/plugin-HPMHooking_login.vcxproj new file mode 100644 index 000000000..9e3c872c6 --- /dev/null +++ b/vcproj-16/plugin-HPMHooking_login.vcxproj @@ -0,0 +1,121 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {544AD8E8-0309-49DE-9F8D-F9FEA24D92F1} + plugin-HPMHooking_login + Win32Proj + plugin-HPMHooking_login + 10.0 + + + + DynamicLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + ..\plugins\ + $(ProjectName)\$(Configuration)\ + false + ..\plugins\ + $(ProjectName)\$(Configuration)\ + false + NativeRecommendedRules.ruleset + + + AllRules.ruleset + + + HPMHooking_login + HPMHooking_login + + + + /MP %(AdditionalOptions) + Disabled + ..\src;..\3rdparty;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_LOGIN;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0417 + + + $(OutDir)$(TargetName).dll + + + true + $(IntDir)$(TargetName).pdb + false + $(IntDir)$(TargetName).lib + MachineX86 + + + + + /MP %(AdditionalOptions) + MaxSpeed + ..\src;..\3rdparty;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_LOGIN;%(PreprocessorDefinitions) + MultiThreaded + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + 0x0417 + + + $(OutDir)$(TargetName).dll + + + true + $(IntDir)$(TargetName).pdb + true + true + false + $(IntDir)$(TargetName).lib + MachineX86 + + + + + + + + + \ No newline at end of file diff --git a/vcproj-16/plugin-HPMHooking_map.vcxproj b/vcproj-16/plugin-HPMHooking_map.vcxproj new file mode 100644 index 000000000..a4616b15e --- /dev/null +++ b/vcproj-16/plugin-HPMHooking_map.vcxproj @@ -0,0 +1,121 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {745D4A8C-6A68-4721-A43A-D81BF59860A1} + plugin-HPMHooking_map + Win32Proj + plugin-HPMHooking_map + 10.0 + + + + DynamicLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + ..\plugins\ + $(ProjectName)\$(Configuration)\ + false + ..\plugins\ + $(ProjectName)\$(Configuration)\ + false + NativeRecommendedRules.ruleset + + + AllRules.ruleset + + + HPMHooking_map + HPMHooking_map + + + + /MP %(AdditionalOptions) + Disabled + ..\src;..\3rdparty;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_MAP;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0417 + + + $(OutDir)$(TargetName).dll + + + true + $(IntDir)$(TargetName).pdb + false + $(IntDir)$(TargetName).lib + MachineX86 + + + + + /MP %(AdditionalOptions) + MaxSpeed + ..\src;..\3rdparty;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_WINDOWS;_USRDLL;HPMHOOKING_MAP;%(PreprocessorDefinitions) + MultiThreaded + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + 0x0417 + + + $(OutDir)$(TargetName).dll + + + true + $(IntDir)$(TargetName).pdb + true + true + false + $(IntDir)$(TargetName).lib + MachineX86 + + + + + + + + + \ No newline at end of file diff --git a/vcproj-16/plugin-sample.vcxproj b/vcproj-16/plugin-sample.vcxproj new file mode 100644 index 000000000..c78972666 --- /dev/null +++ b/vcproj-16/plugin-sample.vcxproj @@ -0,0 +1,121 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {E64C56D3-CDFB-483B-900B-A62D216B6D2F} + plugin-sample + Win32Proj + plugin-sample + 10.0 + + + + DynamicLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + ..\plugins\ + $(ProjectName)\$(Configuration)\ + false + ..\plugins\ + $(ProjectName)\$(Configuration)\ + false + NativeRecommendedRules.ruleset + + + AllRules.ruleset + + + sample + sample + + + + /MP %(AdditionalOptions) + Disabled + ..\src;..\3rdparty;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0417 + + + $(OutDir)$(TargetName).dll + + + true + $(IntDir)$(TargetName).pdb + false + $(IntDir)$(TargetName).lib + MachineX86 + + + + + /MP %(AdditionalOptions) + MaxSpeed + ..\src;..\3rdparty;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreaded + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + 0x0417 + + + $(OutDir)$(TargetName).dll + + + true + $(IntDir)$(TargetName).pdb + true + true + false + $(IntDir)$(TargetName).lib + MachineX86 + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2