forked from fslaborg/zzarchive-FsLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFsLab.sln
48 lines (48 loc) · 2.09 KB
/
FsLab.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{386DF0A5-E9C0-444B-9A0A-BB13D3CA1AAF}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{790C05AB-929E-4242-B4C8-3FB83689604F}"
ProjectSection(SolutionItems) = preProject
src\FsLab.fsx = src\FsLab.fsx
src\FsLab.nuspec = src\FsLab.nuspec
src\FsLab.Runner.nuspec = src\FsLab.Runner.nuspec
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{7CF0FAF6-92F9-4326-AD2A-AD451873DA46}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsLab.Runner", "src\FsLab.Runner\FsLab.Runner.fsproj", "{AF99159A-43C9-460D-98D1-4E0DB7EC61FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "journal", "journal", "{FF1AFB62-AC1A-4B2A-96BC-DC7F01CD10CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{1C1EFF4D-C6E1-4DEC-B3D6-60E50C103534}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF99159A-43C9-460D-98D1-4E0DB7EC61FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF99159A-43C9-460D-98D1-4E0DB7EC61FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF99159A-43C9-460D-98D1-4E0DB7EC61FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF99159A-43C9-460D-98D1-4E0DB7EC61FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal