terminal/src/cascadia
Dustin L. Howett e3ee5838a7
Move all wildcards into targets or expand them (#6406)
Wildcards are not allowed in toplevel ItemGroups in vcxproj; they must
be generated by targets.

We mostly use wildcards for pulling in PRI files that are dumped on disk
by the translation tool. We don't want to check those in, so we can't
expand references to them.

To that end, I've introduced a new target that will take a list of
folders containing resw files and expand wildcards under them.

All[1] other wildcards have been moved into their respective targets
_or_ simply expanded.

[1]: Nothing has complained about the resource wildcards in
CascadiaResources.build.items, so I haven't exploded it yet.

Fixes #6214.
2020-06-08 14:01:47 -07:00
..
CascadiaPackage Move all wildcards into targets or expand them (#6406) 2020-06-08 14:01:47 -07:00
inc Replace everything in TerminalSettings with GETSET_PROPERTY (#6110) 2020-05-27 21:46:39 +00:00
LocalTests_TerminalApp Move all wildcards into targets or expand them (#6406) 2020-06-08 14:01:47 -07:00
PublicTerminalCore Update wil. Fixes GDI handle leak (#6229) 2020-06-01 22:29:05 +00:00
ShellExtension Make the Shell Extension methods STDMETHODIMP (#6238) 2020-05-28 14:09:52 -07:00
TerminalApp Move all wildcards into targets or expand them (#6406) 2020-06-08 14:01:47 -07:00
TerminalAzBridge Add explicit identifier to some constructors (#5652) 2020-04-29 16:50:47 -07:00
TerminalConnection Move all wildcards into targets or expand them (#6406) 2020-06-08 14:01:47 -07:00
TerminalControl Move all wildcards into targets or expand them (#6406) 2020-06-08 14:01:47 -07:00
TerminalCore Allow Ctrl+Alt <> AltGr aliasing to be disabled (#6212) 2020-06-05 16:11:41 +00:00
TerminalSettings Allow Ctrl+Alt <> AltGr aliasing to be disabled (#6212) 2020-06-05 16:11:41 +00:00
UnitTests_TerminalCore Allow Ctrl+Alt <> AltGr aliasing to be disabled (#6212) 2020-06-05 16:11:41 +00:00
ut_app Move to Microsoft.UI.Xaml 2.4.0 (#5778) 2020-06-05 17:07:03 +00:00
WindowsTerminal Move all wildcards into targets or expand them (#6406) 2020-06-08 14:01:47 -07:00
WindowsTerminalUniversal Move all wildcards into targets or expand them (#6406) 2020-06-08 14:01:47 -07:00
WinRTUtils Switch the Cascadia projects to til::color where it's easily possible to do so (#5847) 2020-05-15 22:43:00 +00:00
WpfTerminalControl wpf: only dismiss selection for real chars, not modifiers (#5388) 2020-04-17 11:28:56 -07:00
CascadiaResources.build.items Add a new appxmanifest for preview (#5774) 2020-05-07 16:00:56 +00:00