20 lines
497 B
JSON
20 lines
497 B
JSON
{
|
|
"profiles": {
|
|
"Spt Server": {
|
|
"commandName": "Project",
|
|
"hotReloadEnabled": false,
|
|
"workingDirectory": "$(OutDir)"
|
|
},
|
|
"Spt Server (Linux)": {
|
|
"commandName": "Project",
|
|
"hotReloadEnabled": false,
|
|
"workingDirectory": "bin/$(Configuration)/$(TargetFramework)"
|
|
},
|
|
"Spt Server (Mac)": {
|
|
"commandName": "Project",
|
|
"hotReloadEnabled": false,
|
|
"workingDirectory": "bin/$(Configuration)/$(TargetFramework)/osx-arm64"
|
|
}
|
|
}
|
|
}
|