Building the Plugin - tigert2173/VSFartMod GitHub Wiki

🛠️ Building-the-Plugin.md

# Building the Plugin

### Using Visual Studio

1. Open `MyPlugin.csproj` in Visual Studio.
2. Make sure the target framework matches the game (usually `.NET Framework 4.x` or `.NET Standard 2.0`).
3. Build the project.

### Using CLI

```bash
dotnet build