-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPI-Template.sln
More file actions
57 lines (57 loc) · 3.39 KB
/
API-Template.sln
File metadata and controls
57 lines (57 loc) · 3.39 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{19CEE60B-3576-4146-9233-ED9F8509D55D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{B27CC2E1-B7CA-4EBB-A74E-99C10265CE07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{C81B8F60-B82A-4C29-8209-E91B9EA3D5F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API.Application", "Application\API.Application.csproj", "{55072A42-223E-4074-8AE4-8DCFC1F0B68B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API.Domain", "Domain\API.Domain.csproj", "{E092CD7C-A00D-4B91-AB5F-29E97D5864C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API.Infrastructure", "Infrastructure\API.Infrastructure.csproj", "{3A0401CA-A45A-41E1-B3D0-60222BDC3882}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.API", "Web.API\Web.API.csproj", "{8B04ADE8-62DF-43E1-AC84-126278599973}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2EBF1F86-1BA5-4D97-AE8E-59D601190F41}"
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
{55072A42-223E-4074-8AE4-8DCFC1F0B68B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55072A42-223E-4074-8AE4-8DCFC1F0B68B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55072A42-223E-4074-8AE4-8DCFC1F0B68B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55072A42-223E-4074-8AE4-8DCFC1F0B68B}.Release|Any CPU.Build.0 = Release|Any CPU
{E092CD7C-A00D-4B91-AB5F-29E97D5864C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E092CD7C-A00D-4B91-AB5F-29E97D5864C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E092CD7C-A00D-4B91-AB5F-29E97D5864C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E092CD7C-A00D-4B91-AB5F-29E97D5864C4}.Release|Any CPU.Build.0 = Release|Any CPU
{3A0401CA-A45A-41E1-B3D0-60222BDC3882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A0401CA-A45A-41E1-B3D0-60222BDC3882}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A0401CA-A45A-41E1-B3D0-60222BDC3882}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A0401CA-A45A-41E1-B3D0-60222BDC3882}.Release|Any CPU.Build.0 = Release|Any CPU
{8B04ADE8-62DF-43E1-AC84-126278599973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B04ADE8-62DF-43E1-AC84-126278599973}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B04ADE8-62DF-43E1-AC84-126278599973}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B04ADE8-62DF-43E1-AC84-126278599973}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{55072A42-223E-4074-8AE4-8DCFC1F0B68B} = {19CEE60B-3576-4146-9233-ED9F8509D55D}
{E092CD7C-A00D-4B91-AB5F-29E97D5864C4} = {19CEE60B-3576-4146-9233-ED9F8509D55D}
{3A0401CA-A45A-41E1-B3D0-60222BDC3882} = {B27CC2E1-B7CA-4EBB-A74E-99C10265CE07}
{8B04ADE8-62DF-43E1-AC84-126278599973} = {C81B8F60-B82A-4C29-8209-E91B9EA3D5F5}
EndGlobalSection
EndGlobal