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/NewEventNotify/neweventnotify_14.vcxproj | 210 +++++++++++++++++++++ .../neweventnotify_14.vcxproj.filters | 53 ++++++ 2 files changed, 263 insertions(+) create mode 100644 plugins/NewEventNotify/neweventnotify_14.vcxproj create mode 100644 plugins/NewEventNotify/neweventnotify_14.vcxproj.filters (limited to 'plugins/NewEventNotify') diff --git a/plugins/NewEventNotify/neweventnotify_14.vcxproj b/plugins/NewEventNotify/neweventnotify_14.vcxproj new file mode 100644 index 0000000000..88d219ceb8 --- /dev/null +++ b/plugins/NewEventNotify/neweventnotify_14.vcxproj @@ -0,0 +1,210 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + NewEventNotify + {2E0A2793-94C3-82E7-2AB0-FD421816CFBF} + + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.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 + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + false + Use + neweventnotify.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin14\lib + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + false + Use + neweventnotify.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin14\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + false + Use + neweventnotify.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin14\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + false + Use + neweventnotify.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin14\lib + + + + + + + + + Create + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/NewEventNotify/neweventnotify_14.vcxproj.filters b/plugins/NewEventNotify/neweventnotify_14.vcxproj.filters new file mode 100644 index 0000000000..6c7552515c --- /dev/null +++ b/plugins/NewEventNotify/neweventnotify_14.vcxproj.filters @@ -0,0 +1,53 @@ + + + + + {9ef49dc7-0734-4983-885c-80a6a3486d38} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {5000bf0b-4ec4-4cd8-888f-ddbe3547d4ce} + h;hpp;hxx;hm;inl + + + {c05ab58e-cc3b-43f7-a29e-3612a41ff815} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + 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