mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-10 18:58:19 +00:00
13 lines
369 B
JSON
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"
|
|
}
|
|
}
|
|
} |