vs change

This commit is contained in:
ker73rus 2023-03-31 16:28:11 +04:00
parent 446b59533c
commit 799aa3c52a
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"profiles": {
"UniversityContracts": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:49347;http://localhost:49350"
}
}
}

View File

@ -0,0 +1,12 @@
{
"profiles": {
"UniversityDataBaseImplemet": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:49351;http://localhost:49352"
}
}
}

View File

@ -0,0 +1,12 @@
{
"profiles": {
"UniversityModels": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:49348;http://localhost:49349"
}
}
}