-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathECommerce.sln
66 lines (66 loc) · 4.32 KB
/
ECommerce.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C066327B-8A5A-47FD-BE17-45BACF4BD0C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{47BF7567-4C5E-4F7A-9121-2EE8EDB42584}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ItemUI", "ItemUI", "{7A16BD9C-66B2-475E-9592-BBCA40B1E0A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ItemService", "ItemService", "{268324EF-62E4-410C-A3CE-B2C307A8439B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.ItemService.Domain", "ECommerce.ItemService.Domain\ECommerce.ItemService.Domain.csproj", "{453E11F8-B21C-4774-9EB7-F30DB8383EEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.ItemService.Application", "ECommerce.ItemService.Application\ECommerce.ItemService.Application.csproj", "{6387C0D4-99B6-4338-AB61-11E9F8CA6AAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.ItemService.Infrastructure", "ECommerce.ItemService.Infrastructure\ECommerce.ItemService.Infrastructure.csproj", "{FF7EE7E8-348E-47A7-B370-D5A7A01A5744}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.ItemService.API", "ECommerce.ItemService.API\ECommerce.ItemService.API.csproj", "{610C2A0B-BB51-4A14-A5DD-72DF45BA530C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.ItemUI", "ECommerce.ItemUI\ECommerce.ItemUI.csproj", "{3484F02A-8361-4937-81B9-1C9A56550158}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{453E11F8-B21C-4774-9EB7-F30DB8383EEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{453E11F8-B21C-4774-9EB7-F30DB8383EEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{453E11F8-B21C-4774-9EB7-F30DB8383EEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{453E11F8-B21C-4774-9EB7-F30DB8383EEA}.Release|Any CPU.Build.0 = Release|Any CPU
{6387C0D4-99B6-4338-AB61-11E9F8CA6AAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6387C0D4-99B6-4338-AB61-11E9F8CA6AAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6387C0D4-99B6-4338-AB61-11E9F8CA6AAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6387C0D4-99B6-4338-AB61-11E9F8CA6AAD}.Release|Any CPU.Build.0 = Release|Any CPU
{FF7EE7E8-348E-47A7-B370-D5A7A01A5744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF7EE7E8-348E-47A7-B370-D5A7A01A5744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF7EE7E8-348E-47A7-B370-D5A7A01A5744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF7EE7E8-348E-47A7-B370-D5A7A01A5744}.Release|Any CPU.Build.0 = Release|Any CPU
{610C2A0B-BB51-4A14-A5DD-72DF45BA530C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{610C2A0B-BB51-4A14-A5DD-72DF45BA530C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{610C2A0B-BB51-4A14-A5DD-72DF45BA530C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{610C2A0B-BB51-4A14-A5DD-72DF45BA530C}.Release|Any CPU.Build.0 = Release|Any CPU
{3484F02A-8361-4937-81B9-1C9A56550158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3484F02A-8361-4937-81B9-1C9A56550158}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3484F02A-8361-4937-81B9-1C9A56550158}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3484F02A-8361-4937-81B9-1C9A56550158}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7A16BD9C-66B2-475E-9592-BBCA40B1E0A8} = {C066327B-8A5A-47FD-BE17-45BACF4BD0C1}
{268324EF-62E4-410C-A3CE-B2C307A8439B} = {C066327B-8A5A-47FD-BE17-45BACF4BD0C1}
{453E11F8-B21C-4774-9EB7-F30DB8383EEA} = {268324EF-62E4-410C-A3CE-B2C307A8439B}
{6387C0D4-99B6-4338-AB61-11E9F8CA6AAD} = {268324EF-62E4-410C-A3CE-B2C307A8439B}
{FF7EE7E8-348E-47A7-B370-D5A7A01A5744} = {268324EF-62E4-410C-A3CE-B2C307A8439B}
{610C2A0B-BB51-4A14-A5DD-72DF45BA530C} = {268324EF-62E4-410C-A3CE-B2C307A8439B}
{3484F02A-8361-4937-81B9-1C9A56550158} = {7A16BD9C-66B2-475E-9592-BBCA40B1E0A8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D370DE7-D0F4-4678-8A5C-AC306ED55BF4}
EndGlobalSection
EndGlobal