summaryrefslogtreecommitdiff
path: root/plugins/YAMN/YAMN.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-11 16:02:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-11 16:02:24 +0000
commit70a6a0e2e744b142f2cfde25c8add33c1f95dc29 (patch)
tree8fb22a7c47db65b89cbfa11619db550dd95d4fd3 /plugins/YAMN/YAMN.vcxproj
parent2548065ebc5da2a8778cd4f49343b847773ee174 (diff)
more warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/YAMN.vcxproj')
-rw-r--r--plugins/YAMN/YAMN.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/YAMN/YAMN.vcxproj b/plugins/YAMN/YAMN.vcxproj
index cb1c0191da..e564e8e96c 100644
--- a/plugins/YAMN/YAMN.vcxproj
+++ b/plugins/YAMN/YAMN.vcxproj
@@ -25,6 +25,11 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\browser\*.cpp">
<PrecompiledHeaderFile>..\stdafx.h</PrecompiledHeaderFile>