Initial ...

This commit is contained in:
2026-03-22 14:09:53 +03:30
commit a855ea6b70
33 changed files with 6649 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:34556",
"sslPort": 44393
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "startup",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"xApiWithData": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "startup",
"applicationUrl": "https://localhost:5001;http://localhost:5000;https://0.0.0.0:5001;",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}