diff options
Diffstat (limited to 'protocols/Dummy/dummy.vcxproj')
-rw-r--r-- | protocols/Dummy/dummy.vcxproj | 5 |
1 files changed, 5 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 |