-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUserManagement.sln
More file actions
70 lines (70 loc) · 4.39 KB
/
UserManagement.sln
File metadata and controls
70 lines (70 loc) · 4.39 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserManagement.Data", "UserManagement.Data\UserManagement.Data.csproj", "{37ACAAC0-61D6-4C3E-87B5-41E740B5D29C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserManagement.Services", "UserManagement.Services\UserManagement.Services.csproj", "{642A3FD1-D215-4675-824E-43816445588F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserManagement.Web", "UserManagement.Web\UserManagement.Web.csproj", "{9C81C4CD-7795-4195-B70A-6198BA316A26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CF2C339-07B5-4C28-B407-D2DDFBB50354}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C9849C01-AD0F-437C-B6E8-5B627335F8EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserManagement.Data.Tests", "UserManagement.Data.Tests\UserManagement.Data.Tests.csproj", "{F15707C9-86D2-4D30-BD1B-672487F7D3AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserManagement.Services.Tests", "UserManagement.Services.Tests\UserManagement.Services.Tests.csproj", "{1EDAC0F0-A080-45D5-9D56-9B2070AA7404}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserManagement.Web.Tests", "UserManagement.Web.Tests\UserManagement.Web.Tests.csproj", "{C0F78DDD-C753-432C-8E1B-F88A2DB459FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37ACAAC0-61D6-4C3E-87B5-41E740B5D29C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37ACAAC0-61D6-4C3E-87B5-41E740B5D29C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37ACAAC0-61D6-4C3E-87B5-41E740B5D29C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37ACAAC0-61D6-4C3E-87B5-41E740B5D29C}.Release|Any CPU.Build.0 = Release|Any CPU
{642A3FD1-D215-4675-824E-43816445588F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{642A3FD1-D215-4675-824E-43816445588F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{642A3FD1-D215-4675-824E-43816445588F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{642A3FD1-D215-4675-824E-43816445588F}.Release|Any CPU.Build.0 = Release|Any CPU
{9C81C4CD-7795-4195-B70A-6198BA316A26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C81C4CD-7795-4195-B70A-6198BA316A26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C81C4CD-7795-4195-B70A-6198BA316A26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C81C4CD-7795-4195-B70A-6198BA316A26}.Release|Any CPU.Build.0 = Release|Any CPU
{F15707C9-86D2-4D30-BD1B-672487F7D3AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F15707C9-86D2-4D30-BD1B-672487F7D3AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F15707C9-86D2-4D30-BD1B-672487F7D3AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F15707C9-86D2-4D30-BD1B-672487F7D3AC}.Release|Any CPU.Build.0 = Release|Any CPU
{1EDAC0F0-A080-45D5-9D56-9B2070AA7404}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EDAC0F0-A080-45D5-9D56-9B2070AA7404}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EDAC0F0-A080-45D5-9D56-9B2070AA7404}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EDAC0F0-A080-45D5-9D56-9B2070AA7404}.Release|Any CPU.Build.0 = Release|Any CPU
{C0F78DDD-C753-432C-8E1B-F88A2DB459FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0F78DDD-C753-432C-8E1B-F88A2DB459FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0F78DDD-C753-432C-8E1B-F88A2DB459FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0F78DDD-C753-432C-8E1B-F88A2DB459FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F15707C9-86D2-4D30-BD1B-672487F7D3AC} = {C9849C01-AD0F-437C-B6E8-5B627335F8EE}
{1EDAC0F0-A080-45D5-9D56-9B2070AA7404} = {C9849C01-AD0F-437C-B6E8-5B627335F8EE}
{C0F78DDD-C753-432C-8E1B-F88A2DB459FD} = {C9849C01-AD0F-437C-B6E8-5B627335F8EE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46E0200E-E65A-469F-9BC8-971E5875A972}
EndGlobalSection
EndGlobal