Browse Source

fix executablePath in launchSettings.json

pull/1096/merge
Siegfried Pammer 7 years ago
parent
commit
4f4c5bd38c
  1. 2
      ILSpy/Properties/launchSettings.json

2
ILSpy/Properties/launchSettings.json

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
"profiles": {
"ILSpy": {
"commandName": "Executable",
"executablePath": "C:\\Users\\Siegfried\\Projects\\ILSpy master\\ILSpy\\bin\\Debug\\net46\\ILSpy.exe",
"executablePath": ".\\ILSpy.exe",
"commandLineArgs": "/separate"
}
}

Loading…
Cancel
Save