@@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60
88 .editorconfig = .editorconfig
99 .config \dotnet -tools .json = .config \dotnet -tools .json
1010 global .json = global .json
11+ key .snk = key .snk
1112 LICENSE = LICENSE
1213 README .md = README .md
1314 RELEASE _NOTES .md = RELEASE _NOTES .md
@@ -107,12 +108,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7B09CC0A-F
107108 docs \11 _1 _carpet _line _scatter _plots .fsx = docs \11 _1 _carpet _line _scatter _plots .fsx
108109 docs \11 _2 _contourcarpet _plots .fsx = docs \11 _2 _contourcarpet _plots .fsx
109110 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
113111 docs \Dockerfile = docs \Dockerfile
114112 docs \index .fsx = docs \index .fsx
115113 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
116117 EndProject Section
117118EndProject
118119Project ("{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
144145EndProject
145146Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Plotly.NET.Tests.CSharpConsole" , "tests\Plotly.NET.Tests.CSharpConsole\Plotly.NET.Tests.CSharpConsole.csproj" , "{1BC73DA0-586F-45C2-BC5B-A70C452A00F0}"
146147EndProject
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
149148Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}" ) = "Plotly.NET.ImageExport.Tests" , "tests\Plotly.NET.ImageExport.Tests\Plotly.NET.ImageExport.Tests.fsproj" , "{55A461C3-8018-4020-B16E-D6005BDFCAED}"
150149EndProject
151150Project ("{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
154153EndProject
155154Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Plotly.NET.CSharp.Tests" , "tests\Plotly.NET.CSharp.Tests\Plotly.NET.CSharp.Tests.csproj" , "{4C24BA53-F41C-4110-AD7A-28143DCF671E}"
156155EndProject
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
157158Global
158159 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
159160 Debug| Any CPU = Debug| Any CPU
@@ -197,12 +198,6 @@ Global
197198 {1BC73DA0-586F-45C2-BC5B-A70C452A00F0} .Dotnet| Any CPU .Build .0 = Debug| Any CPU
198199 {1BC73DA0-586F-45C2-BC5B-A70C452A00F0} .Release| Any CPU .ActiveCfg = Release| Any CPU
199200 {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
206201 {55A461C3-8018-4020-B16E-D6005BDFCAED} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
207202 {55A461C3-8018-4020-B16E-D6005BDFCAED} .Debug| Any CPU .Build .0 = Debug| Any CPU
208203 {55A461C3-8018-4020-B16E-D6005BDFCAED} .Dotnet| Any CPU .ActiveCfg = Debug| Any CPU
@@ -227,6 +222,12 @@ Global
227222 {4C24BA53-F41C-4110-AD7A-28143DCF671E} .Dotnet| Any CPU .Build .0 = Debug| Any CPU
228223 {4C24BA53-F41C-4110-AD7A-28143DCF671E} .Release| Any CPU .ActiveCfg = Release| Any CPU
229224 {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
230231 EndGlobalSection
231232 GlobalSection (SolutionProperties ) = preSolution
232233 HideSolutionNode = FALSE
@@ -241,11 +242,11 @@ Global
241242 {6CFC629E-1A0C-4EF3-8495-BA00A356A381} = {0E87E47E-9EDC-4525-AF72-F0E139D54236}
242243 {60114ACE-77E6-4A19-9A2F-CB64084174AF} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
243244 {1BC73DA0-586F-45C2-BC5B-A70C452A00F0} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
244- {26539796-0C9D-4856-8584-B58BE32CC495} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
245245 {55A461C3-8018-4020-B16E-D6005BDFCAED} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
246246 {403785C9-B5B1-4BA4-9944-A0F9D5D1B3CD} = {7C6D08E7-3EAC-4335-8F4B-252C193C27C9}
247247 {F944FE69-F4A5-4B48-8E4D-BE4B61E92B26} = {0E87E47E-9EDC-4525-AF72-F0E139D54236}
248248 {4C24BA53-F41C-4110-AD7A-28143DCF671E} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
249+ {64022D22-EB9A-4AE3-A0E6-BFA41E8B18CB} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
249250 EndGlobalSection
250251 GlobalSection (ExtensibilityGlobals ) = postSolution
251252 SolutionGuid = {7177F1E1-341C-48AB-9864-6B525FFF7633}
0 commit comments