forked from StuwiiDev/DotnetCoreJwtAuthentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JwtAuthentication.sln
37 lines (37 loc) · 2.13 KB
/
JwtAuthentication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JwtAuthentication.Server", "JwtAuthentication.Server\JwtAuthentication.Server.csproj", "{CC571CC2-EEA6-493B-A0F5-31B3B652E25D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JwtAuthentication.Client", "JwtAuthentication.Client\JwtAuthentication.Client.csproj", "{346554D7-D8A5-4E96-8727-92F9C272B53F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JwtAuthentication.Shared", "JwtAuthentication.Shared\JwtAuthentication.Shared.csproj", "{639A2E72-7201-4DE0-828D-30C908E59A77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC571CC2-EEA6-493B-A0F5-31B3B652E25D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC571CC2-EEA6-493B-A0F5-31B3B652E25D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC571CC2-EEA6-493B-A0F5-31B3B652E25D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC571CC2-EEA6-493B-A0F5-31B3B652E25D}.Release|Any CPU.Build.0 = Release|Any CPU
{346554D7-D8A5-4E96-8727-92F9C272B53F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{346554D7-D8A5-4E96-8727-92F9C272B53F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{346554D7-D8A5-4E96-8727-92F9C272B53F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{346554D7-D8A5-4E96-8727-92F9C272B53F}.Release|Any CPU.Build.0 = Release|Any CPU
{639A2E72-7201-4DE0-828D-30C908E59A77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{639A2E72-7201-4DE0-828D-30C908E59A77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{639A2E72-7201-4DE0-828D-30C908E59A77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{639A2E72-7201-4DE0-828D-30C908E59A77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {492775CA-5F8C-41C6-B45D-1B3E8D6B6CD6}
EndGlobalSection
EndGlobal