generated from AriasCreations/vsmodtemplate
16 lines
549 B
JSON
16 lines
549 B
JSON
{
|
|
"profiles": {
|
|
"Client": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$(VINTAGE_STORY)/Vintagestory.exe",
|
|
"commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"",
|
|
"workingDirectory": "$(VINTAGE_STORY)"
|
|
},
|
|
"Server": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$(VINTAGE_STORY)/VintagestoryServer.exe",
|
|
"commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"",
|
|
"workingDirectory": "$(VINTAGE_STORY)"
|
|
}
|
|
}
|
|
}
|