forked from Aguafrommars/Maui.Blazor.Authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Maui.Blazor.Authentication.sln
77 lines (77 loc) · 5.28 KB
/
Maui.Blazor.Authentication.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
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AB74CCBD-1775-4ED4-971A-F2DD4578350D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc", "src\Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc\Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc.csproj", "{C1648495-2589-47A3-AE08-8370846E4669}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{89033CFA-9E39-42BB-9FAA-E2DF5B53FC1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Maui.Blazor.Client", "samples\Client\Maui.Blazor.Client.csproj", "{E27A2CF6-1E90-4025-A516-40949111EAA4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D37C16D1-FEC6-4977-BF4A-9E9D7A7C7325}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc.Test", "test\Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc.Test\Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc.Test.csproj", "{9B1D2D0F-6CF7-470A-938E-1CB9A7B63107}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "samples\Server\Server.csproj", "{DDC7AD28-345D-4079-B576-8ACCB5D30642}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "samples\Shared\Shared.csproj", "{53080B26-3FD7-4F23-A3B3-EBEE8CC68599}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web.Blazor.Client", "samples\Web\Web.Blazor.Client.csproj", "{C614B8D6-6E15-488D-AE6B-0C4E76B3F3C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared.Blazor.UI", "samples\UI\Shared.Blazor.UI.csproj", "{73083D35-6D57-4DF0-A173-5D3DCEC6690C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1648495-2589-47A3-AE08-8370846E4669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1648495-2589-47A3-AE08-8370846E4669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1648495-2589-47A3-AE08-8370846E4669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1648495-2589-47A3-AE08-8370846E4669}.Release|Any CPU.Build.0 = Release|Any CPU
{E27A2CF6-1E90-4025-A516-40949111EAA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E27A2CF6-1E90-4025-A516-40949111EAA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E27A2CF6-1E90-4025-A516-40949111EAA4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E27A2CF6-1E90-4025-A516-40949111EAA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E27A2CF6-1E90-4025-A516-40949111EAA4}.Release|Any CPU.Build.0 = Release|Any CPU
{9B1D2D0F-6CF7-470A-938E-1CB9A7B63107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B1D2D0F-6CF7-470A-938E-1CB9A7B63107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B1D2D0F-6CF7-470A-938E-1CB9A7B63107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B1D2D0F-6CF7-470A-938E-1CB9A7B63107}.Release|Any CPU.Build.0 = Release|Any CPU
{DDC7AD28-345D-4079-B576-8ACCB5D30642}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDC7AD28-345D-4079-B576-8ACCB5D30642}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDC7AD28-345D-4079-B576-8ACCB5D30642}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDC7AD28-345D-4079-B576-8ACCB5D30642}.Release|Any CPU.Build.0 = Release|Any CPU
{53080B26-3FD7-4F23-A3B3-EBEE8CC68599}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53080B26-3FD7-4F23-A3B3-EBEE8CC68599}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53080B26-3FD7-4F23-A3B3-EBEE8CC68599}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53080B26-3FD7-4F23-A3B3-EBEE8CC68599}.Release|Any CPU.Build.0 = Release|Any CPU
{C614B8D6-6E15-488D-AE6B-0C4E76B3F3C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C614B8D6-6E15-488D-AE6B-0C4E76B3F3C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C614B8D6-6E15-488D-AE6B-0C4E76B3F3C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C614B8D6-6E15-488D-AE6B-0C4E76B3F3C8}.Release|Any CPU.Build.0 = Release|Any CPU
{73083D35-6D57-4DF0-A173-5D3DCEC6690C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73083D35-6D57-4DF0-A173-5D3DCEC6690C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73083D35-6D57-4DF0-A173-5D3DCEC6690C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73083D35-6D57-4DF0-A173-5D3DCEC6690C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C1648495-2589-47A3-AE08-8370846E4669} = {AB74CCBD-1775-4ED4-971A-F2DD4578350D}
{E27A2CF6-1E90-4025-A516-40949111EAA4} = {89033CFA-9E39-42BB-9FAA-E2DF5B53FC1E}
{9B1D2D0F-6CF7-470A-938E-1CB9A7B63107} = {D37C16D1-FEC6-4977-BF4A-9E9D7A7C7325}
{DDC7AD28-345D-4079-B576-8ACCB5D30642} = {89033CFA-9E39-42BB-9FAA-E2DF5B53FC1E}
{53080B26-3FD7-4F23-A3B3-EBEE8CC68599} = {89033CFA-9E39-42BB-9FAA-E2DF5B53FC1E}
{C614B8D6-6E15-488D-AE6B-0C4E76B3F3C8} = {89033CFA-9E39-42BB-9FAA-E2DF5B53FC1E}
{73083D35-6D57-4DF0-A173-5D3DCEC6690C} = {89033CFA-9E39-42BB-9FAA-E2DF5B53FC1E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7079CBA3-47DA-48D0-A315-B9EE98F7227E}
EndGlobalSection
EndGlobal