Fix compilation problems related to the Interop project (#2290)

* Added missing c++17 compile flag to common-md-flag
* Remove .NET native tool chain from Settings.UI release config
* This flag has to be removed because .Net Native does not support
  mixed assemblies, like PowerToysInterop.
This commit is contained in:
Tomas Agustin Raies
2020-04-21 12:55:04 -07:00
committed by GitHub
parent 19ee55a303
commit 7856495d59
3 changed files with 421 additions and 420 deletions

View File

@@ -59,6 +59,7 @@
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>