Files
Fishing2Server/Main/Properties/launchSettings.json
2025-10-14 17:58:38 +08:00

11 lines
255 B
JSON

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