11 lines
358 B
JSON
11 lines
358 B
JSON
{
|
|
"profiles": {
|
|
"Client": {
|
|
"commandName": "Executable",
|
|
"executablePath": "dotnet",
|
|
"commandLineArgs": "\"$(VINTAGE_STORY)/Vintagestory.dll\" --tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\" --addOrigin \"$(ProjectDir)/assets\"$(VintageStoryDataPathArgs)",
|
|
"workingDirectory": "$(VINTAGE_STORY)"
|
|
}
|
|
}
|
|
}
|