forked from gitter-badger/IdentityServer4
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBornlogic.IdentityServer.sln
54 lines (54 loc) · 3.52 KB
/
Bornlogic.IdentityServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bornlogic.IdentityServer", "Bornlogic.IdentityServer\Bornlogic.IdentityServer.csproj", "{16D193BF-CDE9-4E1B-897F-69B9417B699C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bornlogic.IdentityServer.AspNetIdentity", "Bornlogic.IdentityServer.AspNetIdentity\Bornlogic.IdentityServer.AspNetIdentity.csproj", "{B8DBB74B-3F5F-4E4A-94AB-B938284CDB8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bornlogic.IdentityServer.Storage", "Bornlogic.IdentityServer.Storage\Bornlogic.IdentityServer.Storage.csproj", "{E28D252F-0BA0-4466-A7B1-A5F6848E35CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9D0A3589-5DCC-4B6E-A04B-EFE924775D67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bornlogic.IdentityServer.Host", "Bornlogic.IdentityServer.Host\Bornlogic.IdentityServer.Host.csproj", "{86A06169-1161-4E30-8149-7017EDCD7944}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bornlogic.IdentityServer.Culture", "Bornlogic.IdentityServer.Culture\Bornlogic.IdentityServer.Culture.csproj", "{B3537DCD-98B5-4641-8D1F-46A64C77B8AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16D193BF-CDE9-4E1B-897F-69B9417B699C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16D193BF-CDE9-4E1B-897F-69B9417B699C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16D193BF-CDE9-4E1B-897F-69B9417B699C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16D193BF-CDE9-4E1B-897F-69B9417B699C}.Release|Any CPU.Build.0 = Release|Any CPU
{B8DBB74B-3F5F-4E4A-94AB-B938284CDB8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8DBB74B-3F5F-4E4A-94AB-B938284CDB8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8DBB74B-3F5F-4E4A-94AB-B938284CDB8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8DBB74B-3F5F-4E4A-94AB-B938284CDB8B}.Release|Any CPU.Build.0 = Release|Any CPU
{E28D252F-0BA0-4466-A7B1-A5F6848E35CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E28D252F-0BA0-4466-A7B1-A5F6848E35CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E28D252F-0BA0-4466-A7B1-A5F6848E35CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E28D252F-0BA0-4466-A7B1-A5F6848E35CA}.Release|Any CPU.Build.0 = Release|Any CPU
{86A06169-1161-4E30-8149-7017EDCD7944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86A06169-1161-4E30-8149-7017EDCD7944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86A06169-1161-4E30-8149-7017EDCD7944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86A06169-1161-4E30-8149-7017EDCD7944}.Release|Any CPU.Build.0 = Release|Any CPU
{B3537DCD-98B5-4641-8D1F-46A64C77B8AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3537DCD-98B5-4641-8D1F-46A64C77B8AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3537DCD-98B5-4641-8D1F-46A64C77B8AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3537DCD-98B5-4641-8D1F-46A64C77B8AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{86A06169-1161-4E30-8149-7017EDCD7944} = {9D0A3589-5DCC-4B6E-A04B-EFE924775D67}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {176723F7-4A9B-4F05-A9F3-3BA715E4BDC3}
EndGlobalSection
EndGlobal