-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdentityModel.sln
49 lines (49 loc) · 2.96 KB
/
IdentityModel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eryph.IdentityModel", "src\Eryph.IdentityModel\Eryph.IdentityModel.csproj", "{5438E138-B865-48B0-85D5-FA8736CE1D48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eryph.IdentityModel.Clients", "src\Eryph.IdentityModel.Clients\Eryph.IdentityModel.Clients.csproj", "{2D1C55E6-67A1-4173-BF53-EE87457CF9B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3E825A50-D7E6-4836-94A5-87370BC3085A}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eryph.IdentityModel.Tests", "test\Eryph.IdentityModel.Tests\Eryph.IdentityModel.Tests.csproj", "{FC61422C-260F-413C-8A42-FA5140CE480F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eryph.IdentityModel.Clients.Tests", "test\Eryph.IdentityModel.Clients.Tests\Eryph.IdentityModel.Clients.Tests.csproj", "{AAC70B24-4DF6-43AB-B0CA-6F8BC5705E89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5438E138-B865-48B0-85D5-FA8736CE1D48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5438E138-B865-48B0-85D5-FA8736CE1D48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5438E138-B865-48B0-85D5-FA8736CE1D48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5438E138-B865-48B0-85D5-FA8736CE1D48}.Release|Any CPU.Build.0 = Release|Any CPU
{2D1C55E6-67A1-4173-BF53-EE87457CF9B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D1C55E6-67A1-4173-BF53-EE87457CF9B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D1C55E6-67A1-4173-BF53-EE87457CF9B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D1C55E6-67A1-4173-BF53-EE87457CF9B0}.Release|Any CPU.Build.0 = Release|Any CPU
{FC61422C-260F-413C-8A42-FA5140CE480F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC61422C-260F-413C-8A42-FA5140CE480F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC61422C-260F-413C-8A42-FA5140CE480F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC61422C-260F-413C-8A42-FA5140CE480F}.Release|Any CPU.Build.0 = Release|Any CPU
{AAC70B24-4DF6-43AB-B0CA-6F8BC5705E89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAC70B24-4DF6-43AB-B0CA-6F8BC5705E89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAC70B24-4DF6-43AB-B0CA-6F8BC5705E89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAC70B24-4DF6-43AB-B0CA-6F8BC5705E89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F1D0383-FEE0-4155-86BE-958EF4B74094}
EndGlobalSection
EndGlobal