forked from arunnintelops/userservice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UserService.sln
54 lines (53 loc) · 3.24 KB
/
UserService.sln
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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserService", "UserService\UserService.csproj", "{3F3A6DE0-AEEF-46EF-90FC-F10AC7E308EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{88AB9477-CDE9-4B8A-963E-17304A2BFA96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{9070C5EF-91AA-46A3-98A8-A451290369BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{FB9E28F3-692F-46AE-B213-AFCE0F4367BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{49F3AE9E-8BFB-4AA3-9826-7C3EA34FBDC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application.Tests", "Tests\Application.Tests\Application.Tests.csproj", "{5C384351-1139-4B5A-8EA1-41F087542DB2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F3A6DE0-AEEF-46EF-90FC-F10AC7E308EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F3A6DE0-AEEF-46EF-90FC-F10AC7E308EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F3A6DE0-AEEF-46EF-90FC-F10AC7E308EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F3A6DE0-AEEF-46EF-90FC-F10AC7E308EF}.Release|Any CPU.Build.0 = Release|Any CPU
{88AB9477-CDE9-4B8A-963E-17304A2BFA96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88AB9477-CDE9-4B8A-963E-17304A2BFA96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88AB9477-CDE9-4B8A-963E-17304A2BFA96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88AB9477-CDE9-4B8A-963E-17304A2BFA96}.Release|Any CPU.Build.0 = Release|Any CPU
{9070C5EF-91AA-46A3-98A8-A451290369BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9070C5EF-91AA-46A3-98A8-A451290369BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9070C5EF-91AA-46A3-98A8-A451290369BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9070C5EF-91AA-46A3-98A8-A451290369BB}.Release|Any CPU.Build.0 = Release|Any CPU
{FB9E28F3-692F-46AE-B213-AFCE0F4367BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB9E28F3-692F-46AE-B213-AFCE0F4367BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB9E28F3-692F-46AE-B213-AFCE0F4367BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB9E28F3-692F-46AE-B213-AFCE0F4367BF}.Release|Any CPU.Build.0 = Release|Any CPU
{5C384351-1139-4B5A-8EA1-41F087542DB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C384351-1139-4B5A-8EA1-41F087542DB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C384351-1139-4B5A-8EA1-41F087542DB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C384351-1139-4B5A-8EA1-41F087542DB2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5C384351-1139-4B5A-8EA1-41F087542DB2} = {49F3AE9E-8BFB-4AA3-9826-7C3EA34FBDC1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FE34FDD-6B4F-419F-92F1-8B4E716113A9}
EndGlobalSection
EndGlobal