-
Notifications
You must be signed in to change notification settings - Fork 17
/
mbrace-docs.sln
63 lines (63 loc) · 2.97 KB
/
mbrace-docs.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 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24606.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{01FFB892-21CF-4C33-BA3C-3ABCC92E5AAE}"
ProjectSection(SolutionItems) = preProject
.paket\paket.bootstrapper.exe = .paket\paket.bootstrapper.exe
paket.dependencies = paket.dependencies
paket.lock = paket.lock
.paket\paket.targets = .paket\paket.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{B6E824CD-AFA5-4F1A-96F8-3100300FE0AA}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{5F7AB181-FCDB-4BC3-9486-D2E6CBF0E06F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{4C2FC4EE-FC72-429F-BCC7-0D9BD46EFA37}"
ProjectSection(SolutionItems) = preProject
docs\content\azure-tutorial.fsx = docs\content\azure-tutorial.fsx
docs\content\core.fsx = docs\content\core.fsx
docs\content\programming-model.fsx = docs\content\programming-model.fsx
docs\content\snippets-index.fsx = docs\content\snippets-index.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{298103B8-C3A7-4EA6-A108-7F8B41F4FD1A}"
ProjectSection(SolutionItems) = preProject
docs\files\CNAME = docs\files\CNAME
docs\files\img\favicon-160x160.png = docs\files\img\favicon-160x160.png
docs\files\img\favicon-16x16.png = docs\files\img\favicon-16x16.png
docs\files\img\favicon-196x196.png = docs\files\img\favicon-196x196.png
docs\files\img\favicon-32x32.png = docs\files\img\favicon-32x32.png
docs\files\img\favicon-96x96.png = docs\files\img\favicon-96x96.png
docs\files\img\favicon.ico = docs\files\img\favicon.ico
docs\files\img\fsharp.png = docs\files\img\fsharp.png
docs\files\index.html = docs\files\index.html
docs\files\mbrace-plos.pdf = docs\files\mbrace-plos.pdf
docs\files\img\mbrace.png = docs\files\img\mbrace.png
docs\files\img\nessos.png = docs\files\img\nessos.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{F53605EB-3D25-4ADF-9BBD-D8638A35EA71}"
ProjectSection(SolutionItems) = preProject
docs\tools\generate.fsx = docs\tools\generate.fsx
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4C2FC4EE-FC72-429F-BCC7-0D9BD46EFA37} = {5F7AB181-FCDB-4BC3-9486-D2E6CBF0E06F}
{298103B8-C3A7-4EA6-A108-7F8B41F4FD1A} = {5F7AB181-FCDB-4BC3-9486-D2E6CBF0E06F}
{F53605EB-3D25-4ADF-9BBD-D8638A35EA71} = {5F7AB181-FCDB-4BC3-9486-D2E6CBF0E06F}
EndGlobalSection
EndGlobal