diff options
| -rw-r--r-- | plugins/HistoryStats/historystats.vcxproj | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/plugins/HistoryStats/historystats.vcxproj b/plugins/HistoryStats/historystats.vcxproj index 0da161e97b..b4ef84f738 100644 --- a/plugins/HistoryStats/historystats.vcxproj +++ b/plugins/HistoryStats/historystats.vcxproj @@ -28,4 +28,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 | 
