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 --- 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 - 11 files changed, 42 insertions(+), 540 deletions(-) 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 (limited to 'plugins/LotusNotify') 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