diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-11 20:12:46 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-11 20:12:46 +0000 |
commit | 488f93815d3c247376f038377e7bc3731b074231 (patch) | |
tree | 284f30d88e1b183792592c4066d9a7abe0bf6d81 /plugins/Dropbox/Dropbox.vcxproj | |
parent | db8cf4c1b0a624fd469c462e41a1e499ae808b70 (diff) |
Dropbox: work commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@13556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/Dropbox.vcxproj')
-rw-r--r-- | plugins/Dropbox/Dropbox.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Dropbox/Dropbox.vcxproj b/plugins/Dropbox/Dropbox.vcxproj index 437985989b..c4c8abd75b 100644 --- a/plugins/Dropbox/Dropbox.vcxproj +++ b/plugins/Dropbox/Dropbox.vcxproj @@ -29,5 +29,8 @@ <Link>
<AdditionalDependencies>comctl32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
</ItemDefinitionGroup>
-</Project>
\ No newline at end of file +</Project>
|