Is the MFC MDI app with XamlIsland. It loaded Windows::UI::Controls and WinUI 2.2 (Windows::UI::Controls) through Windows Runtime Component.
It follows Oscar's guide to copy xbf, dll, pri files from MyApp and Winows Runtime Components. And also can be built successfully with WinUI components.
Standard C++ Windows App. Can run with app.xbf and resource.pri without changing things by default. it can load Microsoft::UI::Controls and Windows::UI::Controls
The dummy app for MFCXamlIsland01 app and SampleCPPApp
Windows Runtime Component, will be finally used by MFCXamlIsland01 app and SampleCPPApp. The component contains Microsoft::UI::Controls and Windows::UI::Controls. MFCXamlIsland01 can use it now.