-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathci.slnf
More file actions
17 lines (17 loc) · 696 Bytes
/
ci.slnf
File metadata and controls
17 lines (17 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"path": "MauiDevFlow.sln",
"projects": [
"src\\MauiDevFlow.Agent.Core\\MauiDevFlow.Agent.Core.csproj",
"src\\MauiDevFlow.Agent.Gtk\\MauiDevFlow.Agent.Gtk.csproj",
"src\\MauiDevFlow.Agent\\MauiDevFlow.Agent.csproj",
"src\\MauiDevFlow.Blazor.Gtk\\MauiDevFlow.Blazor.Gtk.csproj",
"src\\MauiDevFlow.Blazor\\MauiDevFlow.Blazor.csproj",
"src\\MauiDevFlow.CLI\\MauiDevFlow.CLI.csproj",
"src\\MauiDevFlow.Driver\\MauiDevFlow.Driver.csproj",
"src\\MauiDevFlow.Logging\\MauiDevFlow.Logging.csproj",
"src\\SampleMauiApp.Linux\\SampleMauiApp.Linux.csproj",
"tests\\MauiDevFlow.Tests\\MauiDevFlow.Tests.csproj"
]
}
}