-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet.scenarios.sln
35 lines (35 loc) · 1.88 KB
/
dotnet.scenarios.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Authentication", "Authentication", "{76880D15-6B27-4064-8186-F0012F12AC91}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{31DF2BB5-0DAF-411B-8DE6-D123A21F9DCA}"
ProjectSection(SolutionItems) = preProject
Authentication\docs\readme.md = Authentication\docs\readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{763FA0AC-9271-48E6-9E08-D4521F48D329}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AzureB2C", "AzureB2C", "{3F5BB72D-33E8-4567-A30D-892119FAAD09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiWithAzureB2C.BlazorClient", "Authentication\AzureB2C\WebApiWithAzureB2C.BlazorClient\WebApiWithAzureB2C.BlazorClient.csproj", "{34B8BAEA-D948-4DD8-8039-40F9100A1BF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{31DF2BB5-0DAF-411B-8DE6-D123A21F9DCA} = {76880D15-6B27-4064-8186-F0012F12AC91}
{3F5BB72D-33E8-4567-A30D-892119FAAD09} = {76880D15-6B27-4064-8186-F0012F12AC91}
{34B8BAEA-D948-4DD8-8039-40F9100A1BF4} = {3F5BB72D-33E8-4567-A30D-892119FAAD09}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34B8BAEA-D948-4DD8-8039-40F9100A1BF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B8BAEA-D948-4DD8-8039-40F9100A1BF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B8BAEA-D948-4DD8-8039-40F9100A1BF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B8BAEA-D948-4DD8-8039-40F9100A1BF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal