From de83ac2ff7e90537efc0153adedf2f700b4e7880 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 25 Jun 2012 09:28:02 +0000 Subject: neweventnotify added - needs adaptation to the new API git-svn-id: http://svn.miranda-ng.org/main/trunk@629 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewEventNotify/neweventnotify.vcxproj | 262 ++++++++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 plugins/NewEventNotify/neweventnotify.vcxproj (limited to 'plugins/NewEventNotify/neweventnotify.vcxproj') diff --git a/plugins/NewEventNotify/neweventnotify.vcxproj b/plugins/NewEventNotify/neweventnotify.vcxproj new file mode 100644 index 0000000000..ea2c4b1c0f --- /dev/null +++ b/plugins/NewEventNotify/neweventnotify.vcxproj @@ -0,0 +1,262 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + NewEventNotify + {2E0A2793-94C3-82E7-2AB0-FD421816CFBF} + + + + DynamicLibrary + false + MultiByte + true + + + DynamicLibrary + false + MultiByte + true + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + false + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + false + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;NEWEVENTNOTIFY_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\neweventnotify.tlb + true + Win32 + + + 0x0415 + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + + + true + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + ProgramDatabase + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;NEWEVENTNOTIFY_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\neweventnotify.tlb + true + + + 0x0415 + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + + + true + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + MultiThreadedDLL + OnlyExplicitInline + true + true + Full + true + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;NEWEVENTNOTIFY_EXPORTS;%(PreprocessorDefinitions) + Size + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\neweventnotify.tlb + true + Win32 + + + 0x0415 + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + + + true + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + + + + + MultiThreadedDLL + OnlyExplicitInline + true + true + Full + true + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;NEWEVENTNOTIFY_EXPORTS;%(PreprocessorDefinitions) + Size + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\neweventnotify.tlb + true + + + 0x0415 + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + + + true + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3