-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBlazorSecureWithIdentity.sln
More file actions
43 lines (43 loc) · 2.7 KB
/
Copy pathBlazorSecureWithIdentity.sln
File metadata and controls
43 lines (43 loc) · 2.7 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityProvider", "IdentityProvider\IdentityProvider.csproj", "{589C1AD2-A15E-4557-91D1-EF1543937BB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSecureWithIdentity.BlazorIndividual", "BlazorSecureWithIdentity.BlazorIndividual\BlazorSecureWithIdentity.BlazorIndividual.csproj", "{4A966B10-AE6C-42E1-9B15-F333F592AC4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSecureWithIdentity.Api", "BlazorSecureWithIdentity.Api\BlazorSecureWithIdentity.Api.csproj", "{170A2D52-2ACF-47C0-A9B4-BF4FBD1B1F56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorSecureWithIdentity.gRPC", "BlazorSecureWithIdentity.gRPC\BlazorSecureWithIdentity.gRPC.csproj", "{E8451C62-30A7-4E08-9CB3-0975C0AFCCCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{589C1AD2-A15E-4557-91D1-EF1543937BB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{589C1AD2-A15E-4557-91D1-EF1543937BB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{589C1AD2-A15E-4557-91D1-EF1543937BB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{589C1AD2-A15E-4557-91D1-EF1543937BB0}.Release|Any CPU.Build.0 = Release|Any CPU
{4A966B10-AE6C-42E1-9B15-F333F592AC4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A966B10-AE6C-42E1-9B15-F333F592AC4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A966B10-AE6C-42E1-9B15-F333F592AC4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A966B10-AE6C-42E1-9B15-F333F592AC4C}.Release|Any CPU.Build.0 = Release|Any CPU
{170A2D52-2ACF-47C0-A9B4-BF4FBD1B1F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{170A2D52-2ACF-47C0-A9B4-BF4FBD1B1F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{170A2D52-2ACF-47C0-A9B4-BF4FBD1B1F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{170A2D52-2ACF-47C0-A9B4-BF4FBD1B1F56}.Release|Any CPU.Build.0 = Release|Any CPU
{E8451C62-30A7-4E08-9CB3-0975C0AFCCCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8451C62-30A7-4E08-9CB3-0975C0AFCCCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8451C62-30A7-4E08-9CB3-0975C0AFCCCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8451C62-30A7-4E08-9CB3-0975C0AFCCCA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12EAC868-F999-48E4-8A5D-392292CE1B4F}
EndGlobalSection
EndGlobal