-
Notifications
You must be signed in to change notification settings - Fork 67
/
FSharp.Charting.sln
75 lines (75 loc) · 4.06 KB
/
FSharp.Charting.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
64
65
66
67
68
69
70
71
72
73
74
75
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", "{35EEF783-8EF0-4A55-B13B-7EEC6B2D1BA3}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Charting", "FSharp.Charting\FSharp.Charting.fsproj", "{6EBFDE55-9687-40A9-8C1A-6E204ECB117F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{36E72EB1-5847-4B38-8993-B951648CB0D9}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
nuget\FSharp.Charting.AspNet.nuspec = nuget\FSharp.Charting.AspNet.nuspec
nuget\FSharp.Charting.Gtk.nuspec = nuget\FSharp.Charting.Gtk.nuspec
nuget\FSharp.Charting.nuspec = nuget\FSharp.Charting.nuspec
LICENSE.md = LICENSE.md
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Charting.Gtk", "FSharp.Charting.Gtk\FSharp.Charting.Gtk.fsproj", "{6EBFDE55-9687-40A9-8C1A-6E204ECB117D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{E0C29A24-145E-4364-A268-2687F5136613}"
ProjectSection(SolutionItems) = preProject
docs\content\BarAndColumnCharts.fsx = docs\content\BarAndColumnCharts.fsx
docs\content\BoxPlotCharts.fsx = docs\content\BoxPlotCharts.fsx
docs\content\contributing.md = docs\content\contributing.md
docs\content\EventEx-0.1.fsx = docs\content\EventEx-0.1.fsx
docs\content\fsharpcharting.md = docs\content\fsharpcharting.md
docs\content\FurtherSamples.fsx = docs\content\FurtherSamples.fsx
docs\content\FurtherSamplesGtk.fsx = docs\content\FurtherSamplesGtk.fsx
docs\content\index.fsx = docs\content\index.fsx
docs\content\LiveChartSamples.fsx = docs\content\LiveChartSamples.fsx
docs\content\PieAndDougnutCharts.fsx = docs\content\PieAndDougnutCharts.fsx
docs\content\PointAndLineCharts.fsx = docs\content\PointAndLineCharts.fsx
docs\content\ReferencingTheLibrary.fsx = docs\content\ReferencingTheLibrary.fsx
docs\content\StockAndCandlestickCharts.fsx = docs\content\StockAndCandlestickCharts.fsx
docs\content\UsingChartsInWPF.md = docs\content\UsingChartsInWPF.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A10EDABF-8FB0-438E-8B4F-5C8ABB1B18BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{77EFC808-0360-4938-98E1-8FB517B39470}"
ProjectSection(SolutionItems) = preProject
docs\tools\formatters.fsx = docs\tools\formatters.fsx
docs\tools\generate.fsx = docs\tools\generate.fsx
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EBFDE55-9687-40A9-8C1A-6E204ECB117F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EBFDE55-9687-40A9-8C1A-6E204ECB117F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EBFDE55-9687-40A9-8C1A-6E204ECB117F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EBFDE55-9687-40A9-8C1A-6E204ECB117F}.Release|Any CPU.Build.0 = Release|Any CPU
{6EBFDE55-9687-40A9-8C1A-6E204ECB117D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EBFDE55-9687-40A9-8C1A-6E204ECB117D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EBFDE55-9687-40A9-8C1A-6E204ECB117D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EBFDE55-9687-40A9-8C1A-6E204ECB117D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E0C29A24-145E-4364-A268-2687F5136613} = {A10EDABF-8FB0-438E-8B4F-5C8ABB1B18BD}
{77EFC808-0360-4938-98E1-8FB517B39470} = {A10EDABF-8FB0-438E-8B4F-5C8ABB1B18BD}
EndGlobalSection
EndGlobal