This repository was archived by the owner on Nov 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDataFlowPipelinePrototype.sln
More file actions
91 lines (91 loc) · 6.54 KB
/
DataFlowPipelinePrototype.sln
File metadata and controls
91 lines (91 loc) · 6.54 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataFlowPipelinePrototype", "DataFlowPipelinePrototype\DataFlowPipelinePrototype.csproj", "{04FF216B-C7E1-4D07-A47E-57B2305167CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessingPrototype", "ProcessingPrototype\ProcessingPrototype.csproj", "{58904C9B-F2AB-44ED-B103-E5C8B04A0C9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessingPipelineTests", "ProcessingPipelineTests\ProcessingPipelineTests.csproj", "{688B8B45-1506-48B8-8DB0-707E90B70D53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderProcessingPipeline", "OrderProcessingPipeline\OrderProcessingPipeline.csproj", "{59606647-F048-4E10-86DB-51FD45527BEF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderPipelineTets", "OrderPipelineTets\OrderPipelineTets.csproj", "{8320871F-D2E8-4149-8874-EFEF0434914E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StockReportPipeline", "StockReportPipeline\StockReportPipeline.csproj", "{124F8210-B948-41BD-B2C4-E362699E49B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StockReportTests", "StockReportTests\StockReportTests.csproj", "{60E25160-3DDD-43E4-861C-BDD479605E9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContinuousPipeline", "ContinuousPipeline\ContinuousPipeline.csproj", "{8EB883B9-90EC-4399-A00A-618EB0CE622D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceClient", "ServiceClient\ServiceClient.csproj", "{996AAFF7-15E0-4BD8-B858-B762CBD7A438}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipelineService", "PipelineService\PipelineService.csproj", "{441CB798-FF00-445E-B557-DB0A0198BD2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipelineServiceTests", "PipelineServiceTests\PipelineServiceTests.csproj", "{CD029576-5C7C-4293-A841-D9D10A5F81C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PipelineServicePrototype", "PipelineServicePrototype\PipelineServicePrototype.csproj", "{7D090FB8-25D5-45E0-AC65-08A5DC49037B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04FF216B-C7E1-4D07-A47E-57B2305167CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04FF216B-C7E1-4D07-A47E-57B2305167CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04FF216B-C7E1-4D07-A47E-57B2305167CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04FF216B-C7E1-4D07-A47E-57B2305167CD}.Release|Any CPU.Build.0 = Release|Any CPU
{58904C9B-F2AB-44ED-B103-E5C8B04A0C9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58904C9B-F2AB-44ED-B103-E5C8B04A0C9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58904C9B-F2AB-44ED-B103-E5C8B04A0C9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58904C9B-F2AB-44ED-B103-E5C8B04A0C9E}.Release|Any CPU.Build.0 = Release|Any CPU
{688B8B45-1506-48B8-8DB0-707E90B70D53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{688B8B45-1506-48B8-8DB0-707E90B70D53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{688B8B45-1506-48B8-8DB0-707E90B70D53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{688B8B45-1506-48B8-8DB0-707E90B70D53}.Release|Any CPU.Build.0 = Release|Any CPU
{59606647-F048-4E10-86DB-51FD45527BEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59606647-F048-4E10-86DB-51FD45527BEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59606647-F048-4E10-86DB-51FD45527BEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59606647-F048-4E10-86DB-51FD45527BEF}.Release|Any CPU.Build.0 = Release|Any CPU
{8320871F-D2E8-4149-8874-EFEF0434914E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8320871F-D2E8-4149-8874-EFEF0434914E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8320871F-D2E8-4149-8874-EFEF0434914E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8320871F-D2E8-4149-8874-EFEF0434914E}.Release|Any CPU.Build.0 = Release|Any CPU
{124F8210-B948-41BD-B2C4-E362699E49B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{124F8210-B948-41BD-B2C4-E362699E49B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{124F8210-B948-41BD-B2C4-E362699E49B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{124F8210-B948-41BD-B2C4-E362699E49B5}.Release|Any CPU.Build.0 = Release|Any CPU
{60E25160-3DDD-43E4-861C-BDD479605E9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60E25160-3DDD-43E4-861C-BDD479605E9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60E25160-3DDD-43E4-861C-BDD479605E9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60E25160-3DDD-43E4-861C-BDD479605E9B}.Release|Any CPU.Build.0 = Release|Any CPU
{8EB883B9-90EC-4399-A00A-618EB0CE622D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EB883B9-90EC-4399-A00A-618EB0CE622D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EB883B9-90EC-4399-A00A-618EB0CE622D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EB883B9-90EC-4399-A00A-618EB0CE622D}.Release|Any CPU.Build.0 = Release|Any CPU
{996AAFF7-15E0-4BD8-B858-B762CBD7A438}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{996AAFF7-15E0-4BD8-B858-B762CBD7A438}.Debug|Any CPU.Build.0 = Debug|Any CPU
{996AAFF7-15E0-4BD8-B858-B762CBD7A438}.Release|Any CPU.ActiveCfg = Release|Any CPU
{996AAFF7-15E0-4BD8-B858-B762CBD7A438}.Release|Any CPU.Build.0 = Release|Any CPU
{441CB798-FF00-445E-B557-DB0A0198BD2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{441CB798-FF00-445E-B557-DB0A0198BD2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{441CB798-FF00-445E-B557-DB0A0198BD2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{441CB798-FF00-445E-B557-DB0A0198BD2C}.Release|Any CPU.Build.0 = Release|Any CPU
{CD029576-5C7C-4293-A841-D9D10A5F81C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD029576-5C7C-4293-A841-D9D10A5F81C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD029576-5C7C-4293-A841-D9D10A5F81C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD029576-5C7C-4293-A841-D9D10A5F81C5}.Release|Any CPU.Build.0 = Release|Any CPU
{7D090FB8-25D5-45E0-AC65-08A5DC49037B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D090FB8-25D5-45E0-AC65-08A5DC49037B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D090FB8-25D5-45E0-AC65-08A5DC49037B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D090FB8-25D5-45E0-AC65-08A5DC49037B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B70CB146-3EAE-44BD-9D24-C81301E288F3}
EndGlobalSection
EndGlobal