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