Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.51 KB

BUILD.md

File metadata and controls

27 lines (21 loc) · 1.51 KB

How to Build

REZ uses .NET Framework with WinUI as User Interface Layer (Windows only) and Visual Studio as build system. To be able to build this project properly, it is necessary to have Visual Studio 2022 17.1 and later installed and running.

  1. After setting up Visual Studio, make sure to check the workloads you have installed under Visual Studio Installer. For this project it is necessary to have the .NET Desktop Development workload installed and Windows App SDK C# Templates in the installation details sidebar:

Alt text

Other dependencies:

Fonts:
Nuget Packages:
  1. Download the source code of this project by forking (if you want to work on your own features) or by cloning this repository.
git clone https://github.com/lknknm/REZ-menu-app.git
  1. In Visual Studio go to File > Open > Open Project/Solution and select ./REZ/REZ.sln to open the project.

  2. Now you can Build Solution (Ctrl+B) and execute it normally with Visual Studio debug features.