From 49f4cab93b2f50a8132c6b8c26f1535f4f9ebb63 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 21 May 2012 15:17:41 +0000 Subject: - added ChangeClientNotify - CommonLibs finally became common ;) git-svn-id: http://svn.miranda-ng.org/main/trunk@118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../ClientChangeNotify/ClientChangeNotify.vcxproj | 160 +++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 plugins/ClientChangeNotify/ClientChangeNotify.vcxproj (limited to 'plugins/ClientChangeNotify/ClientChangeNotify.vcxproj') diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj new file mode 100644 index 0000000000..f799f51d38 --- /dev/null +++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj @@ -0,0 +1,160 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {6A1969EA-9657-4828-93E0-8D21A970F868} + + + + + + DynamicLibrary + false + Unicode + true + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + true + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Default + MultiThreadedDebugDLL + Use + Level3 + true + ProgramDatabase + Common.h + + + true + true + true + true + MachineX86 + $(IntDir)$(TargetName).lib + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\ClientChangeNotify.tlb + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Full + OnlyExplicitInline + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + Use + Level3 + true + Common.h + Size + + + true + + + MachineX86 + true + true + true + $(IntDir)$(TargetName).lib + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/ClientChangeNotify.tlb + + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Create + Create + + + NotUsing + NotUsing + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3