summaryrefslogtreecommitdiff
path: root/plugins/Rate/rate_10.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-12-04 20:05:18 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-12-04 20:05:18 +0000
commitb95aaa23884bc849b8e22df800bdfb201456f8e1 (patch)
tree1c096778fb25a8c8ba263716b5bfb2b7d4cc4d20 /plugins/Rate/rate_10.vcxproj
parent1f050b13a775eb02af256b7d1580e0b08fc7fc9e (diff)
C++ exceptions turned off when not needed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Rate/rate_10.vcxproj')
-rw-r--r--plugins/Rate/rate_10.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Rate/rate_10.vcxproj b/plugins/Rate/rate_10.vcxproj
index 9c9f45c238..2a850ebb5d 100644
--- a/plugins/Rate/rate_10.vcxproj
+++ b/plugins/Rate/rate_10.vcxproj
@@ -79,6 +79,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -101,6 +102,7 @@
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -122,6 +124,7 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -146,6 +149,7 @@
<PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>