-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeliveryApi.sln
43 lines (42 loc) · 2.63 KB
/
DeliveryApi.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E165543C-898C-4AAF-8E79-D6BB9C38B5AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2B4A6AAA-4275-43CE-9AA1-677133810449}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22CF8C5A-3521-49DE-8512-15107A3C3D65}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeliveryApi.Infrastructure", "src\DeliveryApi.Infrastructure\DeliveryApi.Infrastructure.csproj", "{C7030CF0-7ADA-4FCF-A797-6A69CBC3FD16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeliveryApi.WebUI", "src\DeliveryApi.WebUI\DeliveryApi.WebUI.csproj", "{AD7B9269-25E2-41C8-BBB4-E7D6676FF227}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeliveryApi.Application", "src\DeliveryApi.Application\DeliveryApi.Application.csproj", "{170CBAFC-B3C5-4629-9923-C1B3D5F5A154}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7030CF0-7ADA-4FCF-A797-6A69CBC3FD16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7030CF0-7ADA-4FCF-A797-6A69CBC3FD16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7030CF0-7ADA-4FCF-A797-6A69CBC3FD16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7030CF0-7ADA-4FCF-A797-6A69CBC3FD16}.Release|Any CPU.Build.0 = Release|Any CPU
{AD7B9269-25E2-41C8-BBB4-E7D6676FF227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD7B9269-25E2-41C8-BBB4-E7D6676FF227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD7B9269-25E2-41C8-BBB4-E7D6676FF227}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD7B9269-25E2-41C8-BBB4-E7D6676FF227}.Release|Any CPU.Build.0 = Release|Any CPU
{170CBAFC-B3C5-4629-9923-C1B3D5F5A154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{170CBAFC-B3C5-4629-9923-C1B3D5F5A154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{170CBAFC-B3C5-4629-9923-C1B3D5F5A154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{170CBAFC-B3C5-4629-9923-C1B3D5F5A154}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C7030CF0-7ADA-4FCF-A797-6A69CBC3FD16} = {E165543C-898C-4AAF-8E79-D6BB9C38B5AC}
{AD7B9269-25E2-41C8-BBB4-E7D6676FF227} = {E165543C-898C-4AAF-8E79-D6BB9C38B5AC}
{170CBAFC-B3C5-4629-9923-C1B3D5F5A154} = {E165543C-898C-4AAF-8E79-D6BB9C38B5AC}
EndGlobalSection
EndGlobal