Build NetIP
Clone the repository
Using your Git client, clone the project https://gitlab.com/netip/netip
Open the solution
NetIP requires administrator rights to work. In order to debug it, you'll need to first open Visual Studio as Administrator, then open NetIP.sln.
Within the cloned repository, open NetIP.sln.
Build & Run NetIP
- 
In the Solution Explorer, right click on the NetIPproject andSet as Startup Project
- 
Depending on your needs, select the DebugorReleaseconfiguration.
- 
If you followed the documentation until this point, you should be able to hit F5and NetIP will build and start! 🚀
Start arguments using Launch Profiles
To facilitate debugging specific UI cases, you can configure your own Launch Profiles.
For example, adding -showNetworkPopup true -networkPopupAlwaysOnTop true in the Command Line Arguments will start NetIP with the Network Popup opened and Always on Top.
The list of available arguments is available here.