@@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60
8
8
.editorconfig = .editorconfig
9
9
.config \dotnet -tools .json = .config \dotnet -tools .json
10
10
global .json = global .json
11
+ key .snk = key .snk
11
12
LICENSE = LICENSE
12
13
README .md = README .md
13
14
RELEASE _NOTES .md = RELEASE _NOTES .md
@@ -107,12 +108,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7B09CC0A-F
107
108
docs \11 _1 _carpet _line _scatter _plots .fsx = docs \11 _1 _carpet _line _scatter _plots .fsx
108
109
docs \11 _2 _contourcarpet _plots .fsx = docs \11 _2 _contourcarpet _plots .fsx
109
110
docs \12 _1 _smith _line _scatter _plots .fsx = docs \12 _1 _smith _line _scatter _plots .fsx
110
- docs \_template .fsx = docs \_template .fsx
111
- docs \_template .html = docs \_template .html
112
- docs \_template .ipynb = docs \_template .ipynb
113
111
docs \Dockerfile = docs \Dockerfile
114
112
docs \index .fsx = docs \index .fsx
115
113
docs \NuGet .config = docs \NuGet .config
114
+ docs \_template .fsx = docs \_template .fsx
115
+ docs \_template .html = docs \_template .html
116
+ docs \_template .ipynb = docs \_template .ipynb
116
117
EndProject Section
117
118
EndProject
118
119
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "reference" , "reference" , "{5219BAC7-ACE6-435F-A983-BC63DD7B745E}"
@@ -144,8 +145,6 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.Tests.FSharpCons
144
145
EndProject
145
146
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Plotly.NET.Tests.CSharpConsole" , "tests\Plotly.NET.Tests.CSharpConsole\Plotly.NET.Tests.CSharpConsole.csproj" , "{1BC73DA0-586F-45C2-BC5B-A70C452A00F0}"
146
147
EndProject
147
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Plotly.NET.Tests.CSharp" , "tests\Plotly.NET.Tests.CSharp\Plotly.NET.Tests.CSharp.csproj" , "{26539796-0C9D-4856-8584-B58BE32CC495}"
148
- EndProject
149
148
Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}" ) = "Plotly.NET.ImageExport.Tests" , "tests\Plotly.NET.ImageExport.Tests\Plotly.NET.ImageExport.Tests.fsproj" , "{55A461C3-8018-4020-B16E-D6005BDFCAED}"
150
149
EndProject
151
150
Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}" ) = "build" , "build\build.fsproj" , "{403785C9-B5B1-4BA4-9944-A0F9D5D1B3CD}"
@@ -154,6 +153,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plotly.NET.CSharp", "src\Pl
154
153
EndProject
155
154
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Plotly.NET.CSharp.Tests" , "tests\Plotly.NET.CSharp.Tests\Plotly.NET.CSharp.Tests.csproj" , "{4C24BA53-F41C-4110-AD7A-28143DCF671E}"
156
155
EndProject
156
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Plotly.NET.Tests.CSharpInteroperability" , "tests\Plotly.NET.Tests.CSharpInteroperability\Plotly.NET.Tests.CSharpInteroperability.csproj" , "{64022D22-EB9A-4AE3-A0E6-BFA41E8B18CB}"
157
+ EndProject
157
158
Global
158
159
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
159
160
Debug| Any CPU = Debug| Any CPU
@@ -197,12 +198,6 @@ Global
197
198
{1BC73DA0-586F-45C2-BC5B-A70C452A00F0} .Dotnet| Any CPU .Build .0 = Debug| Any CPU
198
199
{1BC73DA0-586F-45C2-BC5B-A70C452A00F0} .Release| Any CPU .ActiveCfg = Release| Any CPU
199
200
{1BC73DA0-586F-45C2-BC5B-A70C452A00F0} .Release| Any CPU .Build .0 = Release| Any CPU
200
- {26539796-0C9D-4856-8584-B58BE32CC495} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
201
- {26539796-0C9D-4856-8584-B58BE32CC495} .Debug| Any CPU .Build .0 = Debug| Any CPU
202
- {26539796-0C9D-4856-8584-B58BE32CC495} .Dotnet| Any CPU .ActiveCfg = Debug| Any CPU
203
- {26539796-0C9D-4856-8584-B58BE32CC495} .Dotnet| Any CPU .Build .0 = Debug| Any CPU
204
- {26539796-0C9D-4856-8584-B58BE32CC495} .Release| Any CPU .ActiveCfg = Release| Any CPU
205
- {26539796-0C9D-4856-8584-B58BE32CC495} .Release| Any CPU .Build .0 = Release| Any CPU
206
201
{55A461C3-8018-4020-B16E-D6005BDFCAED} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
207
202
{55A461C3-8018-4020-B16E-D6005BDFCAED} .Debug| Any CPU .Build .0 = Debug| Any CPU
208
203
{55A461C3-8018-4020-B16E-D6005BDFCAED} .Dotnet| Any CPU .ActiveCfg = Debug| Any CPU
@@ -227,6 +222,12 @@ Global
227
222
{4C24BA53-F41C-4110-AD7A-28143DCF671E} .Dotnet| Any CPU .Build .0 = Debug| Any CPU
228
223
{4C24BA53-F41C-4110-AD7A-28143DCF671E} .Release| Any CPU .ActiveCfg = Release| Any CPU
229
224
{4C24BA53-F41C-4110-AD7A-28143DCF671E} .Release| Any CPU .Build .0 = Release| Any CPU
225
+ {64022D22-EB9A-4AE3-A0E6-BFA41E8B18CB} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
226
+ {64022D22-EB9A-4AE3-A0E6-BFA41E8B18CB} .Debug| Any CPU .Build .0 = Debug| Any CPU
227
+ {64022D22-EB9A-4AE3-A0E6-BFA41E8B18CB} .Dotnet| Any CPU .ActiveCfg = Debug| Any CPU
228
+ {64022D22-EB9A-4AE3-A0E6-BFA41E8B18CB} .Dotnet| Any CPU .Build .0 = Debug| Any CPU
229
+ {64022D22-EB9A-4AE3-A0E6-BFA41E8B18CB} .Release| Any CPU .ActiveCfg = Release| Any CPU
230
+ {64022D22-EB9A-4AE3-A0E6-BFA41E8B18CB} .Release| Any CPU .Build .0 = Release| Any CPU
230
231
EndGlobalSection
231
232
GlobalSection (SolutionProperties ) = preSolution
232
233
HideSolutionNode = FALSE
@@ -241,11 +242,11 @@ Global
241
242
{6CFC629E-1A0C-4EF3-8495-BA00A356A381} = {0E87E47E-9EDC-4525-AF72-F0E139D54236}
242
243
{60114ACE-77E6-4A19-9A2F-CB64084174AF} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
243
244
{1BC73DA0-586F-45C2-BC5B-A70C452A00F0} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
244
- {26539796-0C9D-4856-8584-B58BE32CC495} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
245
245
{55A461C3-8018-4020-B16E-D6005BDFCAED} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
246
246
{403785C9-B5B1-4BA4-9944-A0F9D5D1B3CD} = {7C6D08E7-3EAC-4335-8F4B-252C193C27C9}
247
247
{F944FE69-F4A5-4B48-8E4D-BE4B61E92B26} = {0E87E47E-9EDC-4525-AF72-F0E139D54236}
248
248
{4C24BA53-F41C-4110-AD7A-28143DCF671E} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
249
+ {64022D22-EB9A-4AE3-A0E6-BFA41E8B18CB} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
249
250
EndGlobalSection
250
251
GlobalSection (ExtensibilityGlobals ) = postSolution
251
252
SolutionGuid = {7177F1E1-341C-48AB-9864-6B525FFF7633}
0 commit comments