-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrderManagement.sln
76 lines (76 loc) · 4.9 KB
/
OrderManagement.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{45ED2339-AB28-42B9-872C-941DCA8E8CC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{E5D7D858-94A5-4899-9732-F6920A5A6AAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{6489E8C7-9A2D-4EBE-A7ED-0130BAD4D11D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Core\Application\Application.csproj", "{8F9D9002-4094-4E65-B249-41AF1B2F8B8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Core\Domain\Domain.csproj", "{E9BFD9DF-19D2-4968-939E-A99738F10A2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure\Infrastructure.csproj", "{BBA9273D-21ED-45C6-8923-A2171C30AF78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persistence", "Infrastructure\Persistence\Persistence.csproj", "{5C84A253-E0A8-4075-8580-A93CE38720BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "Presentation\WebAPI\WebAPI.csproj", "{427905EA-7452-43E2-871C-7ABB5C7F7043}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8D9220B1-16FE-4230-A142-FCD72299E11E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application.Tests", "tests\Application.Tests\Application.Tests.csproj", "{2CC841E1-3795-4201-A080-C7B481DDE53C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2039E455-C48F-42DF-AAF5-0032771D12EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F9D9002-4094-4E65-B249-41AF1B2F8B8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F9D9002-4094-4E65-B249-41AF1B2F8B8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F9D9002-4094-4E65-B249-41AF1B2F8B8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F9D9002-4094-4E65-B249-41AF1B2F8B8E}.Release|Any CPU.Build.0 = Release|Any CPU
{E9BFD9DF-19D2-4968-939E-A99738F10A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9BFD9DF-19D2-4968-939E-A99738F10A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9BFD9DF-19D2-4968-939E-A99738F10A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9BFD9DF-19D2-4968-939E-A99738F10A2B}.Release|Any CPU.Build.0 = Release|Any CPU
{BBA9273D-21ED-45C6-8923-A2171C30AF78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBA9273D-21ED-45C6-8923-A2171C30AF78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBA9273D-21ED-45C6-8923-A2171C30AF78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBA9273D-21ED-45C6-8923-A2171C30AF78}.Release|Any CPU.Build.0 = Release|Any CPU
{5C84A253-E0A8-4075-8580-A93CE38720BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C84A253-E0A8-4075-8580-A93CE38720BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C84A253-E0A8-4075-8580-A93CE38720BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C84A253-E0A8-4075-8580-A93CE38720BB}.Release|Any CPU.Build.0 = Release|Any CPU
{427905EA-7452-43E2-871C-7ABB5C7F7043}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{427905EA-7452-43E2-871C-7ABB5C7F7043}.Debug|Any CPU.Build.0 = Debug|Any CPU
{427905EA-7452-43E2-871C-7ABB5C7F7043}.Release|Any CPU.ActiveCfg = Release|Any CPU
{427905EA-7452-43E2-871C-7ABB5C7F7043}.Release|Any CPU.Build.0 = Release|Any CPU
{2CC841E1-3795-4201-A080-C7B481DDE53C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CC841E1-3795-4201-A080-C7B481DDE53C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CC841E1-3795-4201-A080-C7B481DDE53C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CC841E1-3795-4201-A080-C7B481DDE53C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{45ED2339-AB28-42B9-872C-941DCA8E8CC0} = {2039E455-C48F-42DF-AAF5-0032771D12EC}
{E5D7D858-94A5-4899-9732-F6920A5A6AAB} = {2039E455-C48F-42DF-AAF5-0032771D12EC}
{6489E8C7-9A2D-4EBE-A7ED-0130BAD4D11D} = {2039E455-C48F-42DF-AAF5-0032771D12EC}
{8F9D9002-4094-4E65-B249-41AF1B2F8B8E} = {45ED2339-AB28-42B9-872C-941DCA8E8CC0}
{E9BFD9DF-19D2-4968-939E-A99738F10A2B} = {45ED2339-AB28-42B9-872C-941DCA8E8CC0}
{BBA9273D-21ED-45C6-8923-A2171C30AF78} = {E5D7D858-94A5-4899-9732-F6920A5A6AAB}
{5C84A253-E0A8-4075-8580-A93CE38720BB} = {E5D7D858-94A5-4899-9732-F6920A5A6AAB}
{427905EA-7452-43E2-871C-7ABB5C7F7043} = {6489E8C7-9A2D-4EBE-A7ED-0130BAD4D11D}
{2CC841E1-3795-4201-A080-C7B481DDE53C} = {8D9220B1-16FE-4230-A142-FCD72299E11E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C9BD5DF-D754-4466-8E9A-B33AD59F7370}
EndGlobalSection
EndGlobal