From 6a631da5854d7d73c89c86946e47b4d364039d63 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 22 May 2013 16:54:58 +0000 Subject: - LotusNotify: added to solutions git-svn-id: http://svn.miranda-ng.org/main/trunk@4804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_full.sln | 10 + bin10/mir_full_pro.sln | 11 + bin11/mir_full.sln | 10 + plugins/LotusNotify/LotusNotify_10.vcxproj | 2 +- plugins/LotusNotify/LotusNotify_11.vcxproj | 236 +++++++++++++++++++++ plugins/LotusNotify/LotusNotify_11.vcxproj.filters | 151 +++++++++++++ 6 files changed, 419 insertions(+), 1 deletion(-) create mode 100644 plugins/LotusNotify/LotusNotify_11.vcxproj create mode 100644 plugins/LotusNotify/LotusNotify_11.vcxproj.filters diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index e0b6c2f7c7..5eb9183caa 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -393,6 +393,8 @@ 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}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1761,6 +1763,14 @@ Global {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}.Release|Win32.Build.0 = Release|Win32 {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}.Release|x64.ActiveCfg = Release|x64 {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}.Release|x64.Build.0 = Release|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|Win32.ActiveCfg = Debug|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|Win32.Build.0 = Debug|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|x64.ActiveCfg = Debug|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|x64.Build.0 = Debug|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|Win32.ActiveCfg = Release|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|Win32.Build.0 = Release|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|x64.ActiveCfg = Release|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index bfb7042520..416a65df5e 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -429,6 +429,8 @@ 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}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1797,6 +1799,14 @@ Global {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}.Release|Win32.Build.0 = Release|Win32 {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}.Release|x64.ActiveCfg = Release|x64 {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}.Release|x64.Build.0 = Release|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|Win32.ActiveCfg = Debug|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|Win32.Build.0 = Debug|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|x64.ActiveCfg = Debug|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|x64.Build.0 = Debug|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|Win32.ActiveCfg = Release|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|Win32.Build.0 = Release|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|x64.ActiveCfg = Release|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -1887,6 +1897,7 @@ Global {E4CD8BBA-B580-4584-AC3E-B4E9915026AE} = {B913F0DC-E0A2-4973-A65C-BB00A51DB9E4} {2115FEBC-1EC4-4F95-A058-A523ED5295A4} = {B913F0DC-E0A2-4973-A65C-BB00A51DB9E4} {A556E0B5-73A1-4676-BA1F-133820DE7D5A} = {B913F0DC-E0A2-4973-A65C-BB00A51DB9E4} + {0E046380-14CA-4C23-A807-8C678519A605} = {B913F0DC-E0A2-4973-A65C-BB00A51DB9E4} {987F026D-EB1F-4013-ADA8-2406ACCDA526} = {0D22875F-6B96-49C3-BA4F-D7E573A1515B} {D9057E63-AAAA-4FE7-800A-20C02F4761F3} = {0D22875F-6B96-49C3-BA4F-D7E573A1515B} {56997126-0098-407A-94E1-7C5748C1C9EF} = {0D22875F-6B96-49C3-BA4F-D7E573A1515B} diff --git a/bin11/mir_full.sln b/bin11/mir_full.sln index cf58141ef0..a1023a131d 100644 --- a/bin11/mir_full.sln +++ b/bin11/mir_full.sln @@ -393,6 +393,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "New_GPG", "..\plugins\New_G EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spamotron", "..\plugins\Spamotron\Spamotron_11.vcxproj", "{DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\LotusNotify\LotusNotify_11.vcxproj", "{0E046380-14CA-4C23-A807-8C678519A605}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1761,6 +1763,14 @@ Global {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}.Release|Win32.Build.0 = Release|Win32 {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}.Release|x64.ActiveCfg = Release|x64 {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4}.Release|x64.Build.0 = Release|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|Win32.ActiveCfg = Debug|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|Win32.Build.0 = Debug|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|x64.ActiveCfg = Debug|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Debug|x64.Build.0 = Debug|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|Win32.ActiveCfg = Release|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|Win32.Build.0 = Release|Win32 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|x64.ActiveCfg = Release|x64 + {0E046380-14CA-4C23-A807-8C678519A605}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/plugins/LotusNotify/LotusNotify_10.vcxproj b/plugins/LotusNotify/LotusNotify_10.vcxproj index d1f5bad21f..85e6110e53 100644 --- a/plugins/LotusNotify/LotusNotify_10.vcxproj +++ b/plugins/LotusNotify/LotusNotify_10.vcxproj @@ -165,7 +165,7 @@ true true Windows - $(ProfileDir)..\..\bin10\lib;%(AdditionalLibraryDirectories) + $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% diff --git a/plugins/LotusNotify/LotusNotify_11.vcxproj b/plugins/LotusNotify/LotusNotify_11.vcxproj new file mode 100644 index 0000000000..8f24b7b50c --- /dev/null +++ b/plugins/LotusNotify/LotusNotify_11.vcxproj @@ -0,0 +1,236 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + LotusNotify + {0E046380-14CA-4C23-A807-8C678519A605} + + + + DynamicLibrary + Unicode + true + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + DynamicLibrary + Unicode + true + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.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;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Use + Level3 + EditAndContinue + EnableFastChecks + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin11\lib + false + + + + + Disabled + ..\..\include;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Use + Level3 + EnableFastChecks + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin11\lib + + + + + Full + OnlyExplicitInline + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Use + Level3 + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + true + true + Windows + $(ProfileDir)..\..\bin11\lib + + + + + + + Full + OnlyExplicitInline + ..\..\include;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Use + Level3 + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + false + $(IntDir)$(TargetName).lib + true + true + Windows + $(ProfileDir)..\..\bin11\lib + + + + + + + + + + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/LotusNotify/LotusNotify_11.vcxproj.filters b/plugins/LotusNotify/LotusNotify_11.vcxproj.filters new file mode 100644 index 0000000000..5bc066e5c4 --- /dev/null +++ b/plugins/LotusNotify/LotusNotify_11.vcxproj.filters @@ -0,0 +1,151 @@ + + + + + {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 + + + {df00f0a3-e7f1-4ece-8f78-92cd020c62d1} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + notesapi + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3