diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-28 16:24:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-28 16:24:20 +0000 |
commit | 785474552b25d911b373fab8ac4e1e10dbbc86a0 (patch) | |
tree | 2da4af2d088e8cfc31e423207cc8b8072669f32f /protocols/VKontakte/vk.vcxproj | |
parent | a9f13ddd58747753cfaeecc940ea6f2988389a2c (diff) |
exceptions added to projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@13879 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/vk.vcxproj')
-rw-r--r-- | protocols/VKontakte/vk.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/VKontakte/vk.vcxproj b/protocols/VKontakte/vk.vcxproj index 6fddc0234d..593ab328c6 100644 --- a/protocols/VKontakte/vk.vcxproj +++ b/protocols/VKontakte/vk.vcxproj @@ -25,4 +25,9 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
</ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project>
\ No newline at end of file |