16 lines
388 B
JSON
16 lines
388 B
JSON
|
{
|
||
|
"profiles": {
|
||
|
"Terraria": {
|
||
|
"commandName": "Executable",
|
||
|
"executablePath": "dotnet",
|
||
|
"commandLineArgs": "$(tMLPath)",
|
||
|
"workingDirectory": "$(tMLSteamPath)"
|
||
|
},
|
||
|
"TerrariaServer": {
|
||
|
"commandName": "Executable",
|
||
|
"executablePath": "dotnet",
|
||
|
"commandLineArgs": "$(tMLServerPath)",
|
||
|
"workingDirectory": "$(tMLSteamPath)"
|
||
|
}
|
||
|
}
|
||
|
}
|