Added launch profiles for the Utility project
This commit is contained in:
11
OpenRA.Utility/Properties/launchSettings.json
Normal file
11
OpenRA.Utility/Properties/launchSettings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"profiles": {
|
||||
"OpenRA.Utility": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "all --docs {DEV_VERSION}",
|
||||
"environmentVariables": {
|
||||
"ENGINE_DIR": ".."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user