-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJWTAuthTemplate.sln
More file actions
40 lines (40 loc) · 2.21 KB
/
JWTAuthTemplate.sln
File metadata and controls
40 lines (40 loc) · 2.21 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWTAuthTemplate", "JWTAuthTemplate\JWTAuthTemplate.csproj", "{5D20848E-BCE1-4D8C-8A29-2DAF75E75F8D}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{FD1CA102-6AE2-426B-A88D-F4014E3C43DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JWTAuthTemplate.Tests", "..\JWTAuthTemplate.Tests\JWTAuthTemplate.Tests.csproj", "{0E1BAC5B-BA31-4394-8112-C25E204D8CC0}"
ProjectSection(ProjectDependencies) = postProject
{5D20848E-BCE1-4D8C-8A29-2DAF75E75F8D} = {5D20848E-BCE1-4D8C-8A29-2DAF75E75F8D}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D20848E-BCE1-4D8C-8A29-2DAF75E75F8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D20848E-BCE1-4D8C-8A29-2DAF75E75F8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D20848E-BCE1-4D8C-8A29-2DAF75E75F8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D20848E-BCE1-4D8C-8A29-2DAF75E75F8D}.Release|Any CPU.Build.0 = Release|Any CPU
{FD1CA102-6AE2-426B-A88D-F4014E3C43DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD1CA102-6AE2-426B-A88D-F4014E3C43DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD1CA102-6AE2-426B-A88D-F4014E3C43DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD1CA102-6AE2-426B-A88D-F4014E3C43DD}.Release|Any CPU.Build.0 = Release|Any CPU
{0E1BAC5B-BA31-4394-8112-C25E204D8CC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E1BAC5B-BA31-4394-8112-C25E204D8CC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E1BAC5B-BA31-4394-8112-C25E204D8CC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E1BAC5B-BA31-4394-8112-C25E204D8CC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAB774A3-0BC9-4365-95F1-A9B08284DB47}
EndGlobalSection
EndGlobal