Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.1 KB

development.md

File metadata and controls

42 lines (35 loc) · 2.1 KB
layout title description sitemap
page
UWPX - /Dev
All topics related with the UWPX development.
priority lastmod changefreq
1.0
29-11-2020
monthly

How do I build UWPX

Prerequisites

Cloning

  1. Once you have successfully install Visual Studio 2019 open it and select the Clone or check out code.
    <img src="{{ "/images/development/VS2022_1.png" | absolute_url }}" width="800rm" height="auto">

  2. Now visit the UWPX GitHub repository and click on Clone or download. Then click the copy icon to copy the git repository url.
    <img src="{{ "/images/development/VS2019_2.png" | absolute_url }}" width="800rm" height="auto">

  3. Switch back to Visual Studio and paste the repository url into the appropriate textbox. Once done click on Clone and Visual Studio will clone the repository for you.
    <img src="{{ "/images/development/VS2022_3.png" | absolute_url }}" width="800rm" height="auto">

Starting the solution

  1. Once Visual Studio finished cloning, it will show you the Solution Explorer. There click on Switch Views to switch from the folder view to the project view.
    <img src="{{ "/images/development/VS2019_4.png" | absolute_url }}" width="400rm" height="auto">

  2. This should open a new dialog where you can select the solution you want to switch to. Click on the UWPX solution (UWPX-Client.sln) to open it.
    <img src="{{ "/images/development/VS2019_5.png" | absolute_url }}" width="400rm" height="auto">

  3. The last step is to build and run the solution. For this select your target architecture and click on the green arrow to run it.
    <img src="{{ "/images/development/VS2019_6.png" | absolute_url }}" width="400rm" height="auto">
    <img src="{{ "/images/development/VS2019_7.png" | absolute_url }}" width="400rm" height="auto">