Add project files.

This commit is contained in:
bruker
2023-03-27 15:30:27 +02:00
parent c9eaa17cbd
commit d4638f8dca
44 changed files with 1735 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:53808",
"sslPort": 44323
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5258",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7033;http://localhost:5258",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"dependencies": {
"secrets1": {
"type": "secrets"
},
"sqlite1": {
"type": "sqlite",
"connectionId": "ConnectionStrings:SQLite",
"dynamicId": null
}
}
}

View File

@@ -0,0 +1,13 @@
{
"dependencies": {
"secrets1": {
"type": "secrets.user"
},
"sqlite1": {
"secretStore": "LocalSecretsFile",
"type": "sqlite.local",
"connectionId": "ConnectionStrings:SQLite",
"dynamicId": null
}
}
}