From 020562babca94cea7b79341e036df5a3e9f33517 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 25 Jul 2015 14:31:59 +0000 Subject: LotusNotify: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14688 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/Clist_nicer/skineditor/skinedit_12.vcxproj | 208 --------------------- .../skineditor/skinedit_12.vcxproj.filters | 44 ----- plugins/Clist_nicer/skineditor/src/commonheaders.h | 38 ---- plugins/Clist_nicer/skineditor/src/stdafx.cpp | 18 -- plugins/LotusNotify/LotusNotify.vcxproj | 20 ++ plugins/LotusNotify/LotusNotify.vcxproj.filters | 4 + plugins/LotusNotify/LotusNotify_10.vcxproj | 122 ------------ plugins/LotusNotify/LotusNotify_10.vcxproj.filters | 64 ------- plugins/LotusNotify/LotusNotify_12.vcxproj | 120 ------------ plugins/LotusNotify/LotusNotify_12.vcxproj.filters | 56 ------ plugins/LotusNotify/LotusNotify_14.vcxproj | 120 ------------ plugins/LotusNotify/LotusNotify_14.vcxproj.filters | 56 ------ plugins/LotusNotify/src/stdafx.cpp | 1 - plugins/LotusNotify/src/stdafx.cxx | 18 ++ plugins/LotusNotify/src/stdafx.h | 1 - 22 files changed, 49 insertions(+), 855 deletions(-) delete mode 100644 plugins/Clist_nicer/skineditor/skinedit_12.vcxproj delete mode 100644 plugins/Clist_nicer/skineditor/skinedit_12.vcxproj.filters delete mode 100644 plugins/Clist_nicer/skineditor/src/commonheaders.h delete mode 100644 plugins/Clist_nicer/skineditor/src/stdafx.cpp create mode 100644 plugins/LotusNotify/LotusNotify.vcxproj create mode 100644 plugins/LotusNotify/LotusNotify.vcxproj.filters delete mode 100644 plugins/LotusNotify/LotusNotify_10.vcxproj delete mode 100644 plugins/LotusNotify/LotusNotify_10.vcxproj.filters delete mode 100644 plugins/LotusNotify/LotusNotify_12.vcxproj delete mode 100644 plugins/LotusNotify/LotusNotify_12.vcxproj.filters delete mode 100644 plugins/LotusNotify/LotusNotify_14.vcxproj delete mode 100644 plugins/LotusNotify/LotusNotify_14.vcxproj.filters delete mode 100644 plugins/LotusNotify/src/stdafx.cpp create mode 100644 plugins/LotusNotify/src/stdafx.cxx diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index c5f87a0a74..5838cbb725 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -367,7 +367,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "New_GPG", "..\plugins\New_G EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spamotron", "..\plugins\Spamotron\Spamotron_10.vcxproj", "{DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify_10.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_10.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index a7a90c063a..3588a87785 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -374,7 +374,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "New_GPG", "..\plugins\New_G EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spamotron", "..\plugins\Spamotron\Spamotron_10.vcxproj", "{DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify_10.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_10.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 39bc8bbb3e..c77852f557 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -408,7 +408,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "New_GPG", "..\plugins\New_G EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spamotron", "..\plugins\Spamotron\Spamotron_10.vcxproj", "{DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify_10.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_10.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index d66330b560..5ccbc3dffe 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -374,7 +374,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "New_GPG", "..\plugins\New_G EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spamotron", "..\plugins\Spamotron\Spamotron_12.vcxproj", "{DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify_12.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_12.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 4b796e6d7d..290bf29beb 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -376,7 +376,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "New_GPG", "..\plugins\New_G EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spamotron", "..\plugins\Spamotron\Spamotron_12.vcxproj", "{DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify_12.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_12.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index 1eaf1060e7..d862f4854a 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -378,7 +378,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "New_GPG", "..\plugins\New_G EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spamotron", "..\plugins\Spamotron\Spamotron_14.vcxproj", "{DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify_14.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_14.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index 053505f30e..b490d5293c 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -376,7 +376,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "New_GPG", "..\plugins\New_G EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spamotron", "..\plugins\Spamotron\Spamotron_14.vcxproj", "{DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify_14.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_14.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject diff --git a/plugins/Clist_nicer/skineditor/skinedit_12.vcxproj b/plugins/Clist_nicer/skineditor/skinedit_12.vcxproj deleted file mode 100644 index c89759d6fa..0000000000 --- a/plugins/Clist_nicer/skineditor/skinedit_12.vcxproj +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - Cln_skinedit - {987F026D-EB1F-4013-ADA8-2406ACCDA526} - - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Level3 - false - Fast - false - commonheaders.h - Use - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - true - true - true - 0x06660000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Disabled - ..\..\..\include;..\..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - false - commonheaders.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - true - 0x06660000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - false - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Level3 - false - Fast - false - commonheaders.h - Use - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - true - true - true - 0x06660000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Disabled - ..\..\..\include;..\..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - false - commonheaders.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - true - 0x06660000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - - Create - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/Clist_nicer/skineditor/skinedit_12.vcxproj.filters b/plugins/Clist_nicer/skineditor/skinedit_12.vcxproj.filters deleted file mode 100644 index 8be030a14a..0000000000 --- a/plugins/Clist_nicer/skineditor/skinedit_12.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {f3618112-c0bf-4751-b29e-ed1198ca74d1} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e0d7a372-f82b-46f9-825d-061420a0df25} - h;hpp;hxx;hm;inl - - - {3527c0e6-563d-4d23-9b58-2087fa7f94b0} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - - - Resource Files - - - Resource Files - - - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/plugins/Clist_nicer/skineditor/src/commonheaders.h b/plugins/Clist_nicer/skineditor/src/commonheaders.h deleted file mode 100644 index e0a34a03ad..0000000000 --- a/plugins/Clist_nicer/skineditor/src/commonheaders.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - -Miranda NG: the free IM client for Microsoft* Windows* - -Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org), -Copyright (c) 2000-04 Miranda ICQ/IM project, -all portions of this codebase are copyrighted to the people -listed in contributors.txt. - -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 - -#include -#include -#include - -#include -#include -#include -#include -#include - -#include "Version.h" -#include "skineditres.h" diff --git a/plugins/Clist_nicer/skineditor/src/stdafx.cpp b/plugins/Clist_nicer/skineditor/src/stdafx.cpp deleted file mode 100644 index 048b14e9d2..0000000000 --- a/plugins/Clist_nicer/skineditor/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/LotusNotify/LotusNotify.vcxproj b/plugins/LotusNotify/LotusNotify.vcxproj new file mode 100644 index 0000000000..66fc3d3e8b --- /dev/null +++ b/plugins/LotusNotify/LotusNotify.vcxproj @@ -0,0 +1,20 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + LotusNotify + {0E046380-14CA-4C23-A807-8C678519A605} + + + + + \ No newline at end of file diff --git a/plugins/LotusNotify/LotusNotify.vcxproj.filters b/plugins/LotusNotify/LotusNotify.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/LotusNotify/LotusNotify.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/LotusNotify/LotusNotify_10.vcxproj b/plugins/LotusNotify/LotusNotify_10.vcxproj deleted file mode 100644 index e178c3c97c..0000000000 --- a/plugins/LotusNotify/LotusNotify_10.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - LotusNotify - {0E046380-14CA-4C23-A807-8C678519A605} - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Use - Level3 - EditAndContinue - EnableFastChecks - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin10\lib - - - - - Full - OnlyExplicitInline - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Use - Level3 - Size - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - true - true - Windows - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - - - - Create - Create - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/LotusNotify/LotusNotify_10.vcxproj.filters b/plugins/LotusNotify/LotusNotify_10.vcxproj.filters deleted file mode 100644 index 97e891ae0b..0000000000 --- a/plugins/LotusNotify/LotusNotify_10.vcxproj.filters +++ /dev/null @@ -1,64 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;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 - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/LotusNotify/LotusNotify_12.vcxproj b/plugins/LotusNotify/LotusNotify_12.vcxproj deleted file mode 100644 index a72eefaea0..0000000000 --- a/plugins/LotusNotify/LotusNotify_12.vcxproj +++ /dev/null @@ -1,120 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - LotusNotify - {0E046380-14CA-4C23-A807-8C678519A605} - - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Use - Level3 - EditAndContinue - EnableFastChecks - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin12\lib - false - - - - - Full - OnlyExplicitInline - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Use - Level3 - Size - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - true - true - Windows - $(ProfileDir)..\..\bin12\lib - - - - - - - - Create - Create - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/LotusNotify/LotusNotify_12.vcxproj.filters b/plugins/LotusNotify/LotusNotify_12.vcxproj.filters deleted file mode 100644 index 9bc4ec3ce0..0000000000 --- a/plugins/LotusNotify/LotusNotify_12.vcxproj.filters +++ /dev/null @@ -1,56 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;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 - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/LotusNotify/LotusNotify_14.vcxproj b/plugins/LotusNotify/LotusNotify_14.vcxproj deleted file mode 100644 index 6389546d69..0000000000 --- a/plugins/LotusNotify/LotusNotify_14.vcxproj +++ /dev/null @@ -1,120 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - LotusNotify - {0E046380-14CA-4C23-A807-8C678519A605} - - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Use - Level3 - EditAndContinue - EnableFastChecks - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin14\lib - false - - - - - Full - OnlyExplicitInline - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Use - Level3 - Size - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - true - true - Windows - $(ProfileDir)..\..\bin14\lib - - - - - - - - Create - Create - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/LotusNotify/LotusNotify_14.vcxproj.filters b/plugins/LotusNotify/LotusNotify_14.vcxproj.filters deleted file mode 100644 index 9bc4ec3ce0..0000000000 --- a/plugins/LotusNotify/LotusNotify_14.vcxproj.filters +++ /dev/null @@ -1,56 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;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 - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/LotusNotify/src/stdafx.cpp b/plugins/LotusNotify/src/stdafx.cpp deleted file mode 100644 index a27b824da7..0000000000 --- a/plugins/LotusNotify/src/stdafx.cpp +++ /dev/null @@ -1 +0,0 @@ -#include "stdafx.h" diff --git a/plugins/LotusNotify/src/stdafx.cxx b/plugins/LotusNotify/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/LotusNotify/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/LotusNotify/src/stdafx.h b/plugins/LotusNotify/src/stdafx.h index 0cf1942427..76860539ea 100644 --- a/plugins/LotusNotify/src/stdafx.h +++ b/plugins/LotusNotify/src/stdafx.h @@ -2,7 +2,6 @@ // Windows headers -#define _CRT_SECURE_NO_WARNINGS #include #include #include -- cgit v1.2.3