mirror of
https://github.com/anegostudios/vsmodtemplate
synced 2025-07-06 13:24:31 -07:00
16 lines
No EOL
540 B
JSON
16 lines
No EOL
540 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)"
|
|
}
|
|
}
|
|
} |