From 058d73ec95f3ba11678980ff8b80ab6bdda21668 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 24 Jul 2015 07:01:03 +0000 Subject: folders: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14662 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/Folders/folders.vcxproj | 28 ++++ plugins/Folders/folders.vcxproj.filters | 4 + plugins/Folders/folders_10.vcxproj | 211 ---------------------------- plugins/Folders/folders_10.vcxproj.filters | 74 ---------- plugins/Folders/folders_12.vcxproj | 212 ----------------------------- plugins/Folders/folders_12.vcxproj.filters | 74 ---------- plugins/Folders/folders_14.vcxproj | 212 ----------------------------- plugins/Folders/folders_14.vcxproj.filters | 74 ---------- plugins/Folders/src/commonheaders.h | 63 --------- plugins/Folders/src/dlg_handlers.cpp | 2 +- plugins/Folders/src/events.cpp | 2 +- plugins/Folders/src/folderItem.cpp | 2 +- plugins/Folders/src/folderItem.h | 2 - plugins/Folders/src/folders.cpp | 2 +- plugins/Folders/src/services.cpp | 2 +- plugins/Folders/src/stdafx.cpp | 18 --- plugins/Folders/src/stdafx.cxx | 18 +++ plugins/Folders/src/stdafx.h | 61 +++++++++ plugins/Folders/src/utils.cpp | 2 +- 26 files changed, 124 insertions(+), 953 deletions(-) create mode 100644 plugins/Folders/folders.vcxproj create mode 100644 plugins/Folders/folders.vcxproj.filters delete mode 100644 plugins/Folders/folders_10.vcxproj delete mode 100644 plugins/Folders/folders_10.vcxproj.filters delete mode 100644 plugins/Folders/folders_12.vcxproj delete mode 100644 plugins/Folders/folders_12.vcxproj.filters delete mode 100644 plugins/Folders/folders_14.vcxproj delete mode 100644 plugins/Folders/folders_14.vcxproj.filters delete mode 100644 plugins/Folders/src/commonheaders.h delete mode 100644 plugins/Folders/src/stdafx.cpp create mode 100644 plugins/Folders/src/stdafx.cxx create mode 100644 plugins/Folders/src/stdafx.h diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index 9a2a246f54..5f67db947e 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -68,7 +68,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_10.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_10.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index d7024e45b8..865634afa4 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -68,7 +68,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_10.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_10.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 2531a45cb5..fef205889e 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -68,7 +68,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_10.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_10.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index 3d6b05e0a0..21f46510a0 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -70,7 +70,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_12.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_12.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 4d15311715..d6f69b94ef 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -70,7 +70,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_12.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_12.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index c29dead316..d0ef941a97 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -70,7 +70,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_14.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_14.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index 15ffd3b44e..c379adc85d 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -70,7 +70,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_14.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_14.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject diff --git a/plugins/Folders/folders.vcxproj b/plugins/Folders/folders.vcxproj new file mode 100644 index 0000000000..db01c9dea0 --- /dev/null +++ b/plugins/Folders/folders.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {019FAEBD-BD7B-4470-A15B-A7DB1787E6BD} + Folders + + + + + \ No newline at end of file diff --git a/plugins/Folders/folders.vcxproj.filters b/plugins/Folders/folders.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/Folders/folders.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/Folders/folders_10.vcxproj b/plugins/Folders/folders_10.vcxproj deleted file mode 100644 index a1d6c4e0eb..0000000000 --- a/plugins/Folders/folders_10.vcxproj +++ /dev/null @@ -1,211 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {019FAEBD-BD7B-4470-A15B-A7DB1787E6BD} - Folders - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - false - Use - commonheaders.h - - - true - Windows - 0x2F000000 - false - $(ProfileDir)..\..\bin10\lib - $(IntDir)$(TargetName).lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level3 - false - Use - commonheaders.h - - - true - Windows - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - OnlyExplicitInline - false - Use - commonheaders.h - true - - - true - Windows - true - true - 0x2F000000 - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - $(IntDir)$(TargetName).lib - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - OnlyExplicitInline - false - Use - commonheaders.h - true - - - true - Windows - true - true - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/Folders/folders_10.vcxproj.filters b/plugins/Folders/folders_10.vcxproj.filters deleted file mode 100644 index 3edd8ab47b..0000000000 --- a/plugins/Folders/folders_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 - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/Folders/folders_12.vcxproj b/plugins/Folders/folders_12.vcxproj deleted file mode 100644 index 4c1e0666f4..0000000000 --- a/plugins/Folders/folders_12.vcxproj +++ /dev/null @@ -1,212 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {019FAEBD-BD7B-4470-A15B-A7DB1787E6BD} - Folders - - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level4 - EditAndContinue - false - Use - commonheaders.h - - - true - Windows - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - false - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level4 - false - Use - commonheaders.h - - - true - Windows - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level4 - OnlyExplicitInline - false - Use - commonheaders.h - - - true - Windows - true - true - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level4 - OnlyExplicitInline - false - Use - commonheaders.h - - - true - Windows - true - true - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/Folders/folders_12.vcxproj.filters b/plugins/Folders/folders_12.vcxproj.filters deleted file mode 100644 index 3edd8ab47b..0000000000 --- a/plugins/Folders/folders_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 - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/Folders/folders_14.vcxproj b/plugins/Folders/folders_14.vcxproj deleted file mode 100644 index ce889e002d..0000000000 --- a/plugins/Folders/folders_14.vcxproj +++ /dev/null @@ -1,212 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {019FAEBD-BD7B-4470-A15B-A7DB1787E6BD} - Folders - - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level4 - EditAndContinue - false - Use - commonheaders.h - - - true - Windows - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - false - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level4 - false - Use - commonheaders.h - - - true - Windows - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level4 - OnlyExplicitInline - false - Use - commonheaders.h - - - true - Windows - true - true - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level4 - OnlyExplicitInline - false - Use - commonheaders.h - - - true - Windows - true - true - 0x2F000000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/Folders/folders_14.vcxproj.filters b/plugins/Folders/folders_14.vcxproj.filters deleted file mode 100644 index 3edd8ab47b..0000000000 --- a/plugins/Folders/folders_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 - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/Folders/src/commonheaders.h b/plugins/Folders/src/commonheaders.h deleted file mode 100644 index ef29b5545c..0000000000 --- a/plugins/Folders/src/commonheaders.h +++ /dev/null @@ -1,63 +0,0 @@ -/* -Custom profile folders plugin for Miranda IM - -Copyright © 2005 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. -*/ - -#define _CRT_SECURE_NO_WARNINGS - -#ifndef M_FOLDERS_COMMONHEADERS_H -#define M_FOLDERS_COMMONHEADERS_H - -#define MAX_FOLDER_SIZE 2048 - -#include -#include - -#include -#include -#include - -#include -#include -#include -#include -#include -#include - -#include -#include -#include - -#include "version.h" -#include "utils.h" -#include "resource.h" -#include "services.h" -#include "events.h" -#include "folderItem.h" - -#ifndef MS_DB_GETPROFILEPATH_BASIC //db3xSA -#define MS_DB_GETPROFILEPATH_BASIC "DB/GetProfilePathBasic" -#endif - -#define MS_FOLDERS_TEST_PLUGIN "Folders/Test/Plugin" - -extern char ModuleName[]; -extern HINSTANCE hInstance; -extern OBJLIST lstRegisteredFolders; - -#endif //FOLDERS_COMMONHEADERS_H \ No newline at end of file diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp index b5e6668912..32835dc6cc 100644 --- a/plugins/Folders/src/dlg_handlers.cpp +++ b/plugins/Folders/src/dlg_handlers.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h" +#include "stdafx.h" PFolderItem lastItem = NULL; diff --git a/plugins/Folders/src/events.cpp b/plugins/Folders/src/events.cpp index c3e1d5c941..db9bd46c1d 100644 --- a/plugins/Folders/src/events.cpp +++ b/plugins/Folders/src/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" static HANDLE hPathChanged; diff --git a/plugins/Folders/src/folderItem.cpp b/plugins/Folders/src/folderItem.cpp index 22043a172c..4da4164568 100644 --- a/plugins/Folders/src/folderItem.cpp +++ b/plugins/Folders/src/folderItem.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" CFolderItem::CFolderItem(const char *sectionName, const char *name, const TCHAR *format, const TCHAR *userName) { diff --git a/plugins/Folders/src/folderItem.h b/plugins/Folders/src/folderItem.h index ded5c12a6f..03b88f86e5 100644 --- a/plugins/Folders/src/folderItem.h +++ b/plugins/Folders/src/folderItem.h @@ -18,8 +18,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define _CRT_SECURE_NO_WARNINGS - #ifndef M_FOLDERS_FOLDER_ITEM_H #define M_FOLDERS_FOLDER_ITEM_H diff --git a/plugins/Folders/src/folders.cpp b/plugins/Folders/src/folders.cpp index 80278cc187..ec41cd29fb 100644 --- a/plugins/Folders/src/folders.cpp +++ b/plugins/Folders/src/folders.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" char ModuleName[] = "Folders"; HINSTANCE hInstance; diff --git a/plugins/Folders/src/services.cpp b/plugins/Folders/src/services.cpp index 9ee51cb1a2..ffe0b9665d 100644 --- a/plugins/Folders/src/services.cpp +++ b/plugins/Folders/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 DEFAULT_SECTION "Unknown" diff --git a/plugins/Folders/src/stdafx.cpp b/plugins/Folders/src/stdafx.cpp deleted file mode 100644 index 048b14e9d2..0000000000 --- a/plugins/Folders/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/Folders/src/stdafx.cxx b/plugins/Folders/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/Folders/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/Folders/src/stdafx.h b/plugins/Folders/src/stdafx.h new file mode 100644 index 0000000000..148720d01d --- /dev/null +++ b/plugins/Folders/src/stdafx.h @@ -0,0 +1,61 @@ +/* +Custom profile folders plugin for Miranda IM + +Copyright © 2005 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_FOLDERS_COMMONHEADERS_H +#define M_FOLDERS_COMMONHEADERS_H + +#define MAX_FOLDER_SIZE 2048 + +#include +#include + +#include +#include +#include + +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include "version.h" +#include "utils.h" +#include "resource.h" +#include "services.h" +#include "events.h" +#include "folderItem.h" + +#ifndef MS_DB_GETPROFILEPATH_BASIC //db3xSA +#define MS_DB_GETPROFILEPATH_BASIC "DB/GetProfilePathBasic" +#endif + +#define MS_FOLDERS_TEST_PLUGIN "Folders/Test/Plugin" + +extern char ModuleName[]; +extern HINSTANCE hInstance; +extern OBJLIST lstRegisteredFolders; + +#endif //FOLDERS_COMMONHEADERS_H \ No newline at end of file diff --git a/plugins/Folders/src/utils.cpp b/plugins/Folders/src/utils.cpp index 60bbd4142c..97ffef2eb6 100644 --- a/plugins/Folders/src/utils.cpp +++ b/plugins/Folders/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" CMString ExpandPath(const TCHAR *format) { -- cgit v1.2.3