|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 2012 |
| 4 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}" |
| 5 | + ProjectSection(SolutionItems) = preProject |
| 6 | + paket.dependencies = paket.dependencies |
| 7 | + paket.lock = paket.lock |
| 8 | + EndProjectSection |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}" |
| 11 | +EndProject |
| 12 | +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Plotly", "src\FSharp.Plotly\FSharp.Plotly.fsproj", "{8A8D5B08-BFD1-4953-8624-F1520A342232}" |
| 13 | +EndProject |
| 14 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}" |
| 15 | + ProjectSection(SolutionItems) = preProject |
| 16 | + build.fsx = build.fsx |
| 17 | + README.md = README.md |
| 18 | + RELEASE_NOTES.md = RELEASE_NOTES.md |
| 19 | + EndProjectSection |
| 20 | +EndProject |
| 21 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{83F16175-43B1-4C90-A1EE-8E351C33435D}" |
| 22 | + ProjectSection(SolutionItems) = preProject |
| 23 | + docs\tools\generate.fsx = docs\tools\generate.fsx |
| 24 | + docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml |
| 25 | + EndProjectSection |
| 26 | +EndProject |
| 27 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D5255-776D-4B61-85F9-73C37AA1FB9A}" |
| 28 | + ProjectSection(SolutionItems) = preProject |
| 29 | + docs\content\index.fsx = docs\content\index.fsx |
| 30 | + docs\content\tutorial.fsx = docs\content\tutorial.fsx |
| 31 | + EndProjectSection |
| 32 | +EndProject |
| 33 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}" |
| 34 | +EndProject |
| 35 | +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Plotly.Tests", "tests\FSharp.Plotly.Tests\FSharp.Plotly.Tests.fsproj", "{B7F06453-847A-4894-9705-7BFB793E5AFC}" |
| 36 | +EndProject |
| 37 | +Global |
| 38 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 39 | + Debug|Any CPU = Debug|Any CPU |
| 40 | + Release|Any CPU = Release|Any CPU |
| 41 | + EndGlobalSection |
| 42 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 43 | + {8A8D5B08-BFD1-4953-8624-F1520A342232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 44 | + {8A8D5B08-BFD1-4953-8624-F1520A342232}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 45 | + {8A8D5B08-BFD1-4953-8624-F1520A342232}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 46 | + {8A8D5B08-BFD1-4953-8624-F1520A342232}.Release|Any CPU.Build.0 = Release|Any CPU |
| 47 | + {B7F06453-847A-4894-9705-7BFB793E5AFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 48 | + {B7F06453-847A-4894-9705-7BFB793E5AFC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 49 | + {B7F06453-847A-4894-9705-7BFB793E5AFC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 50 | + {B7F06453-847A-4894-9705-7BFB793E5AFC}.Release|Any CPU.Build.0 = Release|Any CPU |
| 51 | + EndGlobalSection |
| 52 | + GlobalSection(SolutionProperties) = preSolution |
| 53 | + HideSolutionNode = FALSE |
| 54 | + EndGlobalSection |
| 55 | + GlobalSection(NestedProjects) = preSolution |
| 56 | + {83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1} |
| 57 | + {8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1} |
| 58 | + {B7F06453-847A-4894-9705-7BFB793E5AFC} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4} |
| 59 | + EndGlobalSection |
| 60 | +EndGlobal |
0 commit comments