-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIAsyncEnumerablePipelines.sln
63 lines (63 loc) · 4.37 KB
/
IAsyncEnumerablePipelines.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.0.0
MinimumVisualStudioVersion = 17.8.0.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pipelines.Core", "Pipelines.Core\Pipelines.Core.csproj", "{8A7DC1F2-A9BA-4134-89EC-F0780301CA40}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{4BF9B8EC-BA67-479A-BF72-AE3229A224B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "examples\Shared\Shared.csproj", "{FF338952-A7D7-4D34-8C50-267D9DE0B7C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalculateWordCountPipeline", "examples\CalculateWordCountPipeline\CalculateWordCountPipeline.csproj", "{28DF1F16-7EBB-4B0F-B4FA-F6594A278C07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalculateWordCountBatchPipeline", "examples\CalculateWordCountBatchPipeline\CalculateWordCountBatchPipeline.csproj", "{FF7B8CB8-7043-43E2-AC68-7F94206015F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalculateWordCountFileWatcherPipeline", "examples\CalculateWordCountFileWatcherPipeline\CalculateWordCountFileWatcherPipeline.csproj", "{008DBA4C-0743-4FB6-92D6-C8DC1E823F8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextSummarizationAndAggregationPipeline", "examples\TextSummarizationAndAggregationPipeline\TextSummarizationAndAggregationPipeline.csproj", "{1E701695-7CF3-4291-A4E7-BAF3607FEBCE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A7DC1F2-A9BA-4134-89EC-F0780301CA40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A7DC1F2-A9BA-4134-89EC-F0780301CA40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A7DC1F2-A9BA-4134-89EC-F0780301CA40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A7DC1F2-A9BA-4134-89EC-F0780301CA40}.Release|Any CPU.Build.0 = Release|Any CPU
{FF338952-A7D7-4D34-8C50-267D9DE0B7C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF338952-A7D7-4D34-8C50-267D9DE0B7C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF338952-A7D7-4D34-8C50-267D9DE0B7C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF338952-A7D7-4D34-8C50-267D9DE0B7C9}.Release|Any CPU.Build.0 = Release|Any CPU
{28DF1F16-7EBB-4B0F-B4FA-F6594A278C07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28DF1F16-7EBB-4B0F-B4FA-F6594A278C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28DF1F16-7EBB-4B0F-B4FA-F6594A278C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28DF1F16-7EBB-4B0F-B4FA-F6594A278C07}.Release|Any CPU.Build.0 = Release|Any CPU
{FF7B8CB8-7043-43E2-AC68-7F94206015F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF7B8CB8-7043-43E2-AC68-7F94206015F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF7B8CB8-7043-43E2-AC68-7F94206015F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF7B8CB8-7043-43E2-AC68-7F94206015F0}.Release|Any CPU.Build.0 = Release|Any CPU
{008DBA4C-0743-4FB6-92D6-C8DC1E823F8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{008DBA4C-0743-4FB6-92D6-C8DC1E823F8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{008DBA4C-0743-4FB6-92D6-C8DC1E823F8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{008DBA4C-0743-4FB6-92D6-C8DC1E823F8B}.Release|Any CPU.Build.0 = Release|Any CPU
{1E701695-7CF3-4291-A4E7-BAF3607FEBCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E701695-7CF3-4291-A4E7-BAF3607FEBCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E701695-7CF3-4291-A4E7-BAF3607FEBCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E701695-7CF3-4291-A4E7-BAF3607FEBCE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FF338952-A7D7-4D34-8C50-267D9DE0B7C9} = {4BF9B8EC-BA67-479A-BF72-AE3229A224B5}
{28DF1F16-7EBB-4B0F-B4FA-F6594A278C07} = {4BF9B8EC-BA67-479A-BF72-AE3229A224B5}
{FF7B8CB8-7043-43E2-AC68-7F94206015F0} = {4BF9B8EC-BA67-479A-BF72-AE3229A224B5}
{008DBA4C-0743-4FB6-92D6-C8DC1E823F8B} = {4BF9B8EC-BA67-479A-BF72-AE3229A224B5}
{1E701695-7CF3-4291-A4E7-BAF3607FEBCE} = {4BF9B8EC-BA67-479A-BF72-AE3229A224B5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7673B15E-1BB3-492C-AEDC-D8F387F4F072}
EndGlobalSection
EndGlobal