Files
glitchy-engine-beef/bin/BuildTool/Properties/launchSettings.json
T

12 lines
319 B
JSON

{
"profiles": {
"BuildTool": {
"commandName": "Project",
"commandLineArgs": "build All --debug --workspace \"$(ProjectDir)/../../\""
},
"Build ScriptCore": {
"commandName": "Project",
"commandLineArgs": "build ScriptCore --debug -n --workspace \"$(ProjectDir)/../../\""
}
}
}