mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-14 05:34:48 +00:00
13 lines
389 B
JSON
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\""
|
|
}
|
|
}
|
|
} |