mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-15 13:45:09 +00:00
13 lines
362 B
JSON
13 lines
362 B
JSON
{
|
|
"profiles": {
|
|
"ElectronNET.CLI": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "start /project-path \"$(SolutionDir)ElectronNET.WebApp\""
|
|
},
|
|
"test": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "build /target win",
|
|
"workingDirectory": "C:\\work\\curiosity\\mosaik\\Desktop\\Curiosity.Desktop.Electron"
|
|
}
|
|
}
|
|
} |