-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecurityService.slnx
More file actions
18 lines (18 loc) · 1.15 KB
/
SecurityService.slnx
File metadata and controls
18 lines (18 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Solution>
<Folder Name="/src/">
<Project Path="SecurityService.BusinessLogic/SecurityService.BusinessLogic.csproj" />
<Project Path="SecurityService.Database/SecurityService.Database.csproj" />
<Project Path="SecurityService.DataTransferObjects/SecurityService.DataTransferObjects.csproj" />
<Project Path="SecurityService.Models/SecurityService.Models.csproj" />
<Project Path="SecurityService.SqlServerMigrations/SecurityService.SqlServerMigrations.csproj" />
<Project Path="SecurityService/SecurityService.csproj" />
<Project Path="SecurityService.Client/SecurityService.Client.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="SecurityService.OpenIdConnect.IntegrationTests/SecurityService.OpenIdConnect.IntegrationTests.csproj" />
<Project Path="SecurityService.UnitTests/SecurityService.UnitTests.csproj" />
<Project Path="SecurityService.IntegrationTesting.Helpers/SecurityService.IntegrationTesting.Helpers.csproj" />
<Project Path="SecurityService.IntegrationTests/SecurityService.IntegrationTests.csproj" />
<Project Path="SecurityServiceTestUI/SecurityServiceTestUI.csproj" />
</Folder>
</Solution>