-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PipeAndFilter.sln
64 lines (64 loc) · 3.72 KB
/
PipeAndFilter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{0EE631D9-C888-4ACA-B9D2-4EE97ED42194}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
docapitemplate.md = docapitemplate.md
docs\index.md = docs\index.md
LICENSE = LICENSE
docs\LICENSE.md = docs\LICENSE.md
SECURITY.md = SECURITY.md
docs\whatsnewprev.md = docs\whatsnewprev.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipeAndFilter", "Src\PipeAndFilter.csproj", "{27DC4458-EAEB-4C93-ACAF-25F25C404DBC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipeAndFilterSampleConsole", "Samples\SampleConsole\PipeAndFilterSampleConsole.csproj", "{9D70D715-9911-46B0-86D2-DB08AF72DE1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipeAndFilterSampleApi", "Samples\SampleApi\PipeAndFilterSampleApi.csproj", "{6696533B-7288-4B59-ADBC-919D875DA5F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipeandFIlterBenchmarking", "Samples\PipeandFIlterBenchmarking\PipeandFIlterBenchmarking.csproj", "{1DA0127C-8DB8-4DBA-854F-668F0DBE8289}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
local|Any CPU = local|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27DC4458-EAEB-4C93-ACAF-25F25C404DBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27DC4458-EAEB-4C93-ACAF-25F25C404DBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27DC4458-EAEB-4C93-ACAF-25F25C404DBC}.local|Any CPU.ActiveCfg = local|Any CPU
{27DC4458-EAEB-4C93-ACAF-25F25C404DBC}.local|Any CPU.Build.0 = local|Any CPU
{27DC4458-EAEB-4C93-ACAF-25F25C404DBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27DC4458-EAEB-4C93-ACAF-25F25C404DBC}.Release|Any CPU.Build.0 = Release|Any CPU
{9D70D715-9911-46B0-86D2-DB08AF72DE1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D70D715-9911-46B0-86D2-DB08AF72DE1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D70D715-9911-46B0-86D2-DB08AF72DE1D}.local|Any CPU.ActiveCfg = Debug|Any CPU
{9D70D715-9911-46B0-86D2-DB08AF72DE1D}.local|Any CPU.Build.0 = Debug|Any CPU
{9D70D715-9911-46B0-86D2-DB08AF72DE1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D70D715-9911-46B0-86D2-DB08AF72DE1D}.Release|Any CPU.Build.0 = Release|Any CPU
{6696533B-7288-4B59-ADBC-919D875DA5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6696533B-7288-4B59-ADBC-919D875DA5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6696533B-7288-4B59-ADBC-919D875DA5F3}.local|Any CPU.ActiveCfg = Debug|Any CPU
{6696533B-7288-4B59-ADBC-919D875DA5F3}.local|Any CPU.Build.0 = Debug|Any CPU
{6696533B-7288-4B59-ADBC-919D875DA5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6696533B-7288-4B59-ADBC-919D875DA5F3}.Release|Any CPU.Build.0 = Release|Any CPU
{1DA0127C-8DB8-4DBA-854F-668F0DBE8289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DA0127C-8DB8-4DBA-854F-668F0DBE8289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DA0127C-8DB8-4DBA-854F-668F0DBE8289}.local|Any CPU.ActiveCfg = Debug|Any CPU
{1DA0127C-8DB8-4DBA-854F-668F0DBE8289}.local|Any CPU.Build.0 = Debug|Any CPU
{1DA0127C-8DB8-4DBA-854F-668F0DBE8289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DA0127C-8DB8-4DBA-854F-668F0DBE8289}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42E3D671-68EE-4A9F-8291-3145AC0AF9E2}
EndGlobalSection
EndGlobal