Files
Electron.NET/ElectronNET.WebApp/Properties/launchSettings.json

32 lines
951 B
JSON
Raw Normal View History

2017-10-02 20:40:28 +02:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50394/",
"sslPort": 0
}
},
"profiles": {
"Electron.NET App": {
"commandName": "Executable",
2021-06-28 15:48:15 +02:00
"executablePath": "$(SolutionDir)ElectronNET.CLI\\bin\\Debug\\net5.0\\dotnet-electronize-h5.exe",
2021-07-21 10:42:04 +02:00
"commandLineArgs": "start /from-build-output $(SolutionDir)ElectronNET.WebApp\\bin\\$(Configuration)\\net5.0",
"workingDirectory": "$(SolutionDir)ElectronNET.WebApp"
},
2017-10-02 20:40:28 +02:00
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"ElectronNET.WebApp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:50395/"
}
2017-10-02 20:40:28 +02:00
}
}