I opened the solution with Visual Studio 2019 version 16.9.4.
It prompted to Retarget Projects to Windows SDK 10.0.19041.0 and Platform Toolset v142. I clicked ok to let it.
Changed cpu to x64
Set Packaging project as startup
Pressed F5 and got lots of errors starting with:
WindowsStore\WindowsStoreImpl.h(24,56): error C2039: 'Store': is not a member of 'Windows::Services'
WindowsStore\WindowsStoreImpl.h(24,56): error C3083: 'Store': the symbol to the left of a '::' must be a type
WindowsStore\WindowsStoreImpl.h(24,63): error C2039: 'StoreContext': is not a member of 'Windows::Services'
See build.log for more errors and warnings.
build.log
I'm looking for a complete example of a Desktop Bridge application accessing the Windows Store API using C++/WinRT
Repro:
See build.log for more errors and warnings. build.log
I'm looking for a complete example of a Desktop Bridge application accessing the Windows Store API using C++/WinRT