mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
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:
committed by
GitHub
parent
19ee55a303
commit
7856495d59
@@ -59,6 +59,7 @@
|
||||
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
|
||||
Reference in New Issue
Block a user