This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathIdentityServer4.Contrib.AspNetCore.Testing.sln
73 lines (73 loc) · 4.22 KB
/
IdentityServer4.Contrib.AspNetCore.Testing.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
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{171C9B08-8431-4E4C-A343-CA8D277A2419}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FED78C85-8EE1-4C8E-9758-44CAF0070C10}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.Contrib.AspNetCore.Testing", "src\IdentityServer4.Contrib.AspNetCore.Testing\IdentityServer4.Contrib.AspNetCore.Testing.csproj", "{5169FE1E-64A2-4BF0-9DA0-2480107FD444}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{E2FB8DD0-B811-4E10-ADD0-1CA4E934EBAD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
changelog.md = changelog.md
LICENSE = LICENSE
publish-packages.sh = publish-packages.sh
.travis.yml = .travis.yml
README.md = README.md
global.json = global.json
test.sh = test.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.Contrib.AspNetCore.Testing.Tests", "test\IdentityServer4.Contrib.AspNetCore.Testing.Tests\IdentityServer4.Contrib.AspNetCore.Testing.Tests.csproj", "{4EB5ED1E-87BA-4E7A-AE4E-CDAA8923483A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer4.Server", "test\IdentityServer4.Server\IdentityServer4.Server.csproj", "{C5F387EC-B6A4-4A5C-8C35-9411CE71B35A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer4.Api", "test\IdentityServer4.Api\IdentityServer4.Api.csproj", "{CBDE7CC3-DC74-44CE-86E7-6A902504B227}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{4D0745D0-8182-488D-8E06-403D9EC57785}"
ProjectSection(SolutionItems) = preProject
docs\IdentityServerTestWebHostBuilder.md = docs\IdentityServerTestWebHostBuilder.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5169FE1E-64A2-4BF0-9DA0-2480107FD444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5169FE1E-64A2-4BF0-9DA0-2480107FD444}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5169FE1E-64A2-4BF0-9DA0-2480107FD444}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5169FE1E-64A2-4BF0-9DA0-2480107FD444}.Release|Any CPU.Build.0 = Release|Any CPU
{4EB5ED1E-87BA-4E7A-AE4E-CDAA8923483A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EB5ED1E-87BA-4E7A-AE4E-CDAA8923483A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EB5ED1E-87BA-4E7A-AE4E-CDAA8923483A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EB5ED1E-87BA-4E7A-AE4E-CDAA8923483A}.Release|Any CPU.Build.0 = Release|Any CPU
{C5F387EC-B6A4-4A5C-8C35-9411CE71B35A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5F387EC-B6A4-4A5C-8C35-9411CE71B35A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5F387EC-B6A4-4A5C-8C35-9411CE71B35A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5F387EC-B6A4-4A5C-8C35-9411CE71B35A}.Release|Any CPU.Build.0 = Release|Any CPU
{CBDE7CC3-DC74-44CE-86E7-6A902504B227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBDE7CC3-DC74-44CE-86E7-6A902504B227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBDE7CC3-DC74-44CE-86E7-6A902504B227}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBDE7CC3-DC74-44CE-86E7-6A902504B227}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5169FE1E-64A2-4BF0-9DA0-2480107FD444} = {171C9B08-8431-4E4C-A343-CA8D277A2419}
{4EB5ED1E-87BA-4E7A-AE4E-CDAA8923483A} = {FED78C85-8EE1-4C8E-9758-44CAF0070C10}
{C5F387EC-B6A4-4A5C-8C35-9411CE71B35A} = {FED78C85-8EE1-4C8E-9758-44CAF0070C10}
{CBDE7CC3-DC74-44CE-86E7-6A902504B227} = {FED78C85-8EE1-4C8E-9758-44CAF0070C10}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48382009-29CD-4CBF-89FA-DF1D15D7B8FE}
EndGlobalSection
EndGlobal