mondul / MakeNSWSD-GUI

Same as make-nsw-sd but made with .NET Framework 4.8 with a GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSW SD files builder - GUI Version

You should already know what's this for. Made with .NET Framework 4.8.

How to build (without Visual Studio)

  1. Download the .NET Framework 4.8 Developer Pack and install it.
  2. 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.
  3. Go to StartVisual Studio 2017 and open the Developer Command Prompt for VS 2017 shortcut.
  4. In the opened command prompt window, cd to the repo's folder.
  5. Run: msbuild MakeNSWSD.sln /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU"
  6. Check the bin\Release folder for the compiled exe.

About

Same as make-nsw-sd but made with .NET Framework 4.8 with a GUI


Languages

Language:C# 100.0%