-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuthService.sln
More file actions
49 lines (49 loc) · 3.1 KB
/
Copy pathAuthService.sln
File metadata and controls
49 lines (49 loc) · 3.1 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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.4.11626.88 stable
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthService.Domain", "AuthService.Domain\AuthService.Domain.csproj", "{58B38DE2-1B45-406A-9626-65B353BB238E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthService.Application", "AuthService.Application\AuthService.Application.csproj", "{DD30ECB1-8AA9-4B52-A170-9140F1B348A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthService.Infrastructure", "AuthService.Infrastructure\AuthService.Infrastructure.csproj", "{72880EE3-D01F-4985-9DC5-89D9AEDB08E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthService.Shared", "AuthService.Shared\AuthService.Shared.csproj", "{E602334E-5C65-4E3A-800A-C9ACEF542EAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthService.API", "AuthService.API\AuthService.API.csproj", "{9D31F7CA-851E-4243-A6A7-C19BD450CFC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58B38DE2-1B45-406A-9626-65B353BB238E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58B38DE2-1B45-406A-9626-65B353BB238E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58B38DE2-1B45-406A-9626-65B353BB238E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58B38DE2-1B45-406A-9626-65B353BB238E}.Release|Any CPU.Build.0 = Release|Any CPU
{DD30ECB1-8AA9-4B52-A170-9140F1B348A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD30ECB1-8AA9-4B52-A170-9140F1B348A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD30ECB1-8AA9-4B52-A170-9140F1B348A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD30ECB1-8AA9-4B52-A170-9140F1B348A8}.Release|Any CPU.Build.0 = Release|Any CPU
{72880EE3-D01F-4985-9DC5-89D9AEDB08E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72880EE3-D01F-4985-9DC5-89D9AEDB08E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72880EE3-D01F-4985-9DC5-89D9AEDB08E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72880EE3-D01F-4985-9DC5-89D9AEDB08E5}.Release|Any CPU.Build.0 = Release|Any CPU
{E602334E-5C65-4E3A-800A-C9ACEF542EAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E602334E-5C65-4E3A-800A-C9ACEF542EAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E602334E-5C65-4E3A-800A-C9ACEF542EAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E602334E-5C65-4E3A-800A-C9ACEF542EAF}.Release|Any CPU.Build.0 = Release|Any CPU
{9D31F7CA-851E-4243-A6A7-C19BD450CFC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D31F7CA-851E-4243-A6A7-C19BD450CFC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D31F7CA-851E-4243-A6A7-C19BD450CFC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D31F7CA-851E-4243-A6A7-C19BD450CFC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B62BA601-2B50-43A1-8128-E8C153EE0551}
EndGlobalSection
EndGlobal