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/Ping/ping.vcxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/Ping') diff --git a/plugins/Ping/ping.vcxproj b/plugins/Ping/ping.vcxproj index 551127c40d..246ad32217 100644 --- a/plugins/Ping/ping.vcxproj +++ b/plugins/Ping/ping.vcxproj @@ -81,6 +81,7 @@ common.h Level3 EditAndContinue + false _DEBUG;%(PreprocessorDefinitions) @@ -105,7 +106,7 @@ ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;PING_EXPORTS;%(PreprocessorDefinitions) true - Sync + false true Use common.h @@ -139,6 +140,7 @@ common.h Level3 MultiThreadedDebugDLL + false _DEBUG;%(PreprocessorDefinitions) @@ -163,7 +165,7 @@ ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) WIN64;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;PING_EXPORTS;%(PreprocessorDefinitions) true - Sync + false false true Use -- cgit v1.2.3