terminal/src/cascadia/WindowsTerminal
Carlos Zamora 9a927f3a0f
Add a new appxmanifest for preview (#5774)
## Summary of the Pull Request
This adds a new appxmanifest for 'Windows Terminal (Preview)' and links the resources.

Code-wise, split up `WindowsTerminalReleaseBuild` into...
- WindowsTerminalOfficialBuild: [true, false]
- WindowsTerminalBranding: [Dev, Preview, Release]

Added a comment about that in release.yml

## Validation Steps Performed
used msbuild to build...
- [X] Dev
- [X] Preview
- [X] Release
then checked the msix for the correct name/icon.
2020-05-07 16:00:56 +00:00
..
AppHost.cpp Add support for displaying the version with wt --version (#5501) 2020-05-04 20:56:15 +00:00
AppHost.h Manually pass mouse wheel messages to TermControls (#5131) 2020-04-01 16:58:16 +00:00
BaseWindow.h Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
IslandWindow.cpp Add and enforce minimum width (#5599) 2020-04-28 23:24:21 +00:00
IslandWindow.h Add and enforce minimum width (#5599) 2020-04-28 23:24:21 +00:00
main.cpp Re-enable Ctrl-C if the application that spawned us disabled it (#5472) 2020-04-23 08:00:42 -07:00
NonClientIslandWindow.cpp Remove a stray __stdcall that was breaking the x86 build (#5554) 2020-04-24 16:46:01 -07:00
NonClientIslandWindow.h Replace the HRGN-based titlebar cutout with an overlay window (#5485) 2020-04-24 15:22:40 -07:00
packages.config Make the window border actually follow the user's theme (#5105) 2020-03-24 19:47:01 +00:00
pch.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.h Manually pass mouse wheel messages to TermControls (#5131) 2020-04-01 16:58:16 +00: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 Add a new appxmanifest for preview (#5774) 2020-05-07 16:00:56 +00:00
WindowUiaProvider.cpp Upgrade UiaProviders to WRL::ComPtr (#3051) 2019-11-21 16:08:37 -08:00
WindowUiaProvider.hpp Upgrade UiaProviders to WRL::ComPtr (#3051) 2019-11-21 16:08:37 -08:00