9db19aa730
Add option for linux in launchSettings.json
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"profiles": {
|
|
"Spt Server": {
|
|
"commandName": "Project",
|
|
"hotReloadEnabled": false,
|
|
"workingDirectory": "$(OutDir)"
|
|
},
|
|
"Spt Server (Linux)": {
|
|
"commandName": "Project",
|
|
"hotReloadEnabled": false,
|
|
"workingDirectory": "bin/$(Configuration)/$(TargetFramework)"
|
|
}
|
|
}
|
|
}
|