From fa72240d422da6278eab9e4691ab80e30dd23595 Mon Sep 17 00:00:00 2001 From: "george.hazan" Date: Wed, 11 Jan 2012 11:56:42 +0000 Subject: Unicode configs added to simplify life git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@255 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- ContactsPlus/contacts.vcxproj | 228 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 227 insertions(+), 1 deletion(-) diff --git a/ContactsPlus/contacts.vcxproj b/ContactsPlus/contacts.vcxproj index 4288797..2c2dc4c 100644 --- a/ContactsPlus/contacts.vcxproj +++ b/ContactsPlus/contacts.vcxproj @@ -1,6 +1,10 @@  + + Debug Unicode + Win32 + Debug Win32 @@ -9,6 +13,10 @@ Debug x64 + + Release Unicode + Win32 + Release Win32 @@ -28,21 +36,41 @@ false MultiByte + + DynamicLibrary + false + MultiByte + DynamicLibrary false MultiByte + + DynamicLibrary + false + MultiByte + DynamicLibrary false MultiByte + + DynamicLibrary + false + MultiByte + DynamicLibrary false MultiByte + + DynamicLibrary + false + MultiByte + @@ -50,38 +78,73 @@ + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false $(SolutionDir)\$(Configuration) $(Platform)/Plugins\ $(SolutionDir)\$(Configuration) $(Platform)/Obj/$(ProjectName)\ + + false + $(SolutionDir)\$(Configuration) $(Platform)/Plugins\ + $(SolutionDir)\$(Configuration) $(Platform)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true + + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + $(SolutionDir)\$(Configuration) $(Platform)/Plugins\ $(SolutionDir)\$(Configuration) $(Platform)/Obj/$(ProjectName)\ true + + $(SolutionDir)\$(Configuration) $(Platform)/Plugins\ + $(SolutionDir)\$(Configuration) $(Platform)/Obj/$(ProjectName)\ + true + MultiThreaded @@ -125,6 +188,49 @@ UseLinkTimeCodeGeneration + + + MultiThreaded + OnlyExplicitInline + true + true + Full + true + Level3 + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;CONTACTS_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) + Use + contacts.h + Size + true + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\contacts.tlb + true + Win32 + + + 0x0405 + NDEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + Console + /ALIGN:4096 /ignore:4108 + comctl32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + $(IntDir)$(TargetName).lib + UseLinkTimeCodeGeneration + true + + MultiThreaded @@ -167,9 +273,88 @@ UseLinkTimeCodeGeneration + + + MultiThreaded + OnlyExplicitInline + true + true + Full + true + Level3 + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;CONTACTS_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) + Use + contacts.h + Size + true + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\contacts.tlb + true + + + 0x0405 + NDEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + false + Console + $(IntDir)$(TargetName).lib + /ALIGN:4096 /ignore:4108 + comctl32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + UseLinkTimeCodeGeneration + + - MultiThreadedDebug + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + true + EditAndContinue + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;CONTACTS_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\contacts.tlb + true + Win32 + + + 0x0405 + _DEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + true + Console + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + + + + + MultiThreadedDebugDLL Default false Disabled @@ -239,16 +424,57 @@ odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + ProgramDatabase + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;CONTACTS_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\contacts.tlb + true + + + 0x0405 + _DEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + Create + Create Create + Create contacts.h + contacts.h contacts.h + contacts.h Use + Use Use + Use -- cgit v1.2.3