windows-terminal/scratch/ScratchIslandApp/SampleApp
Dustin L. Howett 2cd280eeef
Move to CppWinRT 2.0.230207.1 (#14869)
Interesting things we could do after this:
- remove all `InitializeComponent` calls - they do it automatically
- have some Clang support (!)
- use `std::optional`<->`IReference` automatic binding
- use `std::format` support (!) for json/uri/hostname/http stuff/all
`IStringable`s
- potentially move to `/await:strict` for C++20 coroutines

I've also fixed up a couple ambiguities introduced by this change.
2023-02-17 16:19:47 -08:00
..
Resources/en-US Remove UTF-8 BOM from all files (#11821) 2021-11-29 12:54:35 -06:00
dll Minor grammar fix (#14614) 2023-01-09 19:25:03 +00:00
App.base.h Replicate winrt::make<> changes in ScratchIslandApp SampleAppLib (#10494) 2021-06-23 03:21:07 +00:00
App.cpp Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00
App.h Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00
App.idl Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00
App.xaml Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00
MyPage.cpp Use ControlProperties macros everywhere (#12145) 2022-01-12 18:56:25 +00:00
MyPage.h Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
MyPage.idl Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
MyPage.xaml Switch Connections to use `ValueSet`s to initialize them (#10184) 2021-07-20 15:02:17 +00:00
MySettings.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
MySettings.h Use ControlProperties macros everywhere (#12145) 2022-01-12 18:56:25 +00:00
MySettings.idl Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleAppLib.vcxproj Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00
SampleAppLogic.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleAppLogic.h Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleAppLogic.idl Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
init.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
packages.config Move to CppWinRT 2.0.230207.1 (#14869) 2023-02-17 16:19:47 -08:00
pch.cpp Remove UTF-8 BOM from all files (#11821) 2021-11-29 12:54:35 -06:00
pch.h Remove our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication (#14520) 2022-12-12 20:59:23 +00:00