terminal/src/cascadia/WindowsTerminal
Dustin L. Howett (MSFT) 06f2706c40
Switch to a non-release build of MUXc to fix elevated launch (#3278)
Due to a platform issue, elevated application packages occasionally fail
to find all of their dependencies. The real fix for this is going to
take a lot of time and probably a new build of Windows.

The fix we have here switches us to a non-"release" build of
Microsoft.UI.Xaml. The critical thing about their non-release builds is
that they prefer to embed their DLLs into the hosting package instead of
expressing a platform dependency.

This build of Microsoft.UI.Xaml was produced from the same commit as
the original and official build; the only difference is that it will
embed into our package.

Fixes #3275.
2019-10-22 11:48:09 -07:00
..
AppHost.cpp Enable setting an initial position and maximized launch (#2817) 2019-10-16 21:51:50 -07:00
AppHost.h Enable setting an initial position and maximized launch (#2817) 2019-10-16 21:51:50 -07:00
BaseWindow.h Enable setting an initial position and maximized launch (#2817) 2019-10-16 21:51:50 -07:00
IslandWindow.cpp Enable setting an initial position and maximized launch (#2817) 2019-10-16 21:51:50 -07:00
IslandWindow.h Enable setting an initial position and maximized launch (#2817) 2019-10-16 21:51:50 -07:00
main.cpp Switch all of the UIA providers to WRL::RuntimeClass (#3213) 2019-10-17 15:32:30 -07:00
NonClientIslandWindow.cpp Make sure we resize the region even when the drag bar didn't ch… (#3214) 2019-10-17 14:56:04 -07:00
NonClientIslandWindow.h Enable setting an initial position and maximized launch (#2817) 2019-10-16 21:51:50 -07:00
packages.config Switch to a non-release build of MUXc to fix elevated launch (#3278) 2019-10-22 11:48:09 -07:00
pch.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.h Enable setting an initial position and maximized launch (#2817) 2019-10-16 21:51:50 -07:00
resource.h Obstruct the user when they try to run WT under WOW (#1648) 2019-07-11 17:23:23 +00:00
WindowsTerminal.def Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WindowsTerminal.manifest TURNS OUT CASE SENSITIVITY IS IMPORTANT (#2481) 2019-08-20 11:16:06 -07:00
WindowsTerminal.rc Obstruct the user when they try to run WT under WOW (#1648) 2019-07-11 17:23:23 +00:00
WindowsTerminal.vcxproj Switch to a non-release build of MUXc to fix elevated launch (#3278) 2019-10-22 11:48:09 -07:00
WindowUiaProvider.cpp Switch all of the UIA providers to WRL::RuntimeClass (#3213) 2019-10-17 15:32:30 -07:00
WindowUiaProvider.hpp Switch all of the UIA providers to WRL::RuntimeClass (#3213) 2019-10-17 15:32:30 -07:00