Files
Electron.NET/ElectronNET.CLI/Properties/launchSettings.json
2021-06-28 15:01:10 +02:00

13 lines
369 B
JSON

{
"profiles": {
"ElectronNET.CLI": {
"commandName": "Project",
"commandLineArgs": "start /project-path \"$(SolutionDir)ElectronNET.WebApp\" /watch"
},
"test": {
"commandName": "Project",
"commandLineArgs": "build /target win",
"workingDirectory": "C:\\work\\curiosity\\mosaik\\Desktop\\Curiosity.Desktop.Electron"
}
}
}