Added launchSettings.json for launching via VS
This commit is contained in:
parent
293d16be5b
commit
c72b0468fc
9
OpenRA.Mods.Example/Properties/launchSettings.json
Normal file
9
OpenRA.Mods.Example/Properties/launchSettings.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user