From b95aaa23884bc849b8e22df800bdfb201456f8e1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 4 Dec 2012 20:05:18 +0000 Subject: C++ exceptions turned off when not needed git-svn-id: http://svn.miranda-ng.org/main/trunk@2644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FavContacts/favcontacts.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/FavContacts') diff --git a/plugins/FavContacts/favcontacts.vcxproj b/plugins/FavContacts/favcontacts.vcxproj index 93b2a02ae5..b610d125a1 100644 --- a/plugins/FavContacts/favcontacts.vcxproj +++ b/plugins/FavContacts/favcontacts.vcxproj @@ -79,6 +79,7 @@ MultiThreadedDebugDLL Level3 EditAndContinue + false comctl32.lib;%(AdditionalDependencies) @@ -101,6 +102,7 @@ EnableFastChecks MultiThreadedDebugDLL Level3 + false comctl32.lib;%(AdditionalDependencies) @@ -123,6 +125,7 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;FAVCONTACTS_EXPORTS;%(PreprocessorDefinitions) false Level3 + false comctl32.lib;%(AdditionalDependencies) @@ -148,6 +151,7 @@ WIN64;NDEBUG;_WINDOWS;_USRDLL;FAVCONTACTS_EXPORTS;%(PreprocessorDefinitions) false Level3 + false comctl32.lib;%(AdditionalDependencies) -- cgit v1.2.3