How to compile the Project:
- Clone the Repository
- Install the Mysql.Data.Rt.dll as Dependency-Pakage from Visual Studio
- Configure the DB-connection
- Enjoy.
Optional using Visual Studio 2019
- Clone the Repository
- Open Visual Studio
- select open project
- navigate to your Repository local and select the VS-project file (.sln)
- VS will tell you the components needed for the project, install it
- Install the Mysql.Data.Rt.dll as Dependency-Pakage from Visual Studio
- Install the Referenz to Microsoft.NETCore.UniversalWindowsPlatform version 6.2.8 using the NuGet Package manager (Uninstall and re- install it if you get problems)
- Install Lightbuzz-smtp (SMTP API for sending Emails)
- Configure the DB-connection in the ViewModel.cs class
- Enjoy.