Files
Electron.NET/ElectronNET.CLI/Properties/launchSettings.json
2021-11-16 14:02:17 +01:00

13 lines
389 B
JSON

{
"profiles": {
"Build Test App": {
"commandName": "Project",
"commandLineArgs": "build /target win /PublishSingleFile false /PublishReadyToRun false",
"workingDirectory": "$(SolutionDir)ElectronNET.WebApp"
},
"Start Test App": {
"commandName": "Project",
"commandLineArgs": "start /project-path \"$(SolutionDir)ElectronNET.WebApp\""
}
}
}