forked from IdentityServer/IdentityServer4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IdentityServer4.sln
52 lines (52 loc) · 3.22 KB
/
IdentityServer4.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.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5461C61B-B06E-46BA-B206-925B660BE727}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A1559F7F-B0FC-49B8-8E19-6B6AED56E082}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{45C22EDD-91B1-4AEF-8620-77F4E3E7C544}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4", "src\IdentityServer4\IdentityServer4.csproj", "{407C030E-60E6-41F7-AF43-0AC48EDCC17D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Host", "src\Host\Host.csproj", "{784B3C88-30FA-415D-B99E-584063064508}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.UnitTests", "test\IdentityServer.UnitTests\IdentityServer.UnitTests.csproj", "{D95E6C3E-1906-4323-93D0-490A6A2042CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.IntegrationTests", "test\IdentityServer.IntegrationTests\IdentityServer.IntegrationTests.csproj", "{8601FDBB-D19A-4757-8E07-9DA7E43EAC73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{407C030E-60E6-41F7-AF43-0AC48EDCC17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{407C030E-60E6-41F7-AF43-0AC48EDCC17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{407C030E-60E6-41F7-AF43-0AC48EDCC17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{407C030E-60E6-41F7-AF43-0AC48EDCC17D}.Release|Any CPU.Build.0 = Release|Any CPU
{784B3C88-30FA-415D-B99E-584063064508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{784B3C88-30FA-415D-B99E-584063064508}.Debug|Any CPU.Build.0 = Debug|Any CPU
{784B3C88-30FA-415D-B99E-584063064508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{784B3C88-30FA-415D-B99E-584063064508}.Release|Any CPU.Build.0 = Release|Any CPU
{D95E6C3E-1906-4323-93D0-490A6A2042CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D95E6C3E-1906-4323-93D0-490A6A2042CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D95E6C3E-1906-4323-93D0-490A6A2042CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D95E6C3E-1906-4323-93D0-490A6A2042CD}.Release|Any CPU.Build.0 = Release|Any CPU
{8601FDBB-D19A-4757-8E07-9DA7E43EAC73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8601FDBB-D19A-4757-8E07-9DA7E43EAC73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8601FDBB-D19A-4757-8E07-9DA7E43EAC73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8601FDBB-D19A-4757-8E07-9DA7E43EAC73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{407C030E-60E6-41F7-AF43-0AC48EDCC17D} = {5461C61B-B06E-46BA-B206-925B660BE727}
{784B3C88-30FA-415D-B99E-584063064508} = {5461C61B-B06E-46BA-B206-925B660BE727}
{D95E6C3E-1906-4323-93D0-490A6A2042CD} = {45C22EDD-91B1-4AEF-8620-77F4E3E7C544}
{8601FDBB-D19A-4757-8E07-9DA7E43EAC73} = {45C22EDD-91B1-4AEF-8620-77F4E3E7C544}
EndGlobalSection
EndGlobal