* ProjectReunion -> WindowsAppSDK rename (first pass. Of many...)
* /build/** renamed
* assets/**
* /docs
* dev\WindowsAppSDK_DLL\
* installer/
* specs/**
* Last pass! Time to test...
* Remove en-us from microsoft URLs e.g. BAD=https://docs.microsoft.com/en-us/blah GOOD=https://docs.microsoft.com/blah. The client+server figure out the appropriate language and update the URL (at least, Microsoft.com does it) so always encode the more generic syntax
* Incorporated feedback
* Merged latest from main and fixed up reunion references brought in
* Incorporated feedback
* Maybe this is it
* This too?
* Fixing another reunion reference that snaked in from recent main...
Attempt to fix the flakey builds caused by the solution using restore with a private nuget feed. 401 errors appears inconsistantly. The two combination that seems to work are:
Renewing the PAT on the service connection with slightly different permissions.
Calling Nuget Authenticate on the feed.
Stop using the old manually named Microsoft.Taef.Redist.Wlk package and start using the updated newly renamed Microsoft.Taef package from the ES feed.
Refactor Build and Publish MRT into two different yml files.
Initial implementation of file type association registrations for Win32. Also have basic functional tests up and running for both Win32 and Packaged Win32.
The tests now require elevation, in order to install the test apps cert. Also with this change we switch to TAEF for our test harness.
* Initial commit of Reunion Common Entrypoint
* Rename Common to SampleWinRT
* Care and Feeding of WinRT code
* Add ARM64 target
* Flat C API sample
* Extend sample slightly, fix publishing files
* Update References
* Add a simple test (that doesn't work yet)
* Move to a shared project
* Replace "Universal" DLL with a regular C++/WinRT DLL
Publish "flat C" headers to common output directory
Ensure test execution can find the implementation binary
* Change namespaces, fix up solutions, make test work
* Get a UWP unit test building
* Update to new cppwinrt package
* Include ARM64 in builds, add 'build everything' script
* Add means to test UWP, identity, etc in one shared file
* Rename test projects
* PR feedback
* PR feedback
* PR feedback