launchSettings.json 146 B

12345678
  1. {
  2. "profiles": {
  3. "Server.App": {
  4. "commandName": "Project",
  5. "workingDirectory": "D:\\Source\\Egametang\\netcoreapp2.0"
  6. }
  7. }
  8. }