-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJFlepp.Maybe.sln
More file actions
44 lines (44 loc) · 2.4 KB
/
JFlepp.Maybe.sln
File metadata and controls
44 lines (44 loc) · 2.4 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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JFlepp.Maybe", "src\JFlepp.Maybe\JFlepp.Maybe.csproj", "{DF3FD06A-067C-42B3-91FE-A3346DD39EA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JFlepp.Maybe.Tests", "src\JFlepp.Maybe.Tests\JFlepp.Maybe.Tests.csproj", "{FFEE4E07-DE5C-4E0E-817B-666F68944D3F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{906ABF7F-8F03-48B6-B175-78B7D2A38C4D}"
ProjectSection(SolutionItems) = preProject
docs\Comparison.md = docs\Comparison.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "refrence", "refrence", "{0405F22E-6992-4DFA-BE07-9EEB7FEB76E6}"
ProjectSection(SolutionItems) = preProject
reference\option - 98b0b18 on 4 Oct 2017.fs = reference\option - 98b0b18 on 4 Oct 2017.fs
reference\option - 98b0b18 on 4 Oct 2017.fsi = reference\option - 98b0b18 on 4 Oct 2017.fsi
reference\option-primitives - 3bc41f9 on 5 Sep 2018.fs = reference\option-primitives - 3bc41f9 on 5 Sep 2018.fs
reference\option-primitives - 3bc41f9 on 5 Sep 2018.fsi = reference\option-primitives - 3bc41f9 on 5 Sep 2018.fsi
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF3FD06A-067C-42B3-91FE-A3346DD39EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF3FD06A-067C-42B3-91FE-A3346DD39EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF3FD06A-067C-42B3-91FE-A3346DD39EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF3FD06A-067C-42B3-91FE-A3346DD39EA6}.Release|Any CPU.Build.0 = Release|Any CPU
{FFEE4E07-DE5C-4E0E-817B-666F68944D3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFEE4E07-DE5C-4E0E-817B-666F68944D3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFEE4E07-DE5C-4E0E-817B-666F68944D3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFEE4E07-DE5C-4E0E-817B-666F68944D3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A30B413B-2C4A-4B73-BF6F-848FA36B33AD}
EndGlobalSection
EndGlobal