diff options
Diffstat (limited to 'plugins/Weather/weather_10.vcxproj')
-rw-r--r-- | plugins/Weather/weather_10.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Weather/weather_10.vcxproj b/plugins/Weather/weather_10.vcxproj index 600f5fab8c..b58e49b6f0 100644 --- a/plugins/Weather/weather_10.vcxproj +++ b/plugins/Weather/weather_10.vcxproj @@ -146,6 +146,7 @@ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<PrecompiledHeader>Use</PrecompiledHeader>
<SmallerTypeCheck>true</SmallerTypeCheck>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -170,6 +171,7 @@ <PrecompiledHeaderFile>weather.h</PrecompiledHeaderFile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>Use</PrecompiledHeader>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|