You should already know what's this for. Made with .NET Framework 4.8.
- Download the .NET Framework 4.8 Developer Pack and install it.
- Download the Visual Studio Build Tools 2017 installer and run it. Don't select anything and just press the Install button at the bottom right, should be a 47 MB install.
- Go to Start → Visual Studio 2017 and open the Developer Command Prompt for VS 2017 shortcut.
- In the opened command prompt window,
cd
to the repo's folder. - Run:
msbuild MakeNSWSD.sln /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU"
- Check the bin\Release folder for the compiled exe.