-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMatPlotLibNet.CI.slnf
More file actions
26 lines (26 loc) · 1.3 KB
/
Copy pathMatPlotLibNet.CI.slnf
File metadata and controls
26 lines (26 loc) · 1.3 KB
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
{
"solution": {
"path": "MatPlotLibNet.slnx",
"projects": [
"Src/MatPlotLibNet/MatPlotLibNet.csproj",
"Src/MatPlotLibNet.Skia/MatPlotLibNet.Skia.csproj",
"Src/MatPlotLibNet.Avalonia/MatPlotLibNet.Avalonia.csproj",
"Src/MatPlotLibNet.Blazor/MatPlotLibNet.Blazor.csproj",
"Src/MatPlotLibNet.AspNetCore/MatPlotLibNet.AspNetCore.csproj",
"Src/MatPlotLibNet.Interactive/MatPlotLibNet.Interactive.csproj",
"Src/MatPlotLibNet.GraphQL/MatPlotLibNet.GraphQL.csproj",
"Src/MatPlotLibNet.DataFrame/MatPlotLibNet.DataFrame.csproj",
"Src/MatPlotLibNet.Notebooks/MatPlotLibNet.Notebooks.csproj",
"Src/MatPlotLibNet.Geo/MatPlotLibNet.Geo.csproj",
"Tst/MatPlotLibNet/MatPlotLibNet.Tests.csproj",
"Tst/MatPlotLibNet.Geo/MatPlotLibNet.Geo.Tests.csproj",
"Tst/MatPlotLibNet.Skia/MatPlotLibNet.Skia.Tests.csproj",
"Tst/MatPlotLibNet.Blazor/MatPlotLibNet.Blazor.Tests.csproj",
"Tst/MatPlotLibNet.Avalonia/MatPlotLibNet.Avalonia.Tests.csproj",
"Tst/MatPlotLibNet.AspNetCore/MatPlotLibNet.AspNetCore.Tests.csproj",
"Tst/MatPlotLibNet.Interactive/MatPlotLibNet.Interactive.Tests.csproj",
"Tst/MatPlotLibNet.DataFrame/MatPlotLibNet.DataFrame.Tests.csproj",
"Tst/MatPlotLibNet.GraphQL/MatPlotLibNet.GraphQL.Tests.csproj"
]
}
}