forked from IdentityServer/IdentityServer4.EntityFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IdentityServer4.EntityFramework.sln
52 lines (52 loc) · 3.37 KB
/
IdentityServer4.EntityFramework.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8BFDA83B-FD73-4776-9C2C-5F7FFE440C1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9FB2E7A3-FFC7-4687-850B-66763A889A78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{211A5E6F-1713-40FF-A29B-A991C9CBA3EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.EntityFramework", "src\IdentityServer4.EntityFramework\IdentityServer4.EntityFramework.csproj", "{AB83F911-8B78-4973-A3A9-2A2D85581F25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.EntityFramework.UnitTests", "test\IdentityServer4.EntityFramework.UnitTests\IdentityServer4.EntityFramework.UnitTests.csproj", "{94CC4E7E-DE3A-4775-B704-AA489216B937}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.EntityFramework.IntegrationTests", "test\IdentityServer4.EntityFramework.IntegrationTests\IdentityServer4.EntityFramework.IntegrationTests.csproj", "{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Host", "src\Host\Host.csproj", "{58853B9A-715B-417A-B8CE-76A54B4337B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB83F911-8B78-4973-A3A9-2A2D85581F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB83F911-8B78-4973-A3A9-2A2D85581F25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB83F911-8B78-4973-A3A9-2A2D85581F25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB83F911-8B78-4973-A3A9-2A2D85581F25}.Release|Any CPU.Build.0 = Release|Any CPU
{94CC4E7E-DE3A-4775-B704-AA489216B937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94CC4E7E-DE3A-4775-B704-AA489216B937}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94CC4E7E-DE3A-4775-B704-AA489216B937}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94CC4E7E-DE3A-4775-B704-AA489216B937}.Release|Any CPU.Build.0 = Release|Any CPU
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}.Release|Any CPU.Build.0 = Release|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AB83F911-8B78-4973-A3A9-2A2D85581F25} = {8BFDA83B-FD73-4776-9C2C-5F7FFE440C1F}
{94CC4E7E-DE3A-4775-B704-AA489216B937} = {9FB2E7A3-FFC7-4687-850B-66763A889A78}
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81} = {9FB2E7A3-FFC7-4687-850B-66763A889A78}
{58853B9A-715B-417A-B8CE-76A54B4337B5} = {8BFDA83B-FD73-4776-9C2C-5F7FFE440C1F}
EndGlobalSection
EndGlobal