terminal/src/cascadia/ShellExtension
Dustin L. Howett b6593216f2
Localize the shell extension's menu item (#10446)
This commit introduces localization for the "Open in Windows Terminal"
menu item and differentiates it based on compile-time branding (rather
than runtime detection!).

@leonMSFT's tray icon pull request had the excellent idea to use the
TerminalApp's resource compartment for auxiliary resources for projects
that can't otherwise be localized the same way. Doing localization in
the shell extension (or WindowsTerminal.exe) would require us to use
MUIRCT and split the build process up to support mui files. That's a
huge amount of work... but this is *not* a huge amount of work.

Fixes #6112
2021-06-17 21:49:56 +00:00
..
dllmain.cpp Localize the shell extension's menu item (#10446) 2021-06-17 21:49:56 +00:00
OpenTerminalHere.cpp Localize the shell extension's menu item (#10446) 2021-06-17 21:49:56 +00:00
OpenTerminalHere.h Disambiguate the shell extension CLSIDs to allow usage SXS (#9510) 2021-03-17 20:32:45 +00:00
packages.config Update C++/WinRT to 2.0.210309.3 (#9437) 2021-03-10 16:04:59 -06:00
pch.cpp Add a context menu entry to "Open Windows Terminal here" (#6100) 2020-05-28 15:42:13 +00:00
pch.h Exclude more rarely-used stuff from Windows headers (#8513) 2020-12-11 19:35:23 +00:00
WindowsTerminalShellExt.def Shell Extension: Remove C++/WinRT authoring dependency (#9525) 2021-03-17 21:52:32 +00:00
WindowsTerminalShellExt.vcxproj Move Branding into common props (#9668) 2021-03-30 18:08:53 -05:00