From 57c87234383026f1f57a3044f0d934fc13ea9d0e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 1 Jun 2012 21:37:18 +0000 Subject: - RecentContacts added; - _A2T & _T2A classes moved to m_utils.h git-svn-id: http://svn.miranda-ng.org/main/trunk@255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/RecentContacts/RecentContacts.vcxproj | 159 ++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 plugins/RecentContacts/RecentContacts.vcxproj (limited to 'plugins/RecentContacts/RecentContacts.vcxproj') diff --git a/plugins/RecentContacts/RecentContacts.vcxproj b/plugins/RecentContacts/RecentContacts.vcxproj new file mode 100644 index 0000000000..232b7a0cb4 --- /dev/null +++ b/plugins/RecentContacts/RecentContacts.vcxproj @@ -0,0 +1,159 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {07137F45-8B5F-4561-BEC8-B883E9123785} + V_RecentContacts + + + RecentContacts + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + true + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + false + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;V_RECENTCONTACTS_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + true + Level3 + true + Default + Use + RecentContacts.h + + + /RELEASE %(AdditionalOptions) + true + + + $(IntDir)$(TargetName).lib + MachineX86 + true + true + true + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/V_RecentContacts.tlb + + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + ..\..\include\msapi + + + $(IntDir)$(TargetName).bsc + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;V_RECENTCONTACTS_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + Use + Level3 + true + EditAndContinue + Default + RecentContacts.h + + + true + true + $(IntDir)$(TargetName).lib + MachineX86 + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/V_RecentContacts.tlb + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(IntDir)$(TargetName).bsc + + + + + + Disabled + EnableFastChecks + MinSpace + true + Create + Create + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3