layout | title | description | sitemap | ||||||
---|---|---|---|---|---|---|---|---|---|
page |
UWPX - /Dev |
All topics related with the UWPX development. |
|
- Visual Studio 2022 with all packages required for Windows C# and C++ UWP development.
- GitHub Extension for Visual Studio (recommend)
-
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"> -
Now visit the UWPX GitHub repository and click on
Clone or download
. Then click thecopy
icon to copy the git repository url.
<img src="{{ "/images/development/VS2019_2.png" | absolute_url }}" width="800rm" height="auto"> -
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">
-
Once Visual Studio finished cloning, it will show you the
Solution Explorer
. There click onSwitch Views
to switch from the folder view to the project view.
<img src="{{ "/images/development/VS2019_4.png" | absolute_url }}" width="400rm" height="auto"> -
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"> -
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">