terminal/src/cascadia/TerminalCore
Dustin L. Howett (MSFT) 69d99a7a2b
deps: upgrade CppWinRT to 2.0.200316.3, gsl to v2.1.0 (#4536)
This commit upgrades C++/WinRT to 2.0.200316.3 and fixes a couple of the
transitive dependency issues we had in the process.

Because the latest version has better dependency resolution, we're able
to properly depend on Microsoft.UI.Xaml and the Toolkit in TerminalApp
and TerminalAppLib so we no longer need to manually include .dll and
.pri files.

Because of nebulous _other_ changes in dependency resolution,
WindowsTerminalUniversal isn't picking up transitive .winmd dependencies
from TerminalApp, and needs to include them as ProjectReferences
directly. This was already happening transitively, so now it's explicit.

I've also taken the time to upgrade GSL to v2.1.0, the last release
before they removed span::at and blew up our world.
2020-03-23 17:15:24 +00:00
..
lib Apply audit mode to TerminalConnection/Core/Settings and WinCon… (#4016) 2020-01-03 10:44:27 -08:00
ControlKeyStates.hpp Add a ControlKeyStates wrapper class (#1718) 2019-07-16 11:09:29 -07:00
ITerminalApi.hpp Add support for setting the cursor visibility in Terminal (#4902) 2020-03-13 17:39:42 +00:00
ITerminalInput.hpp Synthesize VT mouse events and add mouse support to Terminal (#4859) 2020-03-12 17:44:28 -07:00
packages.config deps: upgrade CppWinRT to 2.0.200316.3, gsl to v2.1.0 (#4536) 2020-03-23 17:15:24 +00:00
pch.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Terminal.cpp Make sure to InvalidateAll on a resize (#5046) 2020-03-20 23:50:59 +00:00
Terminal.hpp Properly represent block selections in UIA (#4991) 2020-03-18 21:03:51 +00:00
TerminalApi.cpp Add support for setting the cursor visibility in Terminal (#4902) 2020-03-13 17:39:42 +00:00
terminalcore-common.vcxitems Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
TerminalDispatch.cpp Implement Hard Reset for Terminal (#4909) 2020-03-16 15:32:01 +00:00
TerminalDispatch.hpp Implement Hard Reset for Terminal (#4909) 2020-03-16 15:32:01 +00:00
TerminalDispatchGraphics.cpp Apply audit mode to TerminalConnection/Core/Settings and WinCon… (#4016) 2020-01-03 10:44:27 -08:00
terminalrenderdata.cpp Optimize rendering runs of spaces when there is no visual change (#4877) 2020-03-12 17:54:43 -07:00
TerminalSelection.cpp Properly represent block selections in UIA (#4991) 2020-03-18 21:03:51 +00:00