Compare commits

...

4 Commits

4 changed files with 37 additions and 2 deletions

View File

@ -1,2 +1 @@
# PIbd-21_Pyatakov_Km_Markov_DP_University Курсовая работа по дисциплине "Разработка профессиональных приложений". Группа: ПИбд-21. Студенты: Пятаков К.М. и Марков Д.П.

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"
}
}
}