Files
Fishing2Server/Main/Properties/launchSettings.json

11 lines
257 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Main": {
"commandName": "Project",
// "workingDirectory": "$(OutputPath)",
"environmentVariables": {},
"commandLineArgs": "--m Develop"
}
}
}