mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-10 21:23:53 +00:00
32 lines
951 B
JSON
32 lines
951 B
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:50394/",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"Electron.NET App": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$(SolutionDir)ElectronNET.CLI\\bin\\Debug\\net5.0\\dotnet-electronize-h5.exe",
|
|
"commandLineArgs": "start /from-build-output $(SolutionDir)ElectronNET.WebApp\\bin\\$(Configuration)\\net5.0",
|
|
"workingDirectory": "$(SolutionDir)ElectronNET.WebApp"
|
|
},
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"ElectronNET.WebApp": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "http://localhost:50395/"
|
|
}
|
|
}
|
|
} |