@@ -5,10 +5,10 @@ VisualStudioVersion = 16.0.30320.27
5
5
MinimumVisualStudioVersion = 15.0.26124.0
6
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "_project" , "_project" , "{625E3CAC-600B-450D-BF54-E3059450591A}"
7
7
Project Section (SolutionItems ) = preProject
8
+ build .cmd = build .cmd
8
9
build .fsx = build .fsx
10
+ build .sh = build .sh
9
11
.config \dotnet -tools .json = .config \dotnet -tools .json
10
- fake .cmd = fake .cmd
11
- fake .sh = fake .sh
12
12
global .json = global .json
13
13
dev \Properties \launchSettings .json = dev \Properties \launchSettings .json
14
14
README .md = README .md
@@ -21,7 +21,37 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Dash.NET.Dev", "dev\Dash.NE
21
21
EndProject
22
22
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{8531DA15-1690-4671-8741-89C4953163C6}"
23
23
EndProject
24
- Project ("{F2A71F9B-5D33-465A-A702-920D77279786}" ) = "Dash.NET.Tests" , "tests\Dash.NET.Tests\Dash.NET.Tests.fsproj" , "{ECDBA25E-39B4-4C59-B665-0695F50A51BF}"
24
+ Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}" ) = "Dash.NET.Tests" , "tests\Dash.NET.Tests\Dash.NET.Tests.fsproj" , "{ECDBA25E-39B4-4C59-B665-0695F50A51BF}"
25
+ EndProject
26
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "docs" , "docs" , "{420D4858-5F4C-45FE-BD17-818FDB1E94ED}"
27
+ Project Section (SolutionItems ) = preProject
28
+ docs \_template .html = docs \_template .html
29
+ docs \_template .ipynb = docs \_template .ipynb
30
+ docs \index .fsx = docs \index .fsx
31
+ EndProject Section
32
+ EndProject
33
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "img" , "img" , "{EBDFED69-A812-46BC-80E8-5D7DCFED71FE}"
34
+ Project Section (SolutionItems ) = preProject
35
+ docs \img \callback .gif = docs \img \callback .gif
36
+ docs \img \favicon .ico = docs \img \favicon .ico
37
+ docs \img \hello -graph .png = docs \img \hello -graph .png
38
+ docs \img \hello -world -bulma .png = docs \img \hello -world -bulma .png
39
+ docs \img \hello -world -green .png = docs \img \hello -world -green .png
40
+ docs \img \hello -world .png = docs \img \hello -world .png
41
+ docs \img \logo .png = docs \img \logo .png
42
+ docs \img \logo _title .svg = docs \img \logo _title .svg
43
+ docs \img \state .gif = docs \img \state .gif
44
+ EndProject Section
45
+ EndProject
46
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "reference" , "reference" , "{C93A091D-58DB-4896-A9DA-1016011A6494}"
47
+ Project Section (SolutionItems ) = preProject
48
+ docs \reference \_template .html = docs \reference \_template .html
49
+ EndProject Section
50
+ EndProject
51
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "content" , "content" , "{ED23F221-EFE6-4538-BEA2-A6A4F806FDDF}"
52
+ Project Section (SolutionItems ) = preProject
53
+ docs \content \fsdocs -custom .css = docs \content \fsdocs -custom .css
54
+ EndProject Section
25
55
EndProject
26
56
Global
27
57
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -73,10 +103,13 @@ Global
73
103
GlobalSection (SolutionProperties ) = preSolution
74
104
HideSolutionNode = FALSE
75
105
EndGlobalSection
76
- GlobalSection (ExtensibilityGlobals ) = postSolution
77
- SolutionGuid = {47D6A0E3-05A6-4BB7-81D1-A90CE758E430}
78
- EndGlobalSection
79
106
GlobalSection (NestedProjects ) = preSolution
80
107
{ECDBA25E-39B4-4C59-B665-0695F50A51BF} = {8531DA15-1690-4671-8741-89C4953163C6}
108
+ {EBDFED69-A812-46BC-80E8-5D7DCFED71FE} = {420D4858-5F4C-45FE-BD17-818FDB1E94ED}
109
+ {C93A091D-58DB-4896-A9DA-1016011A6494} = {420D4858-5F4C-45FE-BD17-818FDB1E94ED}
110
+ {ED23F221-EFE6-4538-BEA2-A6A4F806FDDF} = {420D4858-5F4C-45FE-BD17-818FDB1E94ED}
111
+ EndGlobalSection
112
+ GlobalSection (ExtensibilityGlobals ) = postSolution
113
+ SolutionGuid = {47D6A0E3-05A6-4BB7-81D1-A90CE758E430}
81
114
EndGlobalSection
82
115
EndGlobal
0 commit comments