This commit is contained in:
AnnaLioness 2024-04-08 11:48:47 +04:00
parent 8a5be747fa
commit 8e09d83bfe
6 changed files with 72 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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