-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuthentication and Authorization.sln
48 lines (48 loc) · 3.04 KB
/
Authentication and Authorization.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication and Authorization", "Authentication and Authorization\Authentication and Authorization.csproj", "{C878CEB2-10DC-457F-89B6-4C3490B7BC26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FEADE343-27F7-4BEF-9402-0B6944399CD3}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication and Authorization.Data", "Authentication and Authorization.Data\Authentication and Authorization.Data.csproj", "{987F6079-0505-4674-AF4C-4AA4472D90FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication and Authorization.Core", "Authentication and Authorization.Core\Authentication and Authorization.Core.csproj", "{CA78EC87-86EB-432C-8B3D-B8D70D8866D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication and Authorization.Data.InMemory", "Authentication and Authorization.Data.InMemory\Authentication and Authorization.Data.InMemory.csproj", "{AB5D3548-780C-41DA-BFF4-6F746269F2E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C878CEB2-10DC-457F-89B6-4C3490B7BC26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C878CEB2-10DC-457F-89B6-4C3490B7BC26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C878CEB2-10DC-457F-89B6-4C3490B7BC26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C878CEB2-10DC-457F-89B6-4C3490B7BC26}.Release|Any CPU.Build.0 = Release|Any CPU
{987F6079-0505-4674-AF4C-4AA4472D90FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{987F6079-0505-4674-AF4C-4AA4472D90FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{987F6079-0505-4674-AF4C-4AA4472D90FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{987F6079-0505-4674-AF4C-4AA4472D90FF}.Release|Any CPU.Build.0 = Release|Any CPU
{CA78EC87-86EB-432C-8B3D-B8D70D8866D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA78EC87-86EB-432C-8B3D-B8D70D8866D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA78EC87-86EB-432C-8B3D-B8D70D8866D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA78EC87-86EB-432C-8B3D-B8D70D8866D2}.Release|Any CPU.Build.0 = Release|Any CPU
{AB5D3548-780C-41DA-BFF4-6F746269F2E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB5D3548-780C-41DA-BFF4-6F746269F2E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB5D3548-780C-41DA-BFF4-6F746269F2E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB5D3548-780C-41DA-BFF4-6F746269F2E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89C0C035-ACB8-42A1-B35D-4C00C1C0407F}
EndGlobalSection
EndGlobal