Setup the environment for native UWP x64

vcvarsall

  • Setup the environment variables required for using the Microsoft Visual Studio tools from the command line.
    The path of `vcvarsall` for a certain Visual Studio installation can be found using `vswhere`.
    More information: <https://learn.microsoft.com/cpp/build/building-on-the-command-line>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

vcvarsall x64 uwp

click the source code to copy