diff options
author | George Hazan <george.hazan@gmail.com> | 2016-02-10 14:33:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-02-10 14:33:49 +0000 |
commit | c4cd85dfdb9f7582b9037ccc573474a828975abc (patch) | |
tree | 1342bc8c58db00c29a127a9b20aef026cc4262d9 /plugins/Db_autobackups | |
parent | 35ac3e476de39bc50269b9aa178c67e0fc18f3f6 (diff) |
project file: exceptions added
git-svn-id: http://svn.miranda-ng.org/main/trunk@16265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups')
-rw-r--r-- | plugins/Db_autobackups/db_autobackups.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/db_autobackups.vcxproj b/plugins/Db_autobackups/db_autobackups.vcxproj index a350fe3a2d..ffdaf3c3d5 100644 --- a/plugins/Db_autobackups/db_autobackups.vcxproj +++ b/plugins/Db_autobackups/db_autobackups.vcxproj @@ -31,4 +31,9 @@ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project>
\ No newline at end of file |