Added launchSettings.json for launching via VS

This commit is contained in:
penev92 2023-03-21 15:14:19 +02:00 committed by abcdefg30
parent 293d16be5b
commit c72b0468fc

View File

@ -0,0 +1,9 @@
{
"profiles": {
"OpenRA.Mods.Example": {
"commandName": "Executable",
"executablePath": "..\\..\\engine\\bin\\OpenRA.exe",
"commandLineArgs": "Game.Mod=example Engine.EngineDir=..\\..\\engine Engine.LaunchPath=..\\..\\engine\\bin Engine.ModSearchPaths=..\\..\\mods,..\\..\\engine\\mods Debug.DisplayDeveloperSettings=true"
}
}
}