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/MenuItemEx/menuex_10.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/MenuItemEx') diff --git a/plugins/MenuItemEx/menuex_10.vcxproj b/plugins/MenuItemEx/menuex_10.vcxproj index 54869ceb72..ea7cc22ca9 100644 --- a/plugins/MenuItemEx/menuex_10.vcxproj +++ b/plugins/MenuItemEx/menuex_10.vcxproj @@ -77,6 +77,7 @@ Level3 EditAndContinue WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false _DEBUG;%(PreprocessorDefinitions) @@ -100,6 +101,7 @@ MultiThreadedDebugDLL Level3 WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false _DEBUG;%(PreprocessorDefinitions) @@ -126,6 +128,7 @@ true Level3 WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false NDEBUG;%(PreprocessorDefinitions) @@ -155,6 +158,7 @@ true Level3 WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3