-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathDistributed-eStore.sln
107 lines (107 loc) · 7.55 KB
/
Distributed-eStore.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Distributed-eStore.Services.Identity", "Distributed-eStore.Services.Identity\src\Distributed-eStore.Services.Identity.csproj", "{C6D39165-05DA-4745-A248-339AB260C347}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Distributed-eStore.Common", "Distributed-eStore.Common\Distributed-eStore.Common.csproj", "{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Distributed-eStore.Api.Gateway", "Distributed-eStore.Api.Gateway\src\Distributed-eStore.Api.Gateway.csproj", "{F385D09F-9D00-4A31-98AB-6A10D453B4F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Distributed-eStore.Services.Product", "Distributed-eStore.Services.Product\src\Distributed-eStore.Services.Product.csproj", "{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Distributed-eStore.UI", "Distributed-eStore.UI\src\Distributed-eStore.UI.csproj", "{82BDB830-DB49-40BD-87CE-00E577522315}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Distributed-eStore.Services.Order", "Distributed-eStore.Services.Order\src\Distributed-eStore.Services.Order.csproj", "{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6D39165-05DA-4745-A248-339AB260C347}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Debug|x64.ActiveCfg = Debug|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Debug|x64.Build.0 = Debug|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Debug|x86.ActiveCfg = Debug|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Debug|x86.Build.0 = Debug|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Release|Any CPU.Build.0 = Release|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Release|x64.ActiveCfg = Release|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Release|x64.Build.0 = Release|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Release|x86.ActiveCfg = Release|Any CPU
{C6D39165-05DA-4745-A248-339AB260C347}.Release|x86.Build.0 = Release|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Debug|x64.ActiveCfg = Debug|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Debug|x64.Build.0 = Debug|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Debug|x86.ActiveCfg = Debug|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Debug|x86.Build.0 = Debug|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Release|Any CPU.Build.0 = Release|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Release|x64.ActiveCfg = Release|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Release|x64.Build.0 = Release|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Release|x86.ActiveCfg = Release|Any CPU
{2BF406CD-F810-41EB-A5CB-E3244B7A0C75}.Release|x86.Build.0 = Release|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Debug|x64.ActiveCfg = Debug|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Debug|x64.Build.0 = Debug|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Debug|x86.ActiveCfg = Debug|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Debug|x86.Build.0 = Debug|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Release|Any CPU.Build.0 = Release|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Release|x64.ActiveCfg = Release|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Release|x64.Build.0 = Release|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Release|x86.ActiveCfg = Release|Any CPU
{F385D09F-9D00-4A31-98AB-6A10D453B4F9}.Release|x86.Build.0 = Release|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Debug|x64.ActiveCfg = Debug|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Debug|x64.Build.0 = Debug|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Debug|x86.ActiveCfg = Debug|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Debug|x86.Build.0 = Debug|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Release|Any CPU.Build.0 = Release|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Release|x64.ActiveCfg = Release|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Release|x64.Build.0 = Release|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Release|x86.ActiveCfg = Release|Any CPU
{99B8ACFD-533F-4B47-89D5-7B6CE8731D1E}.Release|x86.Build.0 = Release|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Debug|x64.ActiveCfg = Debug|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Debug|x64.Build.0 = Debug|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Debug|x86.ActiveCfg = Debug|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Debug|x86.Build.0 = Debug|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Release|Any CPU.Build.0 = Release|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Release|x64.ActiveCfg = Release|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Release|x64.Build.0 = Release|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Release|x86.ActiveCfg = Release|Any CPU
{82BDB830-DB49-40BD-87CE-00E577522315}.Release|x86.Build.0 = Release|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Debug|x64.ActiveCfg = Debug|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Debug|x64.Build.0 = Debug|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Debug|x86.ActiveCfg = Debug|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Debug|x86.Build.0 = Debug|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Release|Any CPU.Build.0 = Release|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Release|x64.ActiveCfg = Release|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Release|x64.Build.0 = Release|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Release|x86.ActiveCfg = Release|Any CPU
{CB0EEC59-B62E-44FC-82BC-9B08F67647EC}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48817242-ED26-4177-AD86-553D5CD62BEC}
EndGlobalSection
EndGlobal