-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDaprSolution.sln
More file actions
68 lines (68 loc) · 4.27 KB
/
Copy pathDaprSolution.sln
File metadata and controls
68 lines (68 loc) · 4.27 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "services", "services", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OrderService", "OrderService", "{982549D8-9D36-4261-A627-6022FD958D5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TransactionService", "TransactionService", "{8492CDF1-EF01-4759-A87A-A3A3D8C6A1BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F6ED29FC-90D1-4441-B96C-7AB0ED08269D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DECE9D25-79B8-4727-A782-E833691D2A8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DaprSolution.OrderService.Http", "services\OrderService\src\DaprSolution.OrderService.Http\DaprSolution.OrderService.Http.csproj", "{ACFAAF8F-D72E-8841-8565-2716BA34C486}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DaprSolution.TransactionService.Http", "services\TransactionService\src\DaprSolution.TransactionService.Http\DaprSolution.TransactionService.Http.csproj", "{494B8660-C929-775E-B832-FD5C1571571C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "components", "components", "{53052BA1-0731-4A3F-A946-BCECF1BD6C70}"
ProjectSection(SolutionItems) = preProject
orderpub.yaml = orderpub.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PaymentService", "PaymentService", "{8D50F29E-76A9-46F0-AD4C-A428CCBCB173}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{635C20A9-2D1F-41AC-9D57-958C9E3E6923}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DaprSolution.PaymentService.Http", "services\PaymentService\src\DaprSolution.PaymentService.Http\DaprSolution.PaymentService.Http.csproj", "{4D17A0CF-CBC1-4097-9019-A11A1751B4C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACFAAF8F-D72E-8841-8565-2716BA34C486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACFAAF8F-D72E-8841-8565-2716BA34C486}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACFAAF8F-D72E-8841-8565-2716BA34C486}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACFAAF8F-D72E-8841-8565-2716BA34C486}.Release|Any CPU.Build.0 = Release|Any CPU
{494B8660-C929-775E-B832-FD5C1571571C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{494B8660-C929-775E-B832-FD5C1571571C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{494B8660-C929-775E-B832-FD5C1571571C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{494B8660-C929-775E-B832-FD5C1571571C}.Release|Any CPU.Build.0 = Release|Any CPU
{4D17A0CF-CBC1-4097-9019-A11A1751B4C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D17A0CF-CBC1-4097-9019-A11A1751B4C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D17A0CF-CBC1-4097-9019-A11A1751B4C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D17A0CF-CBC1-4097-9019-A11A1751B4C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{982549D8-9D36-4261-A627-6022FD958D5A} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{8492CDF1-EF01-4759-A87A-A3A3D8C6A1BF} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{F6ED29FC-90D1-4441-B96C-7AB0ED08269D} = {982549D8-9D36-4261-A627-6022FD958D5A}
{DECE9D25-79B8-4727-A782-E833691D2A8B} = {8492CDF1-EF01-4759-A87A-A3A3D8C6A1BF}
{ACFAAF8F-D72E-8841-8565-2716BA34C486} = {F6ED29FC-90D1-4441-B96C-7AB0ED08269D}
{494B8660-C929-775E-B832-FD5C1571571C} = {DECE9D25-79B8-4727-A782-E833691D2A8B}
{53052BA1-0731-4A3F-A946-BCECF1BD6C70} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{8D50F29E-76A9-46F0-AD4C-A428CCBCB173} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{635C20A9-2D1F-41AC-9D57-958C9E3E6923} = {8D50F29E-76A9-46F0-AD4C-A428CCBCB173}
{4D17A0CF-CBC1-4097-9019-A11A1751B4C2} = {635C20A9-2D1F-41AC-9D57-958C9E3E6923}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA36AF0C-3C64-49AC-ADE9-6224904D4355}
EndGlobalSection
EndGlobal