Init: repo

This commit is contained in:
2023-10-07 13:27:25 +08:00
commit e2419a1ebd
16 changed files with 676 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"iisSettings": {
"iisExpress": {
"applicationUrl": "http://localhost:44942",
"sslPort": 44303
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5136",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}