From 9247d80048c34094d83099473b420a635712f186 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 21 Jul 2015 07:29:21 +0000 Subject: preparing for vc2015 git-svn-id: http://svn.miranda-ng.org/main/trunk@14594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotifyAnything/NotifyAnything_14.vcxproj | 202 +++++++++++++++++++++ .../NotifyAnything_14.vcxproj.filters | 47 +++++ 2 files changed, 249 insertions(+) create mode 100644 plugins/NotifyAnything/NotifyAnything_14.vcxproj create mode 100644 plugins/NotifyAnything/NotifyAnything_14.vcxproj.filters (limited to 'plugins/NotifyAnything') diff --git a/plugins/NotifyAnything/NotifyAnything_14.vcxproj b/plugins/NotifyAnything/NotifyAnything_14.vcxproj new file mode 100644 index 0000000000..ebea0f0832 --- /dev/null +++ b/plugins/NotifyAnything/NotifyAnything_14.vcxproj @@ -0,0 +1,202 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + NotifyAnything + {F5E3FAFE-B650-4736-8D27-FA53866668C6} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + true + + + DynamicLibrary + Unicode + v120_xp + true + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Full + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Use + common.h + Level3 + 4996;%(DisableSpecificWarnings) + OnlyExplicitInline + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + false + $(IntDir)$(TargetName).lib + true + true + true + Windows + ws2_32.lib;comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib + + + + + Full + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Use + common.h + Level3 + 4996;%(DisableSpecificWarnings) + OnlyExplicitInline + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + false + $(IntDir)$(TargetName).lib + true + true + true + Windows + ws2_32.lib;comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + common.h + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + Windows + ws2_32.lib;comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib + false + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + common.h + Level3 + 4996;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + Windows + ws2_32.lib;comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib + + + + + + + Create + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/NotifyAnything/NotifyAnything_14.vcxproj.filters b/plugins/NotifyAnything/NotifyAnything_14.vcxproj.filters new file mode 100644 index 0000000000..ec9e88d5fd --- /dev/null +++ b/plugins/NotifyAnything/NotifyAnything_14.vcxproj.filters @@ -0,0 +1,47 @@ + + + + + {7e24b5e6-2653-4143-a42b-d3486d5c416f} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {596c44cc-f8d3-4837-8fb4-49d4aa913452} + h;hpp;hxx;hm;inl + + + {9c926bbb-252f-489c-8433-2db02ad00ba7} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3