From 9ecd8f574f7dcf2ca7fc3d8e2d217a1497613017 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Thu, 6 Aug 2020 16:55:07 -0700 Subject: [PATCH] Disable MinimalCoreWin when OpenConsoleUniversalApp is false (#7203) This fixes the build the rest of the way in VS 16.7. Something about the way we were using the Store/Container flags caused some of our projects to end up linking kernel32.lib only (MinimalCoreWin==KernelOnly). The best way to solve it once and for all is to make sure MinimalCoreWin is always set. References 313568d0e5c. (cherry picked from commit 858905f4925f045fc33b47654b14bf22f6448715) --- src/cppwinrt.build.pre.props | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/cppwinrt.build.pre.props b/src/cppwinrt.build.pre.props index cd89880fdd6..c7ac9550f61 100644 --- a/src/cppwinrt.build.pre.props +++ b/src/cppwinrt.build.pre.props @@ -22,12 +22,20 @@ at the winmd we build to generate type info. In general, cppwinrt projects all want this. --> - + true true true Windows Store + + + false +