diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-11 16:02:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-11 16:02:24 +0000 |
commit | 70a6a0e2e744b142f2cfde25c8add33c1f95dc29 (patch) | |
tree | 8fb22a7c47db65b89cbfa11619db550dd95d4fd3 /plugins/Msg_Export | |
parent | 2548065ebc5da2a8778cd4f49343b847773ee174 (diff) |
more warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export')
-rw-r--r-- | plugins/Msg_Export/msg_export.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Msg_Export/msg_export.vcxproj b/plugins/Msg_Export/msg_export.vcxproj index 7e73a71330..7aa6599dc4 100644 --- a/plugins/Msg_Export/msg_export.vcxproj +++ b/plugins/Msg_Export/msg_export.vcxproj @@ -25,4 +25,9 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project>
\ No newline at end of file |