-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZolab.AspNetCore.sln
56 lines (56 loc) · 3.36 KB
/
Zolab.AspNetCore.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
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0C8D348-2F61-4EDF-870E-56D049E4BB0A}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zolab.AspNetCore.Authentication.OAuth", "Authentication\OAuth\Zolab.AspNetCore.Authentication.OAuth.csproj", "{6193EDBF-EFC2-4D10-A565-506F383F25B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eng", "eng", "{61453271-854C-4687-A03D-5A3711F15B2C}"
ProjectSection(SolutionItems) = preProject
SharedFramework.External.props = SharedFramework.External.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zolab.AspNetCore.Authentication.OAuth.Tests", "Tests\Zolab.AspNetCore.Authentication.OAuth.Tests.csproj", "{F426723D-8577-4815-A5A8-6D1FF21097B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zolab.AspNetCore.Authentication.Kakao", "Authentication\Kakao\Zolab.AspNetCore.Authentication.Kakao.csproj", "{6AFD205C-A014-4D0E-AFE3-59446A1A510C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zolab.AspNetCore.Authentication.Naver", "Authentication\Naver\Zolab.AspNetCore.Authentication.Naver.csproj", "{74A2C802-0006-4A10-8774-C5CA08FA7713}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6193EDBF-EFC2-4D10-A565-506F383F25B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6193EDBF-EFC2-4D10-A565-506F383F25B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6193EDBF-EFC2-4D10-A565-506F383F25B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6193EDBF-EFC2-4D10-A565-506F383F25B1}.Release|Any CPU.Build.0 = Release|Any CPU
{F426723D-8577-4815-A5A8-6D1FF21097B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F426723D-8577-4815-A5A8-6D1FF21097B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F426723D-8577-4815-A5A8-6D1FF21097B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F426723D-8577-4815-A5A8-6D1FF21097B2}.Release|Any CPU.Build.0 = Release|Any CPU
{6AFD205C-A014-4D0E-AFE3-59446A1A510C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AFD205C-A014-4D0E-AFE3-59446A1A510C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AFD205C-A014-4D0E-AFE3-59446A1A510C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AFD205C-A014-4D0E-AFE3-59446A1A510C}.Release|Any CPU.Build.0 = Release|Any CPU
{74A2C802-0006-4A10-8774-C5CA08FA7713}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74A2C802-0006-4A10-8774-C5CA08FA7713}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74A2C802-0006-4A10-8774-C5CA08FA7713}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74A2C802-0006-4A10-8774-C5CA08FA7713}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{61453271-854C-4687-A03D-5A3711F15B2C} = {C0C8D348-2F61-4EDF-870E-56D049E4BB0A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D82A6873-A278-4C9B-AF5C-D3E96EA55C68}
EndGlobalSection
EndGlobal