Skip to content

luncliff/windows-experiment

Repository files navigation

windows-experiment

Personal WindowsAppSDK, WinUI 3 experiments

Analysis

How To

Setup

vcpkg integrate install

We have to restore packages in packages.config.

nuget restore windows-experiment.sln

Build

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

Test

Need a CLI command to run MSTest on WinUI 3 project. See UnitTestApp1 project.

...

Deploy

MSBuild windows-experiment.sln /t:App1Package /p:platform="x64" /p:configuration="Debug" /Verbosity:Minimal

References

About

Personal Windows SDK experiments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •