diff options
| author | Michelle Bergeron <[email protected]> | 2017-09-29 11:16:43 -0700 |
|---|---|---|
| committer | Michelle Bergeron <[email protected]> | 2017-09-29 11:16:43 -0700 |
| commit | 5a706e661e678e33bac158c1f330836d7d2d6202 (patch) | |
| tree | 1bf7022c639dbaaf1912ca0690679f826c237fde | |
| parent | 5e462b4ba81277b0a21257a1495bcdeb44315b3d (diff) | |
Fixed inconsistencies between AMD64 CHK builds and other flavors in the C++ project file
| -rw-r--r-- | sensors/Fusion/FusionSensor.vcxproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sensors/Fusion/FusionSensor.vcxproj b/sensors/Fusion/FusionSensor.vcxproj index f7a68e66..bdcad389 100644 --- a/sensors/Fusion/FusionSensor.vcxproj +++ b/sensors/Fusion/FusionSensor.vcxproj @@ -107,8 +107,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <WarningLevel>Level4</WarningLevel> <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1</AdditionalIncludeDirectories> - <ExceptionHandling> - </ExceptionHandling> + <ExceptionHandling>Sync</ExceptionHandling> </ClCompile> <Midl> <PreprocessorDefinitions>%(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM</PreprocessorDefinitions> @@ -150,8 +149,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <WarningLevel>Level4</WarningLevel> <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1</AdditionalIncludeDirectories> - <ExceptionHandling> - </ExceptionHandling> + <ExceptionHandling>Sync</ExceptionHandling> </ClCompile> <Midl> <PreprocessorDefinitions>%(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM</PreprocessorDefinitions> |
