From a83f744f5fdb10989a27e7f27522048bc756b61e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 4 Jun 2013 12:24:42 +0000 Subject: - ConnectionNotify and Exchange plugins added to solutions. - PluginUpdater and FacebookRM added to miranda32.sln git-svn-id: http://svn.miranda-ng.org/main/trunk@4881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../ConnectionNotify/ConnectionNotify_10.vcxproj | 2 +- .../ConnectionNotify/ConnectionNotify_11.vcxproj | 225 +++++++++++++++++++++ .../ConnectionNotify_11.vcxproj.filters | 79 ++++++++ 3 files changed, 305 insertions(+), 1 deletion(-) create mode 100644 plugins/ConnectionNotify/ConnectionNotify_11.vcxproj create mode 100644 plugins/ConnectionNotify/ConnectionNotify_11.vcxproj.filters (limited to 'plugins/ConnectionNotify') diff --git a/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj b/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj index f066ddbe86..ea238d2e40 100644 --- a/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj +++ b/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj @@ -47,7 +47,7 @@ ConnectionNotify - {B6FC188B-8E54-4197-9444-8BADE9AA75E2} + {3C83B0AB-9739-41C1-A127-ED7DB9551F76} diff --git a/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj b/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj new file mode 100644 index 0000000000..2c5c165675 --- /dev/null +++ b/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj @@ -0,0 +1,225 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ConnectionNotify + {3C83B0AB-9739-41C1-A127-ED7DB9551F76} + + + + DynamicLibrary + Unicode + true + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + DynamicLibrary + true + Unicode + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.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 + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + NotUsing + false + + + + + true + Windows + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin11\lib + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + Fast + Level3 + 4996;%(DisableSpecificWarnings) + NotUsing + false + + + + + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin11\lib + /PDBALTPATH:%_PDB% + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Level3 + NotUsing + false + + + + + true + true + $(IntDir)$(TargetName).lib + true + Windows + false + $(ProfileDir)..\..\bin11\lib + /PDBALTPATH:%_PDB% + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + EnableFastChecks + MultiThreadedDebugDLL + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Disabled + Level3 + NotUsing + false + + + + + $(IntDir)$(TargetName).lib + false + true + Windows + $(ProfileDir)..\..\bin11\lib + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + \ No newline at end of file diff --git a/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj.filters b/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj.filters new file mode 100644 index 0000000000..322d0062aa --- /dev/null +++ b/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj.filters @@ -0,0 +1,79 @@ + + + + + {cf1940c5-1f67-4b6c-8964-345adcdc30c1} + + + {2f3c4c59-a0c6-4bfb-ae62-634579279aa6} + + + {6a763351-ef34-466b-a73f-2ce593c607a8} + + + + + Source files + + + Source files + + + Source files + + + Source files + + + Source files + + + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + + + Resource files + + + Resource files + + + Resource files + + + Resource files + + + Resource files + + + Resource files + + + + + Resource files + + + \ No newline at end of file -- cgit v1.2.3