BUTR/Bannerlord.BLSE

View on GitHub
src/Bannerlord.BLSE.Loaders.Standalone/Properties/launchSettings.json

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json.schemastore.org/launchsettings.json",
  "profiles": {
    "Standalone Vanilla": {
      "commandName": "Executable",
      "executablePath": "$(GameFolder)\\bin\\$(GameConfiguration)\\$(AssemblyName).exe",
      "workingDirectory": "$(GameFolder)\\bin\\$(GameConfiguration)",
      "commandLineArgs": "/singleplayer _MODULES_*Bannerlord.Harmony*Native*SandBoxCore*CustomBattle*Sandbox*StoryMode*_MODULES_"
    }
  }
}