This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathSotsera.Blazor.Oidc.sln
68 lines (68 loc) · 3.57 KB
/
Sotsera.Blazor.Oidc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.89
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientSide", "samples\ClientSide\ClientSide.csproj", "{46F7C045-B291-47B8-96B6-A355B70ABF5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{5FF64798-3FA7-416A-B18E-2FA3C877D8C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2D97C11E-FE45-4E37-BC84-8DD3364EA241}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_solution", "_solution", "{EC41FC68-C76F-4E52-948F-8025678B95F1}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines-demo-site.yml = azure-pipelines-demo-site.yml
samples\ClientSide\wwwroot\CNAME = samples\ClientSide\wwwroot\CNAME
Directory.Build.props = Directory.Build.props
dockerfile = dockerfile
global.json = global.json
LICENSE.txt = LICENSE.txt
nginx.conf = nginx.conf
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{BCF07DD8-15A9-42EE-90EC-39EB3FBF8B0C}"
ProjectSection(SolutionItems) = preProject
docs\blazor.md = docs\blazor.md
docs\references.md = docs\references.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sotsera.Blazor.Oidc", "src\Sotsera.Blazor.Oidc\Sotsera.Blazor.Oidc.csproj", "{9E26D0C3-D09E-4C1E-8838-9D90E118AAE9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2556517F-DB75-461B-80E6-FC2EF119C271}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sotsera.Blazor.Oidc.Tests", "test\Sotsera.Blazor.Oidc.Tests\Sotsera.Blazor.Oidc.Tests.csproj", "{6B7FA092-E78D-45FA-978C-8F5D758C53A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46F7C045-B291-47B8-96B6-A355B70ABF5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F7C045-B291-47B8-96B6-A355B70ABF5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F7C045-B291-47B8-96B6-A355B70ABF5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F7C045-B291-47B8-96B6-A355B70ABF5A}.Release|Any CPU.Build.0 = Release|Any CPU
{9E26D0C3-D09E-4C1E-8838-9D90E118AAE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E26D0C3-D09E-4C1E-8838-9D90E118AAE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E26D0C3-D09E-4C1E-8838-9D90E118AAE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E26D0C3-D09E-4C1E-8838-9D90E118AAE9}.Release|Any CPU.Build.0 = Release|Any CPU
{6B7FA092-E78D-45FA-978C-8F5D758C53A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B7FA092-E78D-45FA-978C-8F5D758C53A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B7FA092-E78D-45FA-978C-8F5D758C53A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B7FA092-E78D-45FA-978C-8F5D758C53A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{46F7C045-B291-47B8-96B6-A355B70ABF5A} = {5FF64798-3FA7-416A-B18E-2FA3C877D8C7}
{9E26D0C3-D09E-4C1E-8838-9D90E118AAE9} = {2D97C11E-FE45-4E37-BC84-8DD3364EA241}
{6B7FA092-E78D-45FA-978C-8F5D758C53A8} = {2556517F-DB75-461B-80E6-FC2EF119C271}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A687FE11-78AA-452C-BE25-9725A477B0B9}
EndGlobalSection
EndGlobal