Personal WindowsAppSDK, WinUI 3 experiments
- https://github.com/microsoft/WindowsAppSDK
- https://github.com/microsoft/microsoft-ui-xaml
vcpkg integrate install
We have to restore packages in packages.config.
nuget restore windows-experiment.sln
Build the solution file, or App1 VC++ project.
MSBuild windows-experiment.sln /t:App1 /p:platform="x64" /p:configuration="Debug" /p:VcpkgEnableManifest=true /Verbosity:Detailed
Need a CLI command to run MSTest on WinUI 3 project. See UnitTestApp1 project.
- https://github.com/microsoft/testfx
- https://devblogs.microsoft.com/dotnet/introducing-mstest-34/
...
MSBuild windows-experiment.sln /t:App1Package /p:platform="x64" /p:configuration="Debug" /Verbosity:Minimal