mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-16 21:26:58 +00:00
10 lines
286 B
JSON
10 lines
286 B
JSON
{
|
|
"profiles": {
|
|
"Electron.NET App": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$(SolutionDir)ElectronNET.CLI\\bin\\Debug\\net5.0\\dotnet-electronize.exe",
|
|
"commandLineArgs": "start",
|
|
"workingDirectory": "$(SolutionDir)ElectronNET.WebApp"
|
|
}
|
|
}
|
|
} |