-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheCommerce.Microservices.sln
81 lines (81 loc) · 6.32 KB
/
eCommerce.Microservices.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
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eCommerceSolution.UsersService", "eCommerceSolution.UsersService", "{953B4FC2-E695-48B5-A2BA-64C9B05FB11E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eCommerceSolution.ProductsService", "eCommerceSolution.ProductsService", "{5C265EB7-7D39-44EE-8A4E-38BD3FFC14F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCommerce.Products.DAL", "eCommerce.ProductsService\eCommerce.Products.DAL\eCommerce.Products.DAL.csproj", "{64EC4835-0E30-4ED5-9783-447AED8E75A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCommerce.Products.BLL", "eCommerce.ProductsService\eCommerce.Products.BLL\eCommerce.Products.BLL.csproj", "{020B99C9-E118-4C5D-AEB6-C133599B2A09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCommerce.Products.API", "eCommerce.ProductsService\eCommerce.Products.API\eCommerce.Products.API.csproj", "{07E8D636-AB2A-42D9-AD7C-C62C681CD60B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCommerce.Users.Infrastructure", "eCommerce.UsersService\eCommerce.Users.Infrastructure\eCommerce.Users.Infrastructure.csproj", "{3B930BCB-DA4E-4833-B07A-484DD87ED7E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCommerce.Users.Core", "eCommerce.UsersService\eCommerce.Users.Core\eCommerce.Users.Core.csproj", "{6E256E59-F7A1-4643-9972-AA5D326A814E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCommerce.Users.API", "eCommerce.UsersService\eCommerce.Users.API\eCommerce.Users.API.csproj", "{52E8D77B-ED06-4749-961F-593516C63EBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eCommerceSolution.OrdersService", "eCommerceSolution.OrdersService", "{155323BB-2B4E-4C61-84BE-18120C0319DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCommerce.Orders.API", "eCommerce.OrdersService\eCommerce.Orders.API\eCommerce.Orders.API.csproj", "{0179773D-CB76-4BE4-8F79-0A0201052A9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCommerce.Orders.DAL", "eCommerce.OrdersService\eCommerce.Orders.DAL\eCommerce.Orders.DAL.csproj", "{DBA19B05-665F-48DE-A0AD-707AD3901F4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCommerce.Orders.BLL", "eCommerce.OrdersService\eCommerce.Orders.BLL\eCommerce.Orders.BLL.csproj", "{87A9E820-B304-49EF-BB3B-11464036FFB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64EC4835-0E30-4ED5-9783-447AED8E75A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64EC4835-0E30-4ED5-9783-447AED8E75A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64EC4835-0E30-4ED5-9783-447AED8E75A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64EC4835-0E30-4ED5-9783-447AED8E75A6}.Release|Any CPU.Build.0 = Release|Any CPU
{020B99C9-E118-4C5D-AEB6-C133599B2A09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{020B99C9-E118-4C5D-AEB6-C133599B2A09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{020B99C9-E118-4C5D-AEB6-C133599B2A09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{020B99C9-E118-4C5D-AEB6-C133599B2A09}.Release|Any CPU.Build.0 = Release|Any CPU
{07E8D636-AB2A-42D9-AD7C-C62C681CD60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07E8D636-AB2A-42D9-AD7C-C62C681CD60B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07E8D636-AB2A-42D9-AD7C-C62C681CD60B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07E8D636-AB2A-42D9-AD7C-C62C681CD60B}.Release|Any CPU.Build.0 = Release|Any CPU
{3B930BCB-DA4E-4833-B07A-484DD87ED7E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B930BCB-DA4E-4833-B07A-484DD87ED7E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B930BCB-DA4E-4833-B07A-484DD87ED7E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B930BCB-DA4E-4833-B07A-484DD87ED7E3}.Release|Any CPU.Build.0 = Release|Any CPU
{6E256E59-F7A1-4643-9972-AA5D326A814E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E256E59-F7A1-4643-9972-AA5D326A814E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E256E59-F7A1-4643-9972-AA5D326A814E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E256E59-F7A1-4643-9972-AA5D326A814E}.Release|Any CPU.Build.0 = Release|Any CPU
{52E8D77B-ED06-4749-961F-593516C63EBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52E8D77B-ED06-4749-961F-593516C63EBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52E8D77B-ED06-4749-961F-593516C63EBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52E8D77B-ED06-4749-961F-593516C63EBA}.Release|Any CPU.Build.0 = Release|Any CPU
{0179773D-CB76-4BE4-8F79-0A0201052A9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0179773D-CB76-4BE4-8F79-0A0201052A9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0179773D-CB76-4BE4-8F79-0A0201052A9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0179773D-CB76-4BE4-8F79-0A0201052A9F}.Release|Any CPU.Build.0 = Release|Any CPU
{DBA19B05-665F-48DE-A0AD-707AD3901F4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA19B05-665F-48DE-A0AD-707AD3901F4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA19B05-665F-48DE-A0AD-707AD3901F4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBA19B05-665F-48DE-A0AD-707AD3901F4C}.Release|Any CPU.Build.0 = Release|Any CPU
{87A9E820-B304-49EF-BB3B-11464036FFB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87A9E820-B304-49EF-BB3B-11464036FFB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87A9E820-B304-49EF-BB3B-11464036FFB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87A9E820-B304-49EF-BB3B-11464036FFB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{64EC4835-0E30-4ED5-9783-447AED8E75A6} = {5C265EB7-7D39-44EE-8A4E-38BD3FFC14F7}
{020B99C9-E118-4C5D-AEB6-C133599B2A09} = {5C265EB7-7D39-44EE-8A4E-38BD3FFC14F7}
{07E8D636-AB2A-42D9-AD7C-C62C681CD60B} = {5C265EB7-7D39-44EE-8A4E-38BD3FFC14F7}
{3B930BCB-DA4E-4833-B07A-484DD87ED7E3} = {953B4FC2-E695-48B5-A2BA-64C9B05FB11E}
{6E256E59-F7A1-4643-9972-AA5D326A814E} = {953B4FC2-E695-48B5-A2BA-64C9B05FB11E}
{52E8D77B-ED06-4749-961F-593516C63EBA} = {953B4FC2-E695-48B5-A2BA-64C9B05FB11E}
{0179773D-CB76-4BE4-8F79-0A0201052A9F} = {155323BB-2B4E-4C61-84BE-18120C0319DE}
{DBA19B05-665F-48DE-A0AD-707AD3901F4C} = {155323BB-2B4E-4C61-84BE-18120C0319DE}
{87A9E820-B304-49EF-BB3B-11464036FFB1} = {155323BB-2B4E-4C61-84BE-18120C0319DE}
EndGlobalSection
EndGlobal