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.
- 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 andWindows App SDK C# Templates
in the installation details sidebar:
- Microsoft.UI.Xaml;
- Microsoft.Widnows.SDK.BuildTools;
- Microsoft.WindowsAppSDK;
- Newtonsoft.Json;
- System.Data.SqlClient;
- 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
-
In Visual Studio go to
File > Open > Open Project/Solution
and select./REZ/REZ.sln
to open the project. -
Now you can Build Solution (Ctrl+B) and execute it normally with Visual Studio debug features.