diff --git a/OpenRA.Mods.Example/Properties/launchSettings.json b/OpenRA.Mods.Example/Properties/launchSettings.json new file mode 100644 index 0000000..5b6bd42 --- /dev/null +++ b/OpenRA.Mods.Example/Properties/launchSettings.json @@ -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" + } + } +}