-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecureAuth.sln
More file actions
48 lines (48 loc) · 2.99 KB
/
SecureAuth.sln
File metadata and controls
48 lines (48 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6480D9A6-CC19-4DC0-BC8A-3FA27129F489}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureAuth.Api", "src\SecureAuth.Api\SecureAuth.Api.csproj", "{D7E23BFC-1163-462D-ABE0-BF4335E8D846}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureAuth.Domain", "src\SecureAuth.Domain\SecureAuth.Domain.csproj", "{7D6EF1DE-667B-47C8-A4FD-433356E27FD5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureAuth.Infrastructure", "src\SecureAuth.Infrastructure\SecureAuth.Infrastructure.csproj", "{2B9831BE-F1C1-4454-AC94-5503147BB4C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureAuth.Application", "src\SecureAuth.Application\SecureAuth.Application.csproj", "{5367A791-ED00-49B1-9C52-D34EB867BAC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7E23BFC-1163-462D-ABE0-BF4335E8D846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7E23BFC-1163-462D-ABE0-BF4335E8D846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7E23BFC-1163-462D-ABE0-BF4335E8D846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7E23BFC-1163-462D-ABE0-BF4335E8D846}.Release|Any CPU.Build.0 = Release|Any CPU
{7D6EF1DE-667B-47C8-A4FD-433356E27FD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D6EF1DE-667B-47C8-A4FD-433356E27FD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D6EF1DE-667B-47C8-A4FD-433356E27FD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D6EF1DE-667B-47C8-A4FD-433356E27FD5}.Release|Any CPU.Build.0 = Release|Any CPU
{2B9831BE-F1C1-4454-AC94-5503147BB4C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B9831BE-F1C1-4454-AC94-5503147BB4C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B9831BE-F1C1-4454-AC94-5503147BB4C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B9831BE-F1C1-4454-AC94-5503147BB4C6}.Release|Any CPU.Build.0 = Release|Any CPU
{5367A791-ED00-49B1-9C52-D34EB867BAC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5367A791-ED00-49B1-9C52-D34EB867BAC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5367A791-ED00-49B1-9C52-D34EB867BAC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5367A791-ED00-49B1-9C52-D34EB867BAC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D7E23BFC-1163-462D-ABE0-BF4335E8D846} = {6480D9A6-CC19-4DC0-BC8A-3FA27129F489}
{7D6EF1DE-667B-47C8-A4FD-433356E27FD5} = {6480D9A6-CC19-4DC0-BC8A-3FA27129F489}
{2B9831BE-F1C1-4454-AC94-5503147BB4C6} = {6480D9A6-CC19-4DC0-BC8A-3FA27129F489}
{5367A791-ED00-49B1-9C52-D34EB867BAC6} = {6480D9A6-CC19-4DC0-BC8A-3FA27129F489}
EndGlobalSection
EndGlobal