-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathBlazorApis.sln
55 lines (55 loc) · 3.42 KB
/
BlazorApis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceApi", "ServiceApi\ServiceApi.csproj", "{DB5BD1DB-0EF8-4D8C-A2A8-BF5E29782973}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserApi", "UserApi\UserApi.csproj", "{80697F19-EFA0-4268-B56B-B6262B5BBD01}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D041721B-5836-402C-8F6C-5E1F556180CD}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
README_CONFIG.md = README_CONFIG.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorAzureADWithApis.Server", "BlazorAzureADWithApis\Server\BlazorAzureADWithApis.Server.csproj", "{90A119E7-B368-4445-92CA-9474101C2026}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorAzureADWithApis.Client", "BlazorAzureADWithApis\Client\BlazorAzureADWithApis.Client.csproj", "{ECB9E736-157D-4694-90A0-FDC2474A8544}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorAzureADWithApis.Shared", "BlazorAzureADWithApis\Shared\BlazorAzureADWithApis.Shared.csproj", "{E875E49E-FB31-446F-8B65-60BDC999AEAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB5BD1DB-0EF8-4D8C-A2A8-BF5E29782973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB5BD1DB-0EF8-4D8C-A2A8-BF5E29782973}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB5BD1DB-0EF8-4D8C-A2A8-BF5E29782973}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB5BD1DB-0EF8-4D8C-A2A8-BF5E29782973}.Release|Any CPU.Build.0 = Release|Any CPU
{80697F19-EFA0-4268-B56B-B6262B5BBD01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80697F19-EFA0-4268-B56B-B6262B5BBD01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80697F19-EFA0-4268-B56B-B6262B5BBD01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80697F19-EFA0-4268-B56B-B6262B5BBD01}.Release|Any CPU.Build.0 = Release|Any CPU
{90A119E7-B368-4445-92CA-9474101C2026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90A119E7-B368-4445-92CA-9474101C2026}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90A119E7-B368-4445-92CA-9474101C2026}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90A119E7-B368-4445-92CA-9474101C2026}.Release|Any CPU.Build.0 = Release|Any CPU
{ECB9E736-157D-4694-90A0-FDC2474A8544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECB9E736-157D-4694-90A0-FDC2474A8544}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECB9E736-157D-4694-90A0-FDC2474A8544}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECB9E736-157D-4694-90A0-FDC2474A8544}.Release|Any CPU.Build.0 = Release|Any CPU
{E875E49E-FB31-446F-8B65-60BDC999AEAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E875E49E-FB31-446F-8B65-60BDC999AEAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E875E49E-FB31-446F-8B65-60BDC999AEAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E875E49E-FB31-446F-8B65-60BDC999AEAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33DBE2BB-67F6-4610-87A8-25C015549C23}
EndGlobalSection
EndGlobal