-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathRProvider.sln
123 lines (123 loc) · 6.46 KB
/
RProvider.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{4F7B6E34-9782-4B13-BF92-CDE7C7F54B86}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{5FA7D1AD-DEDA-4553-81D1-6E4728386A2F}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
LICENSE.md = LICENSE.md
paket.dependencies = paket.dependencies
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
nuget\RProvider.nuspec = nuget\RProvider.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{B34F96AE-40C8-44AC-8D82-5196202C080E}"
ProjectSection(SolutionItems) = preProject
docs\_template.fsx = docs\_template.fsx
docs\_template.html = docs\_template.html
docs\_template.ipynb = docs\_template.ipynb
docs\Charts-QuickStart.fsx = docs\Charts-QuickStart.fsx
docs\devnotes.md = docs\devnotes.md
docs\diagnostics.md = docs\diagnostics.md
docs\fslab.fsx = docs\fslab.fsx
docs\howto.md = docs\howto.md
docs\index.md = docs\index.md
docs\internals.md = docs\internals.md
docs\passing-data.fsx = docs\passing-data.fsx
docs\plugins.md = docs\plugins.md
docs\reading-rdata.fsx = docs\reading-rdata.fsx
docs\requirements.fsx = docs\requirements.fsx
docs\Statistics-QuickStart.fsx = docs\Statistics-QuickStart.fsx
docs\tutorial.fsx = docs\tutorial.fsx
docs\whatwhy.md = docs\whatwhy.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "RProvider", "src\RProvider\RProvider.fsproj", "{5624F098-BE3F-4C8E-B50F-1CFC9E1E0708}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "RWrapperGenerator", "src\RWrapperGenerator\RWrapperGenerator.fsproj", "{66A390A5-526A-4BD1-B876-E7425B643C70}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "RProvider.DesignTime", "src\RProvider.DesignTime\RProvider.DesignTime.fsproj", "{00496B70-99EA-4ED2-AFD5-6DB4A1DB7317}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "RProvider.Server", "src\RProvider.Server\RProvider.Server.fsproj", "{7FF9CFA3-2516-4970-9DD8-54C7D4CA24AA}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "RProvider.Runtime", "src\RProvider.Runtime\RProvider.Runtime.fsproj", "{80FD4284-C7BD-4170-8CC3-41E8548402E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{14413305-B3A5-43BC-A5FE-D5BE074A5FC1}"
ProjectSection(SolutionItems) = preProject
docs\data\sample.rdata = docs\data\sample.rdata
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{4617306A-2F00-4FFA-B834-1E7C2AC5E499}"
ProjectSection(SolutionItems) = preProject
docs\img\acf.png = docs\img\acf.png
docs\img\bmc.png = docs\img\bmc.png
docs\img\logo.png = docs\img\logo.png
docs\img\pairs.png = docs\img\pairs.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{A234D3CB-4067-43A9-99D7-990B9135B4CC}"
ProjectSection(SolutionItems) = preProject
docs\misc\diagram.png = docs\misc\diagram.png
docs\misc\diagram.vsdx = docs\misc\diagram.vsdx
docs\misc\logo.pdn = docs\misc\logo.pdn
docs\misc\logo.png = docs\misc\logo.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "reference", "reference", "{02B2E8A3-F17A-478F-835B-69C4A937EFA6}"
ProjectSection(SolutionItems) = preProject
docs\reference\_template.html = docs\reference\_template.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{B9C4C9A1-9583-4926-BDF0-050D01B4DC39}"
ProjectSection(SolutionItems) = preProject
docs\content\fsdocs-custom.css = docs\content\fsdocs-custom.css
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5624F098-BE3F-4C8E-B50F-1CFC9E1E0708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5624F098-BE3F-4C8E-B50F-1CFC9E1E0708}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5624F098-BE3F-4C8E-B50F-1CFC9E1E0708}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5624F098-BE3F-4C8E-B50F-1CFC9E1E0708}.Release|Any CPU.Build.0 = Release|Any CPU
{66A390A5-526A-4BD1-B876-E7425B643C70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66A390A5-526A-4BD1-B876-E7425B643C70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66A390A5-526A-4BD1-B876-E7425B643C70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66A390A5-526A-4BD1-B876-E7425B643C70}.Release|Any CPU.Build.0 = Release|Any CPU
{00496B70-99EA-4ED2-AFD5-6DB4A1DB7317}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00496B70-99EA-4ED2-AFD5-6DB4A1DB7317}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00496B70-99EA-4ED2-AFD5-6DB4A1DB7317}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00496B70-99EA-4ED2-AFD5-6DB4A1DB7317}.Release|Any CPU.Build.0 = Release|Any CPU
{7FF9CFA3-2516-4970-9DD8-54C7D4CA24AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FF9CFA3-2516-4970-9DD8-54C7D4CA24AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FF9CFA3-2516-4970-9DD8-54C7D4CA24AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FF9CFA3-2516-4970-9DD8-54C7D4CA24AA}.Release|Any CPU.Build.0 = Release|Any CPU
{80FD4284-C7BD-4170-8CC3-41E8548402E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80FD4284-C7BD-4170-8CC3-41E8548402E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80FD4284-C7BD-4170-8CC3-41E8548402E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80FD4284-C7BD-4170-8CC3-41E8548402E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{14413305-B3A5-43BC-A5FE-D5BE074A5FC1} = {B34F96AE-40C8-44AC-8D82-5196202C080E}
{4617306A-2F00-4FFA-B834-1E7C2AC5E499} = {B34F96AE-40C8-44AC-8D82-5196202C080E}
{A234D3CB-4067-43A9-99D7-990B9135B4CC} = {B34F96AE-40C8-44AC-8D82-5196202C080E}
{02B2E8A3-F17A-478F-835B-69C4A937EFA6} = {B34F96AE-40C8-44AC-8D82-5196202C080E}
{B9C4C9A1-9583-4926-BDF0-050D01B4DC39} = {B34F96AE-40C8-44AC-8D82-5196202C080E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71BE8F77-EB26-403B-A932-7A8FE0AC11B9}
EndGlobalSection
EndGlobal