terminal/src/cascadia/WindowsTerminal
Mike Griese e238dcb84d
Fix intellisense errors by moving TerminalApp projects around (#6897)
The easiest fix was actually just moving all the source files from
`TerminalApp` to `TerminalApp/lib`, where the appropriate `pch.h`
actually resides.

Closes #6866
2020-08-20 22:44:37 +00:00
..
AppHost.cpp Pass the scancode in our tunneled DirectKey event (#7298) 2020-08-14 23:44:39 +00:00
AppHost.h Pass the scancode in our tunneled DirectKey event (#7298) 2020-08-14 23:44:39 +00:00
BaseWindow.h Tie up some A11y loose threads (#6417) 2020-06-10 15:15:26 +00:00
IslandWindow.cpp Add support for "Always on top" mode (#6903) 2020-07-14 21:02:18 +00:00
IslandWindow.h Add support for iterable, nested commands (#6856) 2020-08-13 21:22:46 +00:00
main.cpp Pass the scancode in our tunneled DirectKey event (#7298) 2020-08-14 23:44:39 +00:00
NonClientIslandWindow.cpp Add support for focus mode (#6804) 2020-07-13 17:40:20 +00:00
NonClientIslandWindow.h Add support for focus mode (#6804) 2020-07-13 17:40:20 +00:00
packages.config Update MUX to 2.5.0-prerelease.200609001 (#6819) 2020-07-07 23:29:30 +00:00
pch.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.h Replace old C headers (xxx.h) with modern ones (cxxx) (#5080) 2020-07-01 11:00:24 -07:00
resource.h Add support for commandline args to wt.exe (#4023) 2020-01-27 15:34:12 +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 Add support for commandline args to wt.exe (#4023) 2020-01-27 15:34:12 +00:00
WindowsTerminal.vcxproj Fix intellisense errors by moving TerminalApp projects around (#6897) 2020-08-20 22:44:37 +00:00