From fc38e3ed6067e7185166ebf3455a639a4f4ea25d Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Wed, 29 May 2019 14:27:52 -0500 Subject: [PATCH] lets do this If I leave the MUX nuget out of the project, I'll get a compile error in App.xaml: ``` ...OpenConsole\src\cascadia\TerminalApp\App.xaml(21,40): XamlCompiler error WMC0001: Unknown type 'XamlControlsResources' in XML namespace 'using:Microsoft.UI.Xaml.Controls' ``` If I add it back to the project, it works --- src/cascadia/TerminalApp/App.xaml | 2 +- src/cascadia/TerminalApp/TerminalApp.vcxproj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cascadia/TerminalApp/App.xaml b/src/cascadia/TerminalApp/App.xaml index db6e397c794..f7f754f54b4 100644 --- a/src/cascadia/TerminalApp/App.xaml +++ b/src/cascadia/TerminalApp/App.xaml @@ -18,7 +18,7 @@ the MIT License. See LICENSE in the project root for license information. --> - + +