terminal/src/cascadia/WinRTUtils
Mike Griese 85f067403d
Replace the UWP file export with the shell32 one (#11365)
Just like in #9760, we can't actually use the UWP file picker API, because it will absolutely not work at all when the Terminal is running elevated. That would prevent the picker from appearing at all. So instead, we'll just use the shell32 one manually. 

This also gets rid of the confirmation dialog, since the team felt we didn't really need that. We could maybe replace it with a Toast (#8592), but _meh_

* [x] closes #11356
* [x] closes #11358
* This is a lot like #9760
* introduced in #11062
* megathread: #9700
2021-10-01 18:33:22 +00:00
..
inc Replace the UWP file export with the shell32 one (#11365) 2021-10-01 18:33:22 +00:00
LibraryResources.cpp Add support for the Command Palette (#6635) 2020-06-26 20:38:02 +00:00
packages.config Upgrade to C++/WinRT 2.0.210825.3 (#11188) 2021-09-10 21:33:13 +00:00
pch.cpp Introduce a WinRT utils library and "checked resources" (#3350) 2019-11-01 15:47:05 -07:00
pch.h Replace the UWP file export with the shell32 one (#11365) 2021-10-01 18:33:22 +00:00
ScopedResourceLoader.cpp Enable Audit Mode for WinRTUtils (#3923) 2019-12-12 13:28:32 +00:00
Utils.cpp Replace the UWP file export with the shell32 one (#11365) 2021-10-01 18:33:22 +00:00
WinRTUtils.vcxproj Replace the UWP file export with the shell32 one (#11365) 2021-10-01 18:33:22 +00:00
WinRTUtils.vcxproj.filters Introduce til/latch.h, til/mutex.h and til/throttled_func.h (#10403) 2021-06-22 20:16:31 +00:00