A bunch of smaller miscellaneous mods that do not benefit their own separate Git repositories.
This is for building the mods' .DLL and .PDB files, which should be found at the [MODNAME]/bin/Debug*/netstandard2.0/
directory.
*Release
if built with the Release configuration
Run MiscMods.sln
in Visual Studio as a project. Building should then be as simple as going to Build -> Build Solution in the menu bar (or pressing Ctrl+Shift+B).
Make sure you have the .NET SDK installed. Open your terminal on the cloned/downloaded repository's directory, and execute:
dotnet build .\MiscMods.sln
This will build to the Debug configuration by default, append -c Release
if you want to built it with the Release configuration.