-
Notifications
You must be signed in to change notification settings - Fork 1
/
identity-server-fake.sln
61 lines (61 loc) · 3.61 KB
/
identity-server-fake.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3FBB51F1-77D0-4DC5-AC4C-B051B2BFA9A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3620455E-CBE5-4FD4-BE4C-0E93771A4845}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Be.Vlaanderen.Basisregisters.IdentityServer", "src\Be.Vlaanderen.Basisregisters.IdentityServer\Be.Vlaanderen.Basisregisters.IdentityServer.csproj", "{3BAC457A-D185-42FF-BB0E-994D865FA265}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApi", "test\TestApi\TestApi.csproj", "{9A855A25-04B1-44E2-8C28-246C57CB1202}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer.Test", "test\IdentityServer.Test\IdentityServer.Test.csproj", "{3C1A0849-4300-4B88-88FB-5CD5A57983B2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{6E0F6E64-C4A7-4F90-8942-0C8010917183}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
README.md = README.md
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{43E14329-52FD-4B5C-9E61-5416BA172F3F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{3EB0F039-4136-4CFC-978B-BAEEA52797C8}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example-config", "example-config", "{4D4B444B-0999-4982-9F08-CD7DFF64E32B}"
ProjectSection(SolutionItems) = preProject
example-config\acm.json = example-config\acm.json
example-config\or.json = example-config\or.json
example-config\vr.json = example-config\vr.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3BAC457A-D185-42FF-BB0E-994D865FA265} = {3FBB51F1-77D0-4DC5-AC4C-B051B2BFA9A1}
{9A855A25-04B1-44E2-8C28-246C57CB1202} = {3620455E-CBE5-4FD4-BE4C-0E93771A4845}
{3C1A0849-4300-4B88-88FB-5CD5A57983B2} = {3620455E-CBE5-4FD4-BE4C-0E93771A4845}
{43E14329-52FD-4B5C-9E61-5416BA172F3F} = {6E0F6E64-C4A7-4F90-8942-0C8010917183}
{3EB0F039-4136-4CFC-978B-BAEEA52797C8} = {43E14329-52FD-4B5C-9E61-5416BA172F3F}
{4D4B444B-0999-4982-9F08-CD7DFF64E32B} = {6E0F6E64-C4A7-4F90-8942-0C8010917183}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BAC457A-D185-42FF-BB0E-994D865FA265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BAC457A-D185-42FF-BB0E-994D865FA265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BAC457A-D185-42FF-BB0E-994D865FA265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BAC457A-D185-42FF-BB0E-994D865FA265}.Release|Any CPU.Build.0 = Release|Any CPU
{9A855A25-04B1-44E2-8C28-246C57CB1202}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A855A25-04B1-44E2-8C28-246C57CB1202}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A855A25-04B1-44E2-8C28-246C57CB1202}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A855A25-04B1-44E2-8C28-246C57CB1202}.Release|Any CPU.Build.0 = Release|Any CPU
{3C1A0849-4300-4B88-88FB-5CD5A57983B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C1A0849-4300-4B88-88FB-5CD5A57983B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C1A0849-4300-4B88-88FB-5CD5A57983B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C1A0849-4300-4B88-88FB-5CD5A57983B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal