-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathASP.NET.Core.WebAPI.JWT.sln
More file actions
60 lines (60 loc) · 3.62 KB
/
Copy pathASP.NET.Core.WebAPI.JWT.sln
File metadata and controls
60 lines (60 loc) · 3.62 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{0E772B50-C213-47AD-B96F-0BBA804BB3F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{26C19774-9BE9-4F97-8393-4F147BDBAFFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{89DEC4CF-AE51-498A-AACD-D2CF7C353CDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Presentation", "Presentation\Presentation.csproj", "{F4C6B2EF-D168-4A1C-8E65-07CD5BB6D6FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "Web\Web.csproj", "{964C3443-5BBE-41A7-BC4A-4B127EA8E614}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{C712F458-756F-49DA-893A-73B687DE2214}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0FFBEE17-69EC-4C72-9844-919D51180B84}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E772B50-C213-47AD-B96F-0BBA804BB3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E772B50-C213-47AD-B96F-0BBA804BB3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E772B50-C213-47AD-B96F-0BBA804BB3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E772B50-C213-47AD-B96F-0BBA804BB3F3}.Release|Any CPU.Build.0 = Release|Any CPU
{26C19774-9BE9-4F97-8393-4F147BDBAFFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26C19774-9BE9-4F97-8393-4F147BDBAFFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26C19774-9BE9-4F97-8393-4F147BDBAFFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26C19774-9BE9-4F97-8393-4F147BDBAFFA}.Release|Any CPU.Build.0 = Release|Any CPU
{89DEC4CF-AE51-498A-AACD-D2CF7C353CDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89DEC4CF-AE51-498A-AACD-D2CF7C353CDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89DEC4CF-AE51-498A-AACD-D2CF7C353CDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89DEC4CF-AE51-498A-AACD-D2CF7C353CDA}.Release|Any CPU.Build.0 = Release|Any CPU
{F4C6B2EF-D168-4A1C-8E65-07CD5BB6D6FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4C6B2EF-D168-4A1C-8E65-07CD5BB6D6FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4C6B2EF-D168-4A1C-8E65-07CD5BB6D6FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4C6B2EF-D168-4A1C-8E65-07CD5BB6D6FF}.Release|Any CPU.Build.0 = Release|Any CPU
{964C3443-5BBE-41A7-BC4A-4B127EA8E614}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{964C3443-5BBE-41A7-BC4A-4B127EA8E614}.Debug|Any CPU.Build.0 = Debug|Any CPU
{964C3443-5BBE-41A7-BC4A-4B127EA8E614}.Release|Any CPU.ActiveCfg = Release|Any CPU
{964C3443-5BBE-41A7-BC4A-4B127EA8E614}.Release|Any CPU.Build.0 = Release|Any CPU
{C712F458-756F-49DA-893A-73B687DE2214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C712F458-756F-49DA-893A-73B687DE2214}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C712F458-756F-49DA-893A-73B687DE2214}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C712F458-756F-49DA-893A-73B687DE2214}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6B24DD5-5B40-4CD5-9CB2-5900FCD85E45}
EndGlobalSection
EndGlobal