This repository has been archived by the owner on Aug 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBuildingBlocks.sln
116 lines (116 loc) · 7.03 KB
/
BuildingBlocks.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
108
109
110
111
112
113
114
115
116
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StateManagement", "StateManagement", "{2453B952-63BB-4FE6-B901-C53632541C80}"
ProjectSection(SolutionItems) = preProject
StateManagement\README.md = StateManagement\README.md
StateManagement\tye.yaml = StateManagement\tye.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StateStore", "StateManagement\StateStore\StateStore.csproj", "{9B143986-5C2A-4EEF-B8CD-BAE6373D1B94}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SecretManagement", "SecretManagement", "{67466817-EBA8-4E74-84A1-E5BB5081D0F6}"
ProjectSection(SolutionItems) = preProject
SecretManagement\README.md = SecretManagement\README.md
SecretManagement\tye.yaml = SecretManagement\tye.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecretStore", "SecretManagement\SecretStore\SecretStore.csproj", "{91F6F399-03A7-41CC-999A-B8D8F34D787A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PubSub", "PubSub", "{39544871-08FC-4A79-966B-D2FA61824AEA}"
ProjectSection(SolutionItems) = preProject
PubSub\README.md = PubSub\README.md
PubSub\tye.yaml = PubSub\tye.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Publisher", "PubSub\Publisher\Publisher.csproj", "{0E46D00B-64D9-45B1-ADDD-C7B9C894D406}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Subscriber", "PubSub\Subscriber\Subscriber.csproj", "{CFC4827C-894C-4E3F-A899-96C1069096B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Bindings", "Bindings", "{0AF21F68-BF09-452A-9E2B-784634156C71}"
ProjectSection(SolutionItems) = preProject
Bindings\tye.yaml = Bindings\tye.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InputOutputBindings", "Bindings\InputOutputBindings\InputOutputBindings.csproj", "{88E457A8-CF85-451C-BCA8-7DBE8A4D060F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF3895AA-8455-4434-9CC4-93F3372034F8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{89137C38-994C-4B3B-9038-60CFB6C587BE}"
ProjectSection(SolutionItems) = preProject
Common\README.md = Common\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library", "Common\Library\Library.csproj", "{12E98050-DE60-4DE9-A152-70E36AA18A2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceInvocation", "ServiceInvocation", "{FA36CD33-F4FD-4A37-954E-C616E464E13B}"
ProjectSection(SolutionItems) = preProject
ServiceInvocation\README.md = ServiceInvocation\README.md
ServiceInvocation\tye.yaml = ServiceInvocation\tye.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeroesApi", "ServiceInvocation\HeroesApi\HeroesApi.csproj", "{58055EA8-2D7B-4BBD-AF20-3C21056FE5E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContactsApi", "ServiceInvocation\ContactsApi\ContactsApi.csproj", "{DCF96A54-049A-4B53-A862-BB7F5A5249DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B143986-5C2A-4EEF-B8CD-BAE6373D1B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B143986-5C2A-4EEF-B8CD-BAE6373D1B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B143986-5C2A-4EEF-B8CD-BAE6373D1B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B143986-5C2A-4EEF-B8CD-BAE6373D1B94}.Release|Any CPU.Build.0 = Release|Any CPU
{91F6F399-03A7-41CC-999A-B8D8F34D787A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91F6F399-03A7-41CC-999A-B8D8F34D787A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91F6F399-03A7-41CC-999A-B8D8F34D787A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91F6F399-03A7-41CC-999A-B8D8F34D787A}.Release|Any CPU.Build.0 = Release|Any CPU
{0E46D00B-64D9-45B1-ADDD-C7B9C894D406}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E46D00B-64D9-45B1-ADDD-C7B9C894D406}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E46D00B-64D9-45B1-ADDD-C7B9C894D406}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E46D00B-64D9-45B1-ADDD-C7B9C894D406}.Release|Any CPU.Build.0 = Release|Any CPU
{CFC4827C-894C-4E3F-A899-96C1069096B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFC4827C-894C-4E3F-A899-96C1069096B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFC4827C-894C-4E3F-A899-96C1069096B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFC4827C-894C-4E3F-A899-96C1069096B9}.Release|Any CPU.Build.0 = Release|Any CPU
{88E457A8-CF85-451C-BCA8-7DBE8A4D060F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88E457A8-CF85-451C-BCA8-7DBE8A4D060F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88E457A8-CF85-451C-BCA8-7DBE8A4D060F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88E457A8-CF85-451C-BCA8-7DBE8A4D060F}.Release|Any CPU.Build.0 = Release|Any CPU
{12E98050-DE60-4DE9-A152-70E36AA18A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12E98050-DE60-4DE9-A152-70E36AA18A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12E98050-DE60-4DE9-A152-70E36AA18A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12E98050-DE60-4DE9-A152-70E36AA18A2F}.Release|Any CPU.Build.0 = Release|Any CPU
{58055EA8-2D7B-4BBD-AF20-3C21056FE5E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58055EA8-2D7B-4BBD-AF20-3C21056FE5E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58055EA8-2D7B-4BBD-AF20-3C21056FE5E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58055EA8-2D7B-4BBD-AF20-3C21056FE5E9}.Release|Any CPU.Build.0 = Release|Any CPU
{DCF96A54-049A-4B53-A862-BB7F5A5249DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCF96A54-049A-4B53-A862-BB7F5A5249DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCF96A54-049A-4B53-A862-BB7F5A5249DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCF96A54-049A-4B53-A862-BB7F5A5249DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9B143986-5C2A-4EEF-B8CD-BAE6373D1B94} = {2453B952-63BB-4FE6-B901-C53632541C80}
{91F6F399-03A7-41CC-999A-B8D8F34D787A} = {67466817-EBA8-4E74-84A1-E5BB5081D0F6}
{0E46D00B-64D9-45B1-ADDD-C7B9C894D406} = {39544871-08FC-4A79-966B-D2FA61824AEA}
{CFC4827C-894C-4E3F-A899-96C1069096B9} = {39544871-08FC-4A79-966B-D2FA61824AEA}
{88E457A8-CF85-451C-BCA8-7DBE8A4D060F} = {0AF21F68-BF09-452A-9E2B-784634156C71}
{12E98050-DE60-4DE9-A152-70E36AA18A2F} = {89137C38-994C-4B3B-9038-60CFB6C587BE}
{58055EA8-2D7B-4BBD-AF20-3C21056FE5E9} = {FA36CD33-F4FD-4A37-954E-C616E464E13B}
{DCF96A54-049A-4B53-A862-BB7F5A5249DA} = {FA36CD33-F4FD-4A37-954E-C616E464E13B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ACDE83F9-34A1-4C7B-825E-E1FA75330F9E}
EndGlobalSection
EndGlobal