-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBenner.OpenIDConnect.sln
37 lines (37 loc) · 2.16 KB
/
Benner.OpenIDConnect.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.705
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benner.OpenIDConnect", "src\Benner.OpenIDConnect.csproj", "{0903E301-12EE-4083-A4D2-3571FB6ACBD9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benner.OpenIDConnect.Tests", "tests\Benner.OpenIDConnect.Tests\Benner.OpenIDConnect.Tests.csproj", "{AF5B42C3-7E12-499A-B1F2-610E813D7E76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benner.OpenIDConnect.Integration.Tests", "tests\Benner.OpenIDConnect.Integration.Tests\Benner.OpenIDConnect.Integration.Tests.csproj", "{E2B545B6-942C-495C-A530-9B709486F5B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0903E301-12EE-4083-A4D2-3571FB6ACBD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0903E301-12EE-4083-A4D2-3571FB6ACBD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0903E301-12EE-4083-A4D2-3571FB6ACBD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0903E301-12EE-4083-A4D2-3571FB6ACBD9}.Release|Any CPU.Build.0 = Release|Any CPU
{AF5B42C3-7E12-499A-B1F2-610E813D7E76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF5B42C3-7E12-499A-B1F2-610E813D7E76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF5B42C3-7E12-499A-B1F2-610E813D7E76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF5B42C3-7E12-499A-B1F2-610E813D7E76}.Release|Any CPU.Build.0 = Release|Any CPU
{E2B545B6-942C-495C-A530-9B709486F5B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2B545B6-942C-495C-A530-9B709486F5B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2B545B6-942C-495C-A530-9B709486F5B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2B545B6-942C-495C-A530-9B709486F5B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECCB5F92-D523-4996-B891-4908F6A74FAE}
EndGlobalSection
EndGlobal