From ae2b2899a40c45aecdb967aa20eb900c61ea5a45 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 1 Aug 2015 21:21:38 +0000 Subject: YahooGroups: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_dev.sln | 2 +- bin10/mir_full.sln | 2 +- bin10/mir_full_pro.sln | 2 +- bin12/mir_dev.sln | 2 +- bin12/mir_full.sln | 2 +- bin14/mir_dev.sln | 2 +- bin14/mir_full.sln | 2 +- plugins/YahooGroups/YahooGroups.vcxproj | 28 +++ plugins/YahooGroups/YahooGroups.vcxproj.filters | 4 + plugins/YahooGroups/YahooGroups_10.vcxproj | 206 -------------------- plugins/YahooGroups/YahooGroups_10.vcxproj.filters | 74 -------- plugins/YahooGroups/YahooGroups_12.vcxproj | 211 --------------------- plugins/YahooGroups/YahooGroups_12.vcxproj.filters | 74 -------- plugins/YahooGroups/YahooGroups_14.vcxproj | 211 --------------------- plugins/YahooGroups/YahooGroups_14.vcxproj.filters | 74 -------- plugins/YahooGroups/src/YahooGroups.cpp | 2 +- plugins/YahooGroups/src/commonheaders.h | 53 ------ plugins/YahooGroups/src/dlg_handlers.cpp | 2 +- plugins/YahooGroups/src/dlg_handlers.h | 2 +- plugins/YahooGroups/src/hooked_events.cpp | 2 +- plugins/YahooGroups/src/hooked_events.h | 2 +- plugins/YahooGroups/src/list.cpp | 2 +- plugins/YahooGroups/src/list.h | 2 +- plugins/YahooGroups/src/services.cpp | 2 +- plugins/YahooGroups/src/services.h | 2 +- plugins/YahooGroups/src/stdafx.cpp | 18 -- plugins/YahooGroups/src/stdafx.cxx | 18 ++ plugins/YahooGroups/src/stdafx.h | 51 +++++ plugins/YahooGroups/src/utils.cpp | 2 +- plugins/YahooGroups/src/utils.h | 2 +- 30 files changed, 119 insertions(+), 939 deletions(-) create mode 100644 plugins/YahooGroups/YahooGroups.vcxproj create mode 100644 plugins/YahooGroups/YahooGroups.vcxproj.filters delete mode 100644 plugins/YahooGroups/YahooGroups_10.vcxproj delete mode 100644 plugins/YahooGroups/YahooGroups_10.vcxproj.filters delete mode 100644 plugins/YahooGroups/YahooGroups_12.vcxproj delete mode 100644 plugins/YahooGroups/YahooGroups_12.vcxproj.filters delete mode 100644 plugins/YahooGroups/YahooGroups_14.vcxproj delete mode 100644 plugins/YahooGroups/YahooGroups_14.vcxproj.filters delete mode 100644 plugins/YahooGroups/src/commonheaders.h delete mode 100644 plugins/YahooGroups/src/stdafx.cpp create mode 100644 plugins/YahooGroups/src/stdafx.cxx create mode 100644 plugins/YahooGroups/src/stdafx.h diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index dd7cdfaca7..ece4fdff6b 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -355,7 +355,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_10.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YARelay", "..\plugins\YARelay\YARelay_10.vcxproj", "{AA5CA2D0-F096-4001-B1B6-439C7FC11E77}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index c758e0f212..f58ace435e 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -362,7 +362,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\No EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_10.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YARelay", "..\plugins\YARelay\YARelay_10.vcxproj", "{AA5CA2D0-F096-4001-B1B6-439C7FC11E77}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 14c0dbbe3a..86680002f3 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -396,7 +396,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_10.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YARelay", "..\plugins\YARelay\YARelay_10.vcxproj", "{AA5CA2D0-F096-4001-B1B6-439C7FC11E77}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index 39a3a4158b..37cbcd6b9c 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -362,7 +362,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_12.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YARelay", "..\plugins\YARelay\YARelay_12.vcxproj", "{AA5CA2D0-F096-4001-B1B6-439C7FC11E77}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 0eadff2b0c..67d1f66345 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -364,7 +364,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\No EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_12.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YARelay", "..\plugins\YARelay\YARelay_12.vcxproj", "{AA5CA2D0-F096-4001-B1B6-439C7FC11E77}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index e8113b939d..40ed6533f9 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -362,7 +362,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_14.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YARelay", "..\plugins\YARelay\YARelay_14.vcxproj", "{AA5CA2D0-F096-4001-B1B6-439C7FC11E77}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index e4010145e0..093473549b 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -364,7 +364,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\No EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_14.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YARelay", "..\plugins\YARelay\YARelay_14.vcxproj", "{AA5CA2D0-F096-4001-B1B6-439C7FC11E77}" EndProject diff --git a/plugins/YahooGroups/YahooGroups.vcxproj b/plugins/YahooGroups/YahooGroups.vcxproj new file mode 100644 index 0000000000..ff220ea5b0 --- /dev/null +++ b/plugins/YahooGroups/YahooGroups.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {0E73244B-30D7-4A62-B4B3-9A32B96EC1B7} + YahooGroups + + + + + \ No newline at end of file diff --git a/plugins/YahooGroups/YahooGroups.vcxproj.filters b/plugins/YahooGroups/YahooGroups.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/YahooGroups/YahooGroups.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/YahooGroups/YahooGroups_10.vcxproj b/plugins/YahooGroups/YahooGroups_10.vcxproj deleted file mode 100644 index 52d3ea36d8..0000000000 --- a/plugins/YahooGroups/YahooGroups_10.vcxproj +++ /dev/null @@ -1,206 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {0E73244B-30D7-4A62-B4B3-9A32B96EC1B7} - YahooGroups - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - EditAndContinue - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - false - - - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - false - - - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - Size - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Level3 - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - true - true - OnlyExplicitInline - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - Size - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Level3 - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - true - true - OnlyExplicitInline - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - \ No newline at end of file diff --git a/plugins/YahooGroups/YahooGroups_10.vcxproj.filters b/plugins/YahooGroups/YahooGroups_10.vcxproj.filters deleted file mode 100644 index ced8752d3c..0000000000 --- a/plugins/YahooGroups/YahooGroups_10.vcxproj.filters +++ /dev/null @@ -1,74 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/plugins/YahooGroups/YahooGroups_12.vcxproj b/plugins/YahooGroups/YahooGroups_12.vcxproj deleted file mode 100644 index 593e32939a..0000000000 --- a/plugins/YahooGroups/YahooGroups_12.vcxproj +++ /dev/null @@ -1,211 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {0E73244B-30D7-4A62-B4B3-9A32B96EC1B7} - YahooGroups - - - - DynamicLibrary - Unicode - v120_xp - true - - - DynamicLibrary - Unicode - v120_xp - true - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - EditAndContinue - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - false - - - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - false - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - false - - - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - Size - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Level3 - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - true - true - OnlyExplicitInline - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - Size - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Level3 - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - true - true - OnlyExplicitInline - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - \ No newline at end of file diff --git a/plugins/YahooGroups/YahooGroups_12.vcxproj.filters b/plugins/YahooGroups/YahooGroups_12.vcxproj.filters deleted file mode 100644 index ced8752d3c..0000000000 --- a/plugins/YahooGroups/YahooGroups_12.vcxproj.filters +++ /dev/null @@ -1,74 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/plugins/YahooGroups/YahooGroups_14.vcxproj b/plugins/YahooGroups/YahooGroups_14.vcxproj deleted file mode 100644 index 8e7dc0f8de..0000000000 --- a/plugins/YahooGroups/YahooGroups_14.vcxproj +++ /dev/null @@ -1,211 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {0E73244B-30D7-4A62-B4B3-9A32B96EC1B7} - YahooGroups - - - - DynamicLibrary - Unicode - v140_xp - true - - - DynamicLibrary - Unicode - v140_xp - true - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - EditAndContinue - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - false - - - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - false - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - false - - - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - Size - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Level3 - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - true - true - OnlyExplicitInline - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - Size - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Level3 - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - commonheaders.h - true - true - OnlyExplicitInline - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - \ No newline at end of file diff --git a/plugins/YahooGroups/YahooGroups_14.vcxproj.filters b/plugins/YahooGroups/YahooGroups_14.vcxproj.filters deleted file mode 100644 index ced8752d3c..0000000000 --- a/plugins/YahooGroups/YahooGroups_14.vcxproj.filters +++ /dev/null @@ -1,74 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/plugins/YahooGroups/src/YahooGroups.cpp b/plugins/YahooGroups/src/YahooGroups.cpp index 4cec4c963d..d907e2aa75 100644 --- a/plugins/YahooGroups/src/YahooGroups.cpp +++ b/plugins/YahooGroups/src/YahooGroups.cpp @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "stdafx.h" CLIST_INTERFACE *pcli; char ModuleName[] = "YahooGroups"; diff --git a/plugins/YahooGroups/src/commonheaders.h b/plugins/YahooGroups/src/commonheaders.h deleted file mode 100644 index db316c3b18..0000000000 --- a/plugins/YahooGroups/src/commonheaders.h +++ /dev/null @@ -1,53 +0,0 @@ -/* -YahooGroups plugin for Miranda IM - -Copyright © 2007 Cristian Libotean - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - - -#ifndef M_YAHOOGROUPS_COMMONHEADERS_H -#define M_YAHOOGROUPS_COMMONHEADERS_H - -#define _CRT_SECURE_NO_WARNINGS - -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "version.h" -#include "dlg_handlers.h" -#include "hooked_events.h" -#include "services.h" -#include "list.h" -#include "services.h" -#include "utils.h" -#include "resource.h" - -extern char ModuleName[]; -extern HINSTANCE hInstance; -extern UINT currentCodePage; - -#endif //M_YAHOOGROUPS_COMMONHEADERS_H \ No newline at end of file diff --git a/plugins/YahooGroups/src/dlg_handlers.cpp b/plugins/YahooGroups/src/dlg_handlers.cpp index 4c23c92f9b..1bb4ae8b58 100644 --- a/plugins/YahooGroups/src/dlg_handlers.cpp +++ b/plugins/YahooGroups/src/dlg_handlers.cpp @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "stdafx.h" INT_PTR CALLBACK DlgProcOptions(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) { diff --git a/plugins/YahooGroups/src/dlg_handlers.h b/plugins/YahooGroups/src/dlg_handlers.h index 77dbb1948e..e1fe1b8115 100644 --- a/plugins/YahooGroups/src/dlg_handlers.h +++ b/plugins/YahooGroups/src/dlg_handlers.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_YAHOOGROUPS_DLGHANDLERS_H #define M_YAHOOGROUPS_DLGHANDLERS_H -#include "commonheaders.h" +#include "stdafx.h" INT_PTR CALLBACK DlgProcOptions(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); diff --git a/plugins/YahooGroups/src/hooked_events.cpp b/plugins/YahooGroups/src/hooked_events.cpp index d213c0a719..bc2341f748 100644 --- a/plugins/YahooGroups/src/hooked_events.cpp +++ b/plugins/YahooGroups/src/hooked_events.cpp @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "stdafx.h" HANDLE hModulesLoaded; HANDLE hOptionsInitialize; diff --git a/plugins/YahooGroups/src/hooked_events.h b/plugins/YahooGroups/src/hooked_events.h index 224667a78a..555fe570e9 100644 --- a/plugins/YahooGroups/src/hooked_events.h +++ b/plugins/YahooGroups/src/hooked_events.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_YAHOOGROUPS_HOOKED_EVENTS_H #define M_YAHOOGROUPS_HOOKED_EVENTS_H -#include "commonheaders.h" +#include "stdafx.h" extern HANDLE hModulesLoaded; extern HANDLE hOptionsInitialise; diff --git a/plugins/YahooGroups/src/list.cpp b/plugins/YahooGroups/src/list.cpp index abfde10670..94b0ac40d4 100644 --- a/plugins/YahooGroups/src/list.cpp +++ b/plugins/YahooGroups/src/list.cpp @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "stdafx.h" CGroupsList &availableGroups = CGroupsList(); diff --git a/plugins/YahooGroups/src/list.h b/plugins/YahooGroups/src/list.h index 3414d8fdec..a2931a94ec 100644 --- a/plugins/YahooGroups/src/list.h +++ b/plugins/YahooGroups/src/list.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_YAHOOGROUPS_LIST_H #define M_YAHOOGROUPS_LIST_H -#include "commonheaders.h" +#include "stdafx.h" class CGroupsList { diff --git a/plugins/YahooGroups/src/services.cpp b/plugins/YahooGroups/src/services.cpp index 8bb381621f..71252f42d5 100644 --- a/plugins/YahooGroups/src/services.cpp +++ b/plugins/YahooGroups/src/services.cpp @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "stdafx.h" #define CLIST_GROUPS "CListGroups" diff --git a/plugins/YahooGroups/src/services.h b/plugins/YahooGroups/src/services.h index dff16431d0..b6a2237815 100644 --- a/plugins/YahooGroups/src/services.h +++ b/plugins/YahooGroups/src/services.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_YAHOOGROUPS_SERVICES_H #define M_YAHOOGROUPS_SERVICES_H -#include "commonheaders.h" +#include "stdafx.h" #define MS_YAHOOGROUPS_MOVE "YahooGroups/Groups/MoveToOfficialGroups" #define MS_YAHOOGROUPS_RESET "YahooGroups/Groups/Reset" diff --git a/plugins/YahooGroups/src/stdafx.cpp b/plugins/YahooGroups/src/stdafx.cpp deleted file mode 100644 index 048b14e9d2..0000000000 --- a/plugins/YahooGroups/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation version 2 -of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#include "commonheaders.h" \ No newline at end of file diff --git a/plugins/YahooGroups/src/stdafx.cxx b/plugins/YahooGroups/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/YahooGroups/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "stdafx.h" \ No newline at end of file diff --git a/plugins/YahooGroups/src/stdafx.h b/plugins/YahooGroups/src/stdafx.h new file mode 100644 index 0000000000..a42495ae84 --- /dev/null +++ b/plugins/YahooGroups/src/stdafx.h @@ -0,0 +1,51 @@ +/* +YahooGroups plugin for Miranda IM + +Copyright © 2007 Cristian Libotean + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + +#ifndef M_YAHOOGROUPS_COMMONHEADERS_H +#define M_YAHOOGROUPS_COMMONHEADERS_H + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "version.h" +#include "dlg_handlers.h" +#include "hooked_events.h" +#include "services.h" +#include "list.h" +#include "services.h" +#include "utils.h" +#include "resource.h" + +extern char ModuleName[]; +extern HINSTANCE hInstance; +extern UINT currentCodePage; + +#endif //M_YAHOOGROUPS_COMMONHEADERS_H \ No newline at end of file diff --git a/plugins/YahooGroups/src/utils.cpp b/plugins/YahooGroups/src/utils.cpp index a22c01baf3..383d001007 100644 --- a/plugins/YahooGroups/src/utils.cpp +++ b/plugins/YahooGroups/src/utils.cpp @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "stdafx.h" int LogInit() { diff --git a/plugins/YahooGroups/src/utils.h b/plugins/YahooGroups/src/utils.h index e34a7c6ecd..3239217211 100644 --- a/plugins/YahooGroups/src/utils.h +++ b/plugins/YahooGroups/src/utils.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_YAHOOGROUPS_UTILS_H #define M_YAHOOGROUPS_UTILS_H -#include "commonheaders.h" +#include "stdafx.h" //#define USE_LOG #define LOG_FILE "yahoogroups.log" -- cgit v1.2.3