From 6f8361aaf17045ff81149eeb22ed0a15b4d4ad94 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 10 Jul 2012 18:21:45 +0000 Subject: added Notes&Reminders plugin git-svn-id: http://svn.miranda-ng.org/main/trunk@891 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/NotesReminders.vcxproj | 125 +++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 plugins/NotesAndReminders/NotesReminders.vcxproj (limited to 'plugins/NotesAndReminders/NotesReminders.vcxproj') diff --git a/plugins/NotesAndReminders/NotesReminders.vcxproj b/plugins/NotesAndReminders/NotesReminders.vcxproj new file mode 100644 index 0000000000..21a616736d --- /dev/null +++ b/plugins/NotesAndReminders/NotesReminders.vcxproj @@ -0,0 +1,125 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {EEB57129-946C-4B98-8856-FDA501AE2A5E} + NotesReminders + + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;NETSEND_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + EditAndContinue + Use + globals.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;Gdi32.lib;winmm.lib;wsock32.lib;%(AdditionalDependencies) + true + 0x14310000 + false + $(IntDir)$(TargetName).lib + Windows + $(SolutionDir)\lib + + + + + Full + OnlyExplicitInline + Size + WIN32;NDEBUG;_WINDOWS;_USRDLL;NETSEND_EXPORTS;%(PreprocessorDefinitions) + true + true + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Use + global.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + Gdi32.lib;comctl32.lib;winmm.lib;wsock32.lib;%(AdditionalDependencies) + true + 0x14310000 + false + $(IntDir)$(TargetName).lib + true + Windows + $(SolutionDir)\lib + true + + + + + + Create + Create + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3