launchSettings.json 254 B

123456789
  1. {
  2. "profiles": {
  3. "Server.App": {
  4. "commandName": "Project",
  5. "commandLineArgs": "--appId=1 --appType=AllServer --config=../Config/StartConfig/LocalAllServer.txt",
  6. "workingDirectory": "D:\\Source\\Egametang\\netcoreapp2.0"
  7. }
  8. }
  9. }