Version: 2019.2
Getting Started
Universal Windows Platform (UWP) build settings

Universal Windows Platform: Deployment

How to deploy Universal Windows Application

  • Go to Build Settings and build your Project to a folder.

  • Visual Studio solution will be generated.

  • Running on local machine:
    • Make sure that the selected solution platform is x86 or x64 and Debug target is set to “Local machine”.
    • Go to Debug -> Start debugging or press F5.
  • Running on remote machine:
    • If you are deploying to ARM architecture device, make sure that ARM or ARM64 is selected as Solution Platform.
    • Start Visual Studio Remote debugger on a remote machine.
    • Go to Visual Studio project settings -> Debug.
    • Set target device to “Remote machine”.
    • Find a remote machine in the list and select “Universal” authentication method.
    • Go to Debug -> Start debugging or press F5.
    • If you cannot connect to a remote machine, make sure that a Firewall does not block it.
  • Running in simulator:
    • Set Debug Target to “Simulator”.
    • Go to Debug -> Start debugging or press F5.

• 2017–05–16 Page amended

Getting Started
Universal Windows Platform (UWP) build settings