-
Notifications
You must be signed in to change notification settings - Fork 146
/
FSharpx.Extras.sln
90 lines (90 loc) · 5.15 KB
/
FSharpx.Extras.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
ProjectSection(SolutionItems) = preProject
docs\DiningPhilosophers.fsx = docs\DiningPhilosophers.fsx
docs\index.fsx = docs\index.fsx
docs\MonoidCESample.fsx = docs\MonoidCESample.fsx
docs\Santa.fsx = docs\Santa.fsx
docs\StateSample.fsx = docs\StateSample.fsx
docs\StmSample.fsx = docs\StmSample.fsx
docs\StructuredFormatSample.fsx = docs\StructuredFormatSample.fsx
docs\UndoSample.fsx = docs\UndoSample.fsx
docs\WebProxy.fsx = docs\WebProxy.fsx
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpx.Extras", "src\FSharpx.Extras\FSharpx.Extras.fsproj", "{1E95A279-C2A9-498B-BC72-6E7A0D6854CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{CFA0F191-10A6-4877-8208-649E203EFBED}"
ProjectSection(SolutionItems) = preProject
docs\img\logo-template.pdn = docs\img\logo-template.pdn
docs\img\logo.png = docs\img\logo.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpx.Tests", "tests\FSharpx.Tests\FSharpx.Tests.fsproj", "{26D9D3EE-E882-43E6-A79E-5D1D89E92C4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FSharpx.CSharpTests", "tests\FSharpx.CSharpTests\FSharpx.CSharpTests.csproj", "{4354A199-6ACF-4DB5-A8FA-BAD638D1D0E3}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpx.Text.StructuredFormat", "src\FSharpx.Text.StructuredFormat\FSharpx.Text.StructuredFormat.fsproj", "{65E077ED-F51A-42D7-8004-E90D60AF8B8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
DataStructures|Any CPU = DataStructures|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E95A279-C2A9-498B-BC72-6E7A0D6854CE}.DataStructures|Any CPU.ActiveCfg = Debug|Any CPU
{1E95A279-C2A9-498B-BC72-6E7A0D6854CE}.DataStructures|Any CPU.Build.0 = Debug|Any CPU
{1E95A279-C2A9-498B-BC72-6E7A0D6854CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E95A279-C2A9-498B-BC72-6E7A0D6854CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E95A279-C2A9-498B-BC72-6E7A0D6854CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E95A279-C2A9-498B-BC72-6E7A0D6854CE}.Release|Any CPU.Build.0 = Release|Any CPU
{26D9D3EE-E882-43E6-A79E-5D1D89E92C4F}.DataStructures|Any CPU.ActiveCfg = Debug|Any CPU
{26D9D3EE-E882-43E6-A79E-5D1D89E92C4F}.DataStructures|Any CPU.Build.0 = Debug|Any CPU
{26D9D3EE-E882-43E6-A79E-5D1D89E92C4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26D9D3EE-E882-43E6-A79E-5D1D89E92C4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26D9D3EE-E882-43E6-A79E-5D1D89E92C4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26D9D3EE-E882-43E6-A79E-5D1D89E92C4F}.Release|Any CPU.Build.0 = Release|Any CPU
{4354A199-6ACF-4DB5-A8FA-BAD638D1D0E3}.DataStructures|Any CPU.ActiveCfg = Debug|Any CPU
{4354A199-6ACF-4DB5-A8FA-BAD638D1D0E3}.DataStructures|Any CPU.Build.0 = Debug|Any CPU
{4354A199-6ACF-4DB5-A8FA-BAD638D1D0E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4354A199-6ACF-4DB5-A8FA-BAD638D1D0E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4354A199-6ACF-4DB5-A8FA-BAD638D1D0E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4354A199-6ACF-4DB5-A8FA-BAD638D1D0E3}.Release|Any CPU.Build.0 = Release|Any CPU
{65E077ED-F51A-42D7-8004-E90D60AF8B8F}.DataStructures|Any CPU.ActiveCfg = Debug|Any CPU
{65E077ED-F51A-42D7-8004-E90D60AF8B8F}.DataStructures|Any CPU.Build.0 = Debug|Any CPU
{65E077ED-F51A-42D7-8004-E90D60AF8B8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65E077ED-F51A-42D7-8004-E90D60AF8B8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65E077ED-F51A-42D7-8004-E90D60AF8B8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65E077ED-F51A-42D7-8004-E90D60AF8B8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CFA0F191-10A6-4877-8208-649E203EFBED} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{26D9D3EE-E882-43E6-A79E-5D1D89E92C4F} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
{4354A199-6ACF-4DB5-A8FA-BAD638D1D0E3} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DF3DC31-D784-4342-A05C-538A31C3EF0B}
EndGlobalSection
EndGlobal