diff options
-rw-r--r-- | protocols/Dummy/dummy.vcxproj | 5 | ||||
-rw-r--r-- | protocols/VKontakte/vk.vcxproj | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/protocols/Dummy/dummy.vcxproj b/protocols/Dummy/dummy.vcxproj index bcb1e09ffe..fd16ae8b71 100644 --- a/protocols/Dummy/dummy.vcxproj +++ b/protocols/Dummy/dummy.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 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 |