From 53e778f02b7aa129035eecc4465385a5b3c06527 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 24 Nov 2012 12:19:25 +0000 Subject: adopted Notes&Reminders, added x64 version git-svn-id: http://svn.miranda-ng.org/main/trunk@2460 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/NotesReminders.vcxproj | 203 +++++++++++++++++++++++ 1 file changed, 203 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..c19719ddaa --- /dev/null +++ b/plugins/NotesAndReminders/NotesReminders.vcxproj @@ -0,0 +1,203 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EEB57129-946C-4B98-8856-FDA501AE2A5E} + NotesReminders + + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + EditAndContinue + Use + globals.h + EnableFastChecks + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;Gdi32.lib;winmm.lib;wsock32.lib;%(AdditionalDependencies) + true + 0x14310000 + false + $(IntDir)$(TargetName).lib + Windows + $(SolutionDir)\lib + + + + + Disabled + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ProgramDatabase + Use + globals.h + EnableFastChecks + + + _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;%(PreprocessorDefinitions) + true + true + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Use + globals.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 + + + + + Full + OnlyExplicitInline + Size + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Use + globals.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 + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3