-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAspNetCoreBlazorJwtAuth.sln
More file actions
37 lines (37 loc) · 2.19 KB
/
AspNetCoreBlazorJwtAuth.sln
File metadata and controls
37 lines (37 loc) · 2.19 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.89
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreBlazorJwtAuth.Server", "AspNetCoreBlazorJwtAuth.Server\AspNetCoreBlazorJwtAuth.Server.csproj", "{3E694466-7093-4B35-8707-8EE60BB9E6D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreBlazorJwtAuth.Client", "AspNetCoreBlazorJwtAuth.Client\AspNetCoreBlazorJwtAuth.Client.csproj", "{CF569F3F-4234-437D-8282-42EEE7FD40A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreBlazorJwtAuth.Shared", "AspNetCoreBlazorJwtAuth.Shared\AspNetCoreBlazorJwtAuth.Shared.csproj", "{8CC3CA01-E3EA-4EEB-A6B8-2CFE86B48B7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E694466-7093-4B35-8707-8EE60BB9E6D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E694466-7093-4B35-8707-8EE60BB9E6D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E694466-7093-4B35-8707-8EE60BB9E6D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E694466-7093-4B35-8707-8EE60BB9E6D7}.Release|Any CPU.Build.0 = Release|Any CPU
{CF569F3F-4234-437D-8282-42EEE7FD40A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF569F3F-4234-437D-8282-42EEE7FD40A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF569F3F-4234-437D-8282-42EEE7FD40A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF569F3F-4234-437D-8282-42EEE7FD40A1}.Release|Any CPU.Build.0 = Release|Any CPU
{8CC3CA01-E3EA-4EEB-A6B8-2CFE86B48B7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CC3CA01-E3EA-4EEB-A6B8-2CFE86B48B7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CC3CA01-E3EA-4EEB-A6B8-2CFE86B48B7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CC3CA01-E3EA-4EEB-A6B8-2CFE86B48B7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08B2AE3B-420B-4920-A095-B7CB1291E562}
EndGlobalSection
EndGlobal