-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGladLive.Authentication.sln
55 lines (55 loc) · 3.48 KB
/
GladLive.Authentication.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
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5B415E49-FF63-4C26-A943-747C0C582BCF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A5A9DC9-B1F9-4EC6-9F6F-96ECA74F4AED}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5D9A1A1C-5E90-4A4E-B25F-E712964586F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GladLive.Authentication.OAuth.Module", "src\GladLive.Authentication.OAuth.Module\GladLive.Authentication.OAuth.Module.csproj", "{518512CD-06D0-4845-8FC0-3F685510D544}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GladLive.Authentication.OAuth", "src\GladLive.Authentication.OAuth\GladLive.Authentication.OAuth.csproj", "{3F350997-6B4F-4CF4-B5DC-C5412676D4BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GladLive.Authentication.JWTAuthorization.Module", "src\GladLive.Authentication.JWTAuthorization.Module\GladLive.Authentication.JWTAuthorization.Module.csproj", "{0E2C5268-7FC1-4AE1-9A48-925CDB2F753A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MigrationsGenerator", "src\MigrationsGenerator\MigrationsGenerator.csproj", "{FF9AE022-043D-470F-A383-4EFDCEA977E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{518512CD-06D0-4845-8FC0-3F685510D544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{518512CD-06D0-4845-8FC0-3F685510D544}.Debug|Any CPU.Build.0 = Debug|Any CPU
{518512CD-06D0-4845-8FC0-3F685510D544}.Release|Any CPU.ActiveCfg = Release|Any CPU
{518512CD-06D0-4845-8FC0-3F685510D544}.Release|Any CPU.Build.0 = Release|Any CPU
{3F350997-6B4F-4CF4-B5DC-C5412676D4BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F350997-6B4F-4CF4-B5DC-C5412676D4BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F350997-6B4F-4CF4-B5DC-C5412676D4BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F350997-6B4F-4CF4-B5DC-C5412676D4BE}.Release|Any CPU.Build.0 = Release|Any CPU
{0E2C5268-7FC1-4AE1-9A48-925CDB2F753A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E2C5268-7FC1-4AE1-9A48-925CDB2F753A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E2C5268-7FC1-4AE1-9A48-925CDB2F753A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E2C5268-7FC1-4AE1-9A48-925CDB2F753A}.Release|Any CPU.Build.0 = Release|Any CPU
{FF9AE022-043D-470F-A383-4EFDCEA977E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF9AE022-043D-470F-A383-4EFDCEA977E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF9AE022-043D-470F-A383-4EFDCEA977E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF9AE022-043D-470F-A383-4EFDCEA977E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{518512CD-06D0-4845-8FC0-3F685510D544} = {5B415E49-FF63-4C26-A943-747C0C582BCF}
{3F350997-6B4F-4CF4-B5DC-C5412676D4BE} = {5B415E49-FF63-4C26-A943-747C0C582BCF}
{0E2C5268-7FC1-4AE1-9A48-925CDB2F753A} = {5B415E49-FF63-4C26-A943-747C0C582BCF}
{FF9AE022-043D-470F-A383-4EFDCEA977E6} = {5B415E49-FF63-4C26-A943-747C0C582BCF}
EndGlobalSection
EndGlobal