This commit is contained in:
Gregor Biswanger
2019-05-16 00:53:40 +02:00
6 changed files with 25 additions and 18 deletions

View File

@@ -8,6 +8,13 @@
}
},
"profiles": {
"Electron.NET App": {
"commandName": "Executable",
"executablePath": "electronize",
"commandLineArgs": "start",
"workingDirectory": "."
},
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
@@ -22,10 +29,5 @@
},
"applicationUrl": "http://localhost:50395/"
},
"Electron.NET App": {
"commandName": "Executable",
"executablePath": "C:\\Program Files\\dotnet\\dotnet.exe",
"commandLineArgs": "electronize start"
}
}
}