-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbff-aspnetcore-angular-downstream-api.sln
More file actions
54 lines (54 loc) · 3.13 KB
/
bff-aspnetcore-angular-downstream-api.sln
File metadata and controls
54 lines (54 loc) · 3.13 KB
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 18
VisualStudioVersion = 18.2.11415.280 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityProvider", "IdentityProvider\IdentityProvider.csproj", "{4F06C65B-2476-4ABA-98FF-DAF99F60C159}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BffOpenIddict.Server", "bff\server\BffOpenIddict.Server.csproj", "{AD83F3C5-5450-448F-BEE0-4891730265A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F2768D9-8B53-4905-95DB-226C76C040CC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DownstreamApi", "DownstreamApi\DownstreamApi.csproj", "{D6AC2244-9002-4D07-93F6-921885454B1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{97C1C721-AB36-4B82-AA44-DBC7FC5A80DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BffOpenIddict.Server.IntegrationTests", "tests\BffOpenIddict.Server.IntegrationTests.csproj", "{28640AB1-D6D9-2211-1E54-CEF1284DB308}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F06C65B-2476-4ABA-98FF-DAF99F60C159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F06C65B-2476-4ABA-98FF-DAF99F60C159}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F06C65B-2476-4ABA-98FF-DAF99F60C159}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F06C65B-2476-4ABA-98FF-DAF99F60C159}.Release|Any CPU.Build.0 = Release|Any CPU
{AD83F3C5-5450-448F-BEE0-4891730265A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD83F3C5-5450-448F-BEE0-4891730265A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD83F3C5-5450-448F-BEE0-4891730265A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD83F3C5-5450-448F-BEE0-4891730265A5}.Release|Any CPU.Build.0 = Release|Any CPU
{D6AC2244-9002-4D07-93F6-921885454B1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6AC2244-9002-4D07-93F6-921885454B1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6AC2244-9002-4D07-93F6-921885454B1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6AC2244-9002-4D07-93F6-921885454B1F}.Release|Any CPU.Build.0 = Release|Any CPU
{28640AB1-D6D9-2211-1E54-CEF1284DB308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28640AB1-D6D9-2211-1E54-CEF1284DB308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28640AB1-D6D9-2211-1E54-CEF1284DB308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28640AB1-D6D9-2211-1E54-CEF1284DB308}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{28640AB1-D6D9-2211-1E54-CEF1284DB308} = {97C1C721-AB36-4B82-AA44-DBC7FC5A80DC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71ABB31C-4A0F-4FC3-9C49-C9985B1CE6AB}
EndGlobalSection
EndGlobal