-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathBiDaFlow.sln
More file actions
43 lines (43 loc) · 2.59 KB
/
BiDaFlow.sln
File metadata and controls
43 lines (43 loc) · 2.59 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiDaFlow", "src\BiDaFlow\BiDaFlow.csproj", "{2AAB074E-AF4D-4C30-92E6-92E2ECC69227}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiDaFlow.Tests", "tests\BiDaFlow.Tests\BiDaFlow.Tests.csproj", "{A8C0358C-B4A1-41AB-A4C6-4A45F1997A22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiDaFlow.AsyncEnumerable", "src\BiDaFlow.AsyncEnumerable\BiDaFlow.AsyncEnumerable.csproj", "{E10845ED-D52B-42BE-875F-63A977C4080E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiDaFlow.ReactiveStreams", "src\BiDaFlow.ReactiveStreams\BiDaFlow.ReactiveStreams.csproj", "{661FBE1A-B537-4852-9CA1-47E7A3A9EED1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AAB074E-AF4D-4C30-92E6-92E2ECC69227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AAB074E-AF4D-4C30-92E6-92E2ECC69227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AAB074E-AF4D-4C30-92E6-92E2ECC69227}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AAB074E-AF4D-4C30-92E6-92E2ECC69227}.Release|Any CPU.Build.0 = Release|Any CPU
{A8C0358C-B4A1-41AB-A4C6-4A45F1997A22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8C0358C-B4A1-41AB-A4C6-4A45F1997A22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8C0358C-B4A1-41AB-A4C6-4A45F1997A22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8C0358C-B4A1-41AB-A4C6-4A45F1997A22}.Release|Any CPU.Build.0 = Release|Any CPU
{E10845ED-D52B-42BE-875F-63A977C4080E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E10845ED-D52B-42BE-875F-63A977C4080E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E10845ED-D52B-42BE-875F-63A977C4080E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E10845ED-D52B-42BE-875F-63A977C4080E}.Release|Any CPU.Build.0 = Release|Any CPU
{661FBE1A-B537-4852-9CA1-47E7A3A9EED1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{661FBE1A-B537-4852-9CA1-47E7A3A9EED1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{661FBE1A-B537-4852-9CA1-47E7A3A9EED1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{661FBE1A-B537-4852-9CA1-47E7A3A9EED1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C007571E-595F-4829-92EF-CEBDDF612F7E}
EndGlobalSection
EndGlobal