1
1
Microsoft Visual Studio Solution File, Format Version 12.00
2
2
# Visual Studio 15
3
- VisualStudioVersion = 15.0.27130.2036
3
+ VisualStudioVersion = 15.0.27703.2000
4
4
MinimumVisualStudioVersion = 10.0.40219.1
5
5
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".paket" , ".paket" , "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
6
6
Project Section (SolutionItems ) = preProject
7
7
paket .dependencies = paket .dependencies
8
8
paket .lock = paket .lock
9
+ paket .references = paket .references
9
10
EndProject Section
10
11
EndProject
11
12
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "docs" , "docs" , "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
12
13
EndProject
13
- Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}" ) = "FSharp.Plotly" , "src\FSharp.Plotly\FSharp.Plotly.fsproj" , "{4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1 }"
14
+ Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}" ) = "FSharp.Plotly" , "src\FSharp.Plotly\FSharp.Plotly.fsproj" , "{F635BEEF-9609-4485-8C72-D8090A5F40A2 }"
14
15
EndProject
15
16
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "project" , "project" , "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
16
17
Project Section (SolutionItems ) = preProject
17
- build .fsx = build .fsx
18
18
README .md = README .md
19
19
RELEASE _NOTES .md = RELEASE _NOTES .md
20
20
EndProject Section
21
21
EndProject
22
22
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tools" , "tools" , "{83F16175-43B1-4C90-A1EE-8E351C33435D}"
23
23
Project Section (SolutionItems ) = preProject
24
- docs \tools \formatters .fsx = docs \tools \formatters .fsx
25
- docs \tools \generate .fsx = docs \tools \generate .fsx
26
- docs \tools \templates \template .cshtml = docs \tools \templates \template .cshtml
24
+ docsrc \tools \generate .fsx = docsrc \tools \generate .fsx
25
+ docsrc \tools \templates \template .cshtml = docsrc \tools \templates \template .cshtml
27
26
EndProject Section
28
27
EndProject
29
28
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "content" , "content" , "{8E6D5255-776D-4B61-85F9-73C37AA1FB9A}"
@@ -45,56 +44,68 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D
45
44
docs \content \heatmaps .fsx = docs \content \heatmaps .fsx
46
45
docs \content \histograms .fsx = docs \content \histograms .fsx
47
46
docs \content \index .fsx = docs \content \index .fsx
48
- docs \content \license .md = docs \content \license .md
49
47
docs \content \line -scatter -plots .fsx = docs \content \line -scatter -plots .fsx
50
48
docs \content \multiple -charts .fsx = docs \content \multiple -charts .fsx
51
49
docs \content \parallel -coords .fsx = docs \content \parallel -coords .fsx
52
50
docs \content \pie -daughnut -charts .fsx = docs \content \pie -daughnut -charts .fsx
53
51
docs \content \plotly -wpf .fsx = docs \content \plotly -wpf .fsx
54
52
docs \content \polar -charts .fsx = docs \content \polar -charts .fsx
55
53
docs \content \range -plots .fsx = docs \content \range -plots .fsx
56
- docs \content \release -notes .md = docs \content \release -notes .md
57
54
docs \content \shapes .fsx = docs \content \shapes .fsx
58
- docs \content \splom .fsx = docs \content \splom .fsx
59
- docs \content \tutorial .fsx = docs \content \tutorial .fsx
60
55
docs \content \violin -plots .fsx = docs \content \violin -plots .fsx
61
56
docs \content \windrose -charts .fsx = docs \content \windrose -charts .fsx
62
57
EndProject Section
63
58
EndProject
64
59
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
65
60
EndProject
66
- Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}" ) = "FSharp.Plotly.Tests" , "tests\FSharp.Plotly.Tests\FSharp.Plotly.Tests.fsproj" , "{12CFF99C-5660-42FE-9370-9085A6558F16}"
61
+ Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}" ) = "FSharp.Plotly.Tests" , "tests\FSharp.Plotly.Tests\FSharp.Plotly.Tests.fsproj" , "{82EEB69B-361E-486E-9F54-D346A8C76CC9}"
62
+ EndProject
63
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "git" , "git" , "{078A9C52-DDC1-46F4-9235-9E6C89C87AFD}"
64
+ Project Section (SolutionItems ) = preProject
65
+ .gitattributes = .gitattributes
66
+ .gitignore = .gitignore
67
+ EndProject Section
68
+ EndProject
69
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".build" , ".build" , "{7C6D08E7-3EAC-4335-8F4B-252C193C27C9}"
70
+ Project Section (SolutionItems ) = preProject
71
+ .travis .yml = .travis .yml
72
+ appveyor .yml = appveyor .yml
73
+ build .cmd = build .cmd
74
+ build .fsx = build .fsx
75
+ build .proj = build .proj
76
+ build .sh = build .sh
77
+ EndProject Section
67
78
EndProject
68
- Project ("{F2A71F9B-5D33-465A-A702-920D77279786 }" ) = "FSharp.Plotly.WPF" , "src\FSharp.Plotly.WPF\FSharp.Plotly.WPF.fsproj" , "{2869F1FF-BA08-420C-AB41-CFF4835DD954 }"
79
+ Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705 }" ) = "FSharp.Plotly.WPF" , "src\FSharp.Plotly.WPF\FSharp.Plotly.WPF.fsproj" , "{B88586CA-044D-4D65-AB51-A7339C83D42F }"
69
80
EndProject
70
81
Global
71
82
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
72
83
Debug| Any CPU = Debug| Any CPU
73
84
Release| Any CPU = Release| Any CPU
74
85
EndGlobalSection
75
86
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
76
- {4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
77
- {4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1 } .Debug| Any CPU .Build .0 = Debug| Any CPU
78
- {4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1 } .Release| Any CPU .ActiveCfg = Release| Any CPU
79
- {4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1 } .Release| Any CPU .Build .0 = Release| Any CPU
80
- {12CFF99C-5660-42FE-9370-9085A6558F16 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
81
- {12CFF99C-5660-42FE-9370-9085A6558F16 } .Debug| Any CPU .Build .0 = Debug| Any CPU
82
- {12CFF99C-5660-42FE-9370-9085A6558F16 } .Release| Any CPU .ActiveCfg = Release| Any CPU
83
- {12CFF99C-5660-42FE-9370-9085A6558F16 } .Release| Any CPU .Build .0 = Release| Any CPU
84
- {2869F1FF-BA08-420C-AB41-CFF4835DD954 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
85
- {2869F1FF-BA08-420C-AB41-CFF4835DD954 } .Debug| Any CPU .Build .0 = Debug| Any CPU
86
- {2869F1FF-BA08-420C-AB41-CFF4835DD954 } .Release| Any CPU .ActiveCfg = Release| Any CPU
87
- {2869F1FF-BA08-420C-AB41-CFF4835DD954 } .Release| Any CPU .Build .0 = Release| Any CPU
87
+ {F635BEEF-9609-4485-8C72-D8090A5F40A2 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
88
+ {F635BEEF-9609-4485-8C72-D8090A5F40A2 } .Debug| Any CPU .Build .0 = Debug| Any CPU
89
+ {F635BEEF-9609-4485-8C72-D8090A5F40A2 } .Release| Any CPU .ActiveCfg = Release| Any CPU
90
+ {F635BEEF-9609-4485-8C72-D8090A5F40A2 } .Release| Any CPU .Build .0 = Release| Any CPU
91
+ {82EEB69B-361E-486E-9F54-D346A8C76CC9 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
92
+ {82EEB69B-361E-486E-9F54-D346A8C76CC9 } .Debug| Any CPU .Build .0 = Debug| Any CPU
93
+ {82EEB69B-361E-486E-9F54-D346A8C76CC9 } .Release| Any CPU .ActiveCfg = Release| Any CPU
94
+ {82EEB69B-361E-486E-9F54-D346A8C76CC9 } .Release| Any CPU .Build .0 = Release| Any CPU
95
+ {B88586CA-044D-4D65-AB51-A7339C83D42F } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
96
+ {B88586CA-044D-4D65-AB51-A7339C83D42F } .Debug| Any CPU .Build .0 = Debug| Any CPU
97
+ {B88586CA-044D-4D65-AB51-A7339C83D42F } .Release| Any CPU .ActiveCfg = Release| Any CPU
98
+ {B88586CA-044D-4D65-AB51-A7339C83D42F } .Release| Any CPU .Build .0 = Release| Any CPU
88
99
EndGlobalSection
89
100
GlobalSection (SolutionProperties ) = preSolution
90
101
HideSolutionNode = FALSE
91
102
EndGlobalSection
92
103
GlobalSection (NestedProjects ) = preSolution
93
104
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
94
105
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
95
- {12CFF99C-5660-42FE-9370-9085A6558F16 } = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
106
+ {82EEB69B-361E-486E-9F54-D346A8C76CC9 } = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
96
107
EndGlobalSection
97
108
GlobalSection (ExtensibilityGlobals ) = postSolution
98
- SolutionGuid = {C50F9EB5-7227-4BA5-AF8F-BCA7F7ECD383 }
109
+ SolutionGuid = {7177F1E1-341C-48AB-9864-6B525FFF7633 }
99
110
EndGlobalSection
100
111
EndGlobal
0 commit comments