11Microsoft Visual Studio Solution File, Format Version 12.00
22# Visual Studio 15
3- VisualStudioVersion = 15.0.27130.2036
3+ VisualStudioVersion = 15.0.27703.2000
44MinimumVisualStudioVersion = 10.0.40219.1
55Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".paket" , ".paket" , "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
66 Project Section (SolutionItems ) = preProject
77 paket .dependencies = paket .dependencies
88 paket .lock = paket .lock
9+ paket .references = paket .references
910 EndProject Section
1011EndProject
1112Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "docs" , "docs" , "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
1213EndProject
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 }"
1415EndProject
1516Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "project" , "project" , "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
1617 Project Section (SolutionItems ) = preProject
17- build .fsx = build .fsx
1818 README .md = README .md
1919 RELEASE _NOTES .md = RELEASE _NOTES .md
2020 EndProject Section
2121EndProject
2222Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tools" , "tools" , "{83F16175-43B1-4C90-A1EE-8E351C33435D}"
2323 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
2726 EndProject Section
2827EndProject
2928Project ("{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
4544 docs \content \heatmaps .fsx = docs \content \heatmaps .fsx
4645 docs \content \histograms .fsx = docs \content \histograms .fsx
4746 docs \content \index .fsx = docs \content \index .fsx
48- docs \content \license .md = docs \content \license .md
4947 docs \content \line -scatter -plots .fsx = docs \content \line -scatter -plots .fsx
5048 docs \content \multiple -charts .fsx = docs \content \multiple -charts .fsx
5149 docs \content \parallel -coords .fsx = docs \content \parallel -coords .fsx
5250 docs \content \pie -daughnut -charts .fsx = docs \content \pie -daughnut -charts .fsx
5351 docs \content \plotly -wpf .fsx = docs \content \plotly -wpf .fsx
5452 docs \content \polar -charts .fsx = docs \content \polar -charts .fsx
5553 docs \content \range -plots .fsx = docs \content \range -plots .fsx
56- docs \content \release -notes .md = docs \content \release -notes .md
5754 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
6055 docs \content \violin -plots .fsx = docs \content \violin -plots .fsx
6156 docs \content \windrose -charts .fsx = docs \content \windrose -charts .fsx
6257 EndProject Section
6358EndProject
6459Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
6560EndProject
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
6778EndProject
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 }"
6980EndProject
7081Global
7182 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
7283 Debug| Any CPU = Debug| Any CPU
7384 Release| Any CPU = Release| Any CPU
7485 EndGlobalSection
7586 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
8899 EndGlobalSection
89100 GlobalSection (SolutionProperties ) = preSolution
90101 HideSolutionNode = FALSE
91102 EndGlobalSection
92103 GlobalSection (NestedProjects ) = preSolution
93104 {83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
94105 {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}
96107 EndGlobalSection
97108 GlobalSection (ExtensibilityGlobals ) = postSolution
98- SolutionGuid = {C50F9EB5-7227-4BA5-AF8F-BCA7F7ECD383 }
109+ SolutionGuid = {7177F1E1-341C-48AB-9864-6B525FFF7633 }
99110 EndGlobalSection
100111EndGlobal
0 commit comments