-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathGovITHub.Auth.Identity.sln
82 lines (82 loc) · 5 KB
/
GovITHub.Auth.Identity.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{3FE92826-C6FF-4AAA-AC0B-B0D071C001AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "external", "external", "{26A256F6-2170-43A1-A7DB-ED359C290FBE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{280C1030-44FA-4994-9841-74C3EBB16658}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{327D9A11-2231-4605-9212-B3775B50E6E1}"
ProjectSection(SolutionItems) = preProject
.bettercodehub.yml = .bettercodehub.yml
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
.travis.yml = .travis.yml
LICENSE = LICENSE
README.md = README.md
setup-authentication-providers.md = setup-authentication-providers.md
setup-facebook.md = setup-facebook.md
setupEmailProviders.md = setupEmailProviders.md
setupGoogle.md = setupGoogle.md
setupIIS.md = setupIIS.md
setupOrganizationRoot.md = setupOrganizationRoot.md
_stylecop\stylecop.json = _stylecop\stylecop.json
_stylecop\StyleCopRules.ruleset = _stylecop\StyleCopRules.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GovITHub.Auth.Identity", "src\GovITHub.Auth.Identity\GovITHub.Auth.Identity.csproj", "{D73BAB82-9997-4BBF-A83B-928F8F154E1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GovITHub.Auth.Admin", "src\GovITHub.Auth.Admin\GovITHub.Auth.Admin.csproj", "{E607EB2E-E3DF-4A2C-9C35-F00F7DE46C01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JavaScriptClient", "src\samples\JavaScriptClient\JavaScriptClient.csproj", "{728A838A-9684-445C-A7DB-773D701B8DD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GovITHub.External.Postmark.NetCore", "src\external\GovITHub.External.Postmark.NetCore\GovITHub.External.Postmark.NetCore.csproj", "{9EAB61C3-914B-4F95-8BD6-4BD6A480EB97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GovITHub.Auth.Common", "src\GovITHub.Auth.Common\GovITHub.Auth.Common.csproj", "{709C417F-C5C8-4FDE-BB63-5D2BBD59AA9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GovITHub.Auth.Common.Tests", "test\GovITHub.Auth.Common.Tests\GovITHub.Auth.Common.Tests.csproj", "{45AC57D2-7DA2-4C0B-96C5-1FBB4332B75E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D73BAB82-9997-4BBF-A83B-928F8F154E1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D73BAB82-9997-4BBF-A83B-928F8F154E1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D73BAB82-9997-4BBF-A83B-928F8F154E1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D73BAB82-9997-4BBF-A83B-928F8F154E1E}.Release|Any CPU.Build.0 = Release|Any CPU
{E607EB2E-E3DF-4A2C-9C35-F00F7DE46C01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E607EB2E-E3DF-4A2C-9C35-F00F7DE46C01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E607EB2E-E3DF-4A2C-9C35-F00F7DE46C01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E607EB2E-E3DF-4A2C-9C35-F00F7DE46C01}.Release|Any CPU.Build.0 = Release|Any CPU
{728A838A-9684-445C-A7DB-773D701B8DD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{728A838A-9684-445C-A7DB-773D701B8DD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{728A838A-9684-445C-A7DB-773D701B8DD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{728A838A-9684-445C-A7DB-773D701B8DD2}.Release|Any CPU.Build.0 = Release|Any CPU
{9EAB61C3-914B-4F95-8BD6-4BD6A480EB97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EAB61C3-914B-4F95-8BD6-4BD6A480EB97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EAB61C3-914B-4F95-8BD6-4BD6A480EB97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EAB61C3-914B-4F95-8BD6-4BD6A480EB97}.Release|Any CPU.Build.0 = Release|Any CPU
{709C417F-C5C8-4FDE-BB63-5D2BBD59AA9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{709C417F-C5C8-4FDE-BB63-5D2BBD59AA9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{709C417F-C5C8-4FDE-BB63-5D2BBD59AA9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{709C417F-C5C8-4FDE-BB63-5D2BBD59AA9F}.Release|Any CPU.Build.0 = Release|Any CPU
{45AC57D2-7DA2-4C0B-96C5-1FBB4332B75E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45AC57D2-7DA2-4C0B-96C5-1FBB4332B75E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45AC57D2-7DA2-4C0B-96C5-1FBB4332B75E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45AC57D2-7DA2-4C0B-96C5-1FBB4332B75E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{728A838A-9684-445C-A7DB-773D701B8DD2} = {3FE92826-C6FF-4AAA-AC0B-B0D071C001AC}
{9EAB61C3-914B-4F95-8BD6-4BD6A480EB97} = {26A256F6-2170-43A1-A7DB-ED359C290FBE}
{45AC57D2-7DA2-4C0B-96C5-1FBB4332B75E} = {280C1030-44FA-4994-9841-74C3EBB16658}
EndGlobalSection
EndGlobal