Skip to content
Jens Uhlig edited this page Jan 23, 2018 · 5 revisions

The UIC.NET reference implementation was written in C#. The IDE is Visual Studio 2017. The following steps guides you through the setup process:

  1. Download and install the Visual Studio 2017 (a free Community Edition is available)
  2. create a fork of the repo in order to make changes without interfering this repository
  3. clone or download the repo to your local drive and open the solution with the Visual Studio IDE
  4. Make sure that UIC.SGeT.Launcher-Project is set as Startup Project
    • The project name in the solution explorer must be bold
    • If not, right-click on the project in the solution explorer and click on set as start project
  5. Configure the needed target platform (Any CPU, x86 or x64)
  6. Compile & run the UIC.NET solution

octocat

Clone this wiki locally