-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAuthenticationAndAuthorizationBlazorWasmNET7.sln
More file actions
43 lines (43 loc) · 2.66 KB
/
AuthenticationAndAuthorizationBlazorWasmNET7.sln
File metadata and controls
43 lines (43 loc) · 2.66 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 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthorizeOnIndividualComponent", "AuthorizeOnIndividualComponent\AuthorizeOnIndividualComponent.csproj", "{E33F5AA9-95D9-4408-ADD7-DA7F0B1576BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthorizeOnRoute", "AuthorizeOnRoute\AuthorizeOnRoute.csproj", "{13063EE2-CFA3-40B5-9231-25DF5D3C0488}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticateCommonMistake1", "AuthenticateCommonMistake1\AuthenticateCommonMistake1.csproj", "{586899DA-5F79-4FB2-8D19-7F8ECDFE1B34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticateCommonMistake3", "AuthenticateCommonMistake3\AuthenticateCommonMistake3.csproj", "{37933326-D4CE-47FA-BC48-7967E022720E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E33F5AA9-95D9-4408-ADD7-DA7F0B1576BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E33F5AA9-95D9-4408-ADD7-DA7F0B1576BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E33F5AA9-95D9-4408-ADD7-DA7F0B1576BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E33F5AA9-95D9-4408-ADD7-DA7F0B1576BB}.Release|Any CPU.Build.0 = Release|Any CPU
{13063EE2-CFA3-40B5-9231-25DF5D3C0488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13063EE2-CFA3-40B5-9231-25DF5D3C0488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13063EE2-CFA3-40B5-9231-25DF5D3C0488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13063EE2-CFA3-40B5-9231-25DF5D3C0488}.Release|Any CPU.Build.0 = Release|Any CPU
{586899DA-5F79-4FB2-8D19-7F8ECDFE1B34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{586899DA-5F79-4FB2-8D19-7F8ECDFE1B34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{586899DA-5F79-4FB2-8D19-7F8ECDFE1B34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{586899DA-5F79-4FB2-8D19-7F8ECDFE1B34}.Release|Any CPU.Build.0 = Release|Any CPU
{37933326-D4CE-47FA-BC48-7967E022720E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37933326-D4CE-47FA-BC48-7967E022720E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37933326-D4CE-47FA-BC48-7967E022720E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37933326-D4CE-47FA-BC48-7967E022720E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E03393FE-BE8B-4088-8E97-9EC5D5FA5FB2}
EndGlobalSection
EndGlobal