Reorganized project in solution folders

This commit is contained in:
2024-11-24 10:42:33 +01:00
parent 4a5855250c
commit 1897428d00
34 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:65174",
"sslPort": 44387
}
},
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7049;http://localhost:5007",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}