forked from dungpa/dsls-in-action-fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFSharpx.Books.DSLsInAction.Mono.sln
63 lines (62 loc) · 3.8 KB
/
FSharpx.Books.DSLsInAction.Mono.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2012
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Chapter2", "Chapter2\Chapter2.fsproj", "{BA30672D-CDD2-4989-BE3D-F72E6389EA2D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Chapter3", "Chapter3\Chapter3.fsproj", "{A128E3AA-579F-4827-B4A7-E3266D6B0563}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Chapter4", "Chapter4\Chapter4.fsproj", "{6EA8DC07-3CE1-405B-A562-A87AC07AD0FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0E689D2E-7C68-4115-AD81-001512A40EC9}"
ProjectSection(SolutionItems) = preProject
DSLCheatsheet.md = DSLCheatsheet.md
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Chapter6", "Chapter6\Chapter6.fsproj", "{071EAF16-C779-4DD4-9E49-178C58798E91}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Chapter7", "Chapter7\Chapter7.fsproj", "{3E810881-050A-46EA-B801-5918F3758DAA}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Chapter8", "Chapter8\Chapter8.fsproj", "{329C3034-2ED2-4D2F-B267-4C1D669C3DA0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{414F57A8-E9B1-4E31-9CF7-6B6FE9A9B7BB}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA30672D-CDD2-4989-BE3D-F72E6389EA2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA30672D-CDD2-4989-BE3D-F72E6389EA2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA30672D-CDD2-4989-BE3D-F72E6389EA2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA30672D-CDD2-4989-BE3D-F72E6389EA2D}.Release|Any CPU.Build.0 = Release|Any CPU
{A128E3AA-579F-4827-B4A7-E3266D6B0563}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A128E3AA-579F-4827-B4A7-E3266D6B0563}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A128E3AA-579F-4827-B4A7-E3266D6B0563}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A128E3AA-579F-4827-B4A7-E3266D6B0563}.Release|Any CPU.Build.0 = Release|Any CPU
{6EA8DC07-3CE1-405B-A562-A87AC07AD0FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EA8DC07-3CE1-405B-A562-A87AC07AD0FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EA8DC07-3CE1-405B-A562-A87AC07AD0FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EA8DC07-3CE1-405B-A562-A87AC07AD0FF}.Release|Any CPU.Build.0 = Release|Any CPU
{071EAF16-C779-4DD4-9E49-178C58798E91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{071EAF16-C779-4DD4-9E49-178C58798E91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{071EAF16-C779-4DD4-9E49-178C58798E91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{071EAF16-C779-4DD4-9E49-178C58798E91}.Release|Any CPU.Build.0 = Release|Any CPU
{3E810881-050A-46EA-B801-5918F3758DAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E810881-050A-46EA-B801-5918F3758DAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E810881-050A-46EA-B801-5918F3758DAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E810881-050A-46EA-B801-5918F3758DAA}.Release|Any CPU.Build.0 = Release|Any CPU
{329C3034-2ED2-4D2F-B267-4C1D669C3DA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{329C3034-2ED2-4D2F-B267-4C1D669C3DA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{329C3034-2ED2-4D2F-B267-4C1D669C3DA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{329C3034-2ED2-4D2F-B267-4C1D669C3DA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal