forked from sphiecoh/IdentityServer4.Postgresql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdentityServer4.Postgresql.sln
65 lines (65 loc) · 3.88 KB
/
IdentityServer4.Postgresql.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
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28606.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8FB52215-A7E9-47A1-9AF6-0D0CE6DF4C02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FDB01A8-4146-487D-8C1E-5AB365668614}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2F0AB968-146B-44BC-B810-5E817A5524FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{C75E7D2C-9ED5-441A-A7A3-CD871E09CB37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.Postgresql.UnitTests", "test\IdentityServer4.Postgresql.UnitTests\IdentityServer4.Postgresql.UnitTests.csproj", "{9547F29B-CB5A-4BA9-B771-D7892D2DEE57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.Postgresql.IntegrationTests", "test\IdentityServer4.Postgresql.IntegrationTests\IdentityServer4.Postgresql.IntegrationTests.csproj", "{A10762F4-65B7-4268-A08F-BFD7973AEB2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.Postgresql", "src\IdentityServer4.Postgresql\IdentityServer4.Postgresql.csproj", "{2EE8C4E7-81C1-4AB5-9CEF-4F5400B81A6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.Postgresql.Sample", "sample\IdentityServer4.Postgresql.Sample\IdentityServer4.Postgresql.Sample.csproj", "{19A56563-94EE-47A2-8342-8294B331B1C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9547F29B-CB5A-4BA9-B771-D7892D2DEE57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9547F29B-CB5A-4BA9-B771-D7892D2DEE57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9547F29B-CB5A-4BA9-B771-D7892D2DEE57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9547F29B-CB5A-4BA9-B771-D7892D2DEE57}.Release|Any CPU.Build.0 = Release|Any CPU
{A10762F4-65B7-4268-A08F-BFD7973AEB2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A10762F4-65B7-4268-A08F-BFD7973AEB2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A10762F4-65B7-4268-A08F-BFD7973AEB2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A10762F4-65B7-4268-A08F-BFD7973AEB2A}.Release|Any CPU.Build.0 = Release|Any CPU
{2EE8C4E7-81C1-4AB5-9CEF-4F5400B81A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EE8C4E7-81C1-4AB5-9CEF-4F5400B81A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EE8C4E7-81C1-4AB5-9CEF-4F5400B81A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EE8C4E7-81C1-4AB5-9CEF-4F5400B81A6C}.Release|Any CPU.Build.0 = Release|Any CPU
{19A56563-94EE-47A2-8342-8294B331B1C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19A56563-94EE-47A2-8342-8294B331B1C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19A56563-94EE-47A2-8342-8294B331B1C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19A56563-94EE-47A2-8342-8294B331B1C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9547F29B-CB5A-4BA9-B771-D7892D2DEE57} = {2F0AB968-146B-44BC-B810-5E817A5524FE}
{A10762F4-65B7-4268-A08F-BFD7973AEB2A} = {2F0AB968-146B-44BC-B810-5E817A5524FE}
{2EE8C4E7-81C1-4AB5-9CEF-4F5400B81A6C} = {8FB52215-A7E9-47A1-9AF6-0D0CE6DF4C02}
{19A56563-94EE-47A2-8342-8294B331B1C0} = {C75E7D2C-9ED5-441A-A7A3-CD871E09CB37}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2F8C662-6FD0-4909-A13C-7A5432EFB968}
EndGlobalSection
EndGlobal