{ "profiles": { "Client": { "commandName": "Executable", "executablePath": "dotnet", "commandLineArgs": "\"$(VINTAGE_STORY)/Vintagestory.dll\" --tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\" --addOrigin \"$(ProjectDir)/assets\"", "workingDirectory": "$(VINTAGE_STORY)" }, "Server": { "commandName": "Executable", "executablePath": "dotnet", "commandLineArgs": "\"$(VINTAGE_STORY)/VintagestoryServer.dll\" --tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\" --addOrigin \"$(ProjectDir)/assets\"", "workingDirectory": "$(VINTAGE_STORY)" } } }