This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Reactor.sln
53 lines (53 loc) · 3.55 KB
/
Reactor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Reactive.Bcl.Linq.Expressions.CompilerServices", "Microsoft.Reactive.Bcl.Linq.Expressions.CompilerServices\Microsoft.Reactive.Bcl.Linq.Expressions.CompilerServices.csproj", "{91A75A72-ED83-445A-8EDD-2CCACA20A4D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Reactive.Bcl.Memory.Pooling", "Microsoft.Reactive.Bcl.Memory.Pooling\Microsoft.Reactive.Bcl.Memory.Pooling.csproj", "{0D30BB06-70B2-40CC-8CA2-FD464BE69AC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9199312B-9AB4-428C-80E3-1918E7053253}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{180D7D6B-D0D7-498E-95E4-C13BCABDDA4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Reactive.Bcl.Linq.Expressions.CompilerServices.Tests", "Microsoft.Reactive.Bcl.Linq.Expressions.CompilerServices.Tests\Microsoft.Reactive.Bcl.Linq.Expressions.CompilerServices.Tests.csproj", "{DDF1C53D-183B-4230-9E74-6DD93B6C895B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Reactive.Bcl.Memory.Pooling.Tests", "Microsoft.Reactive.Bcl.Memory.Pooling.Tests\Microsoft.Reactive.Bcl.Memory.Pooling.Tests.csproj", "{9B388AB7-F22E-4235-937D-63CB279E1A89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91A75A72-ED83-445A-8EDD-2CCACA20A4D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91A75A72-ED83-445A-8EDD-2CCACA20A4D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91A75A72-ED83-445A-8EDD-2CCACA20A4D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91A75A72-ED83-445A-8EDD-2CCACA20A4D6}.Release|Any CPU.Build.0 = Release|Any CPU
{0D30BB06-70B2-40CC-8CA2-FD464BE69AC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D30BB06-70B2-40CC-8CA2-FD464BE69AC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D30BB06-70B2-40CC-8CA2-FD464BE69AC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D30BB06-70B2-40CC-8CA2-FD464BE69AC0}.Release|Any CPU.Build.0 = Release|Any CPU
{DDF1C53D-183B-4230-9E74-6DD93B6C895B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDF1C53D-183B-4230-9E74-6DD93B6C895B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDF1C53D-183B-4230-9E74-6DD93B6C895B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDF1C53D-183B-4230-9E74-6DD93B6C895B}.Release|Any CPU.Build.0 = Release|Any CPU
{9B388AB7-F22E-4235-937D-63CB279E1A89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B388AB7-F22E-4235-937D-63CB279E1A89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B388AB7-F22E-4235-937D-63CB279E1A89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B388AB7-F22E-4235-937D-63CB279E1A89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{91A75A72-ED83-445A-8EDD-2CCACA20A4D6} = {9199312B-9AB4-428C-80E3-1918E7053253}
{0D30BB06-70B2-40CC-8CA2-FD464BE69AC0} = {9199312B-9AB4-428C-80E3-1918E7053253}
{DDF1C53D-183B-4230-9E74-6DD93B6C895B} = {180D7D6B-D0D7-498E-95E4-C13BCABDDA4F}
{9B388AB7-F22E-4235-937D-63CB279E1A89} = {180D7D6B-D0D7-498E-95E4-C13BCABDDA4F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1F8B2C0-2E4A-4077-BC6C-F086DD7DF176}
EndGlobalSection
EndGlobal