-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RxFree.sln
55 lines (55 loc) · 3.33 KB
/
RxFree.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RxFree", "src\RxFree\RxFree.csproj", "{EFE7EFE0-5AC3-4C16-B56F-65ECDB937F97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RxFree.Tests", "src\RxFree.Tests\RxFree.Tests.csproj", "{9C1BA247-9164-4A60-82F7-24364A353E1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RxFree.SourceTests", "src\RxFree.SourceTests\RxFree.SourceTests.csproj", "{BA6410EE-DECB-435B-AD4F-DA8A78AA9D85}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{768BF814-BBED-4362-A745-30F79160EA40}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RxFree.SourceTests.Legacy", "src\RxFree.SourceTests.Legacy\RxFree.SourceTests.Legacy.csproj", "{774752A8-CFFA-417D-8A9C-503129D4C944}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RxFree.SourceTests.Nullable", "src\RxFree.SourceTests.Nullable\RxFree.SourceTests.Nullable.csproj", "{27252A70-1166-4B07-BA68-882E6F5F1DE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFE7EFE0-5AC3-4C16-B56F-65ECDB937F97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFE7EFE0-5AC3-4C16-B56F-65ECDB937F97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFE7EFE0-5AC3-4C16-B56F-65ECDB937F97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFE7EFE0-5AC3-4C16-B56F-65ECDB937F97}.Release|Any CPU.Build.0 = Release|Any CPU
{9C1BA247-9164-4A60-82F7-24364A353E1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C1BA247-9164-4A60-82F7-24364A353E1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C1BA247-9164-4A60-82F7-24364A353E1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C1BA247-9164-4A60-82F7-24364A353E1E}.Release|Any CPU.Build.0 = Release|Any CPU
{BA6410EE-DECB-435B-AD4F-DA8A78AA9D85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA6410EE-DECB-435B-AD4F-DA8A78AA9D85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA6410EE-DECB-435B-AD4F-DA8A78AA9D85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA6410EE-DECB-435B-AD4F-DA8A78AA9D85}.Release|Any CPU.Build.0 = Release|Any CPU
{774752A8-CFFA-417D-8A9C-503129D4C944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{774752A8-CFFA-417D-8A9C-503129D4C944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{774752A8-CFFA-417D-8A9C-503129D4C944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{774752A8-CFFA-417D-8A9C-503129D4C944}.Release|Any CPU.Build.0 = Release|Any CPU
{27252A70-1166-4B07-BA68-882E6F5F1DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27252A70-1166-4B07-BA68-882E6F5F1DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27252A70-1166-4B07-BA68-882E6F5F1DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27252A70-1166-4B07-BA68-882E6F5F1DE9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42975E35-A694-4E45-862E-B2D58AB474F5}
EndGlobalSection
EndGlobal