-
-
Notifications
You must be signed in to change notification settings - Fork 227
/
Build.slnf
26 lines (26 loc) · 1.27 KB
/
Build.slnf
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": "Shiny.sln",
"projects": [
"src\\Shiny.Core\\Shiny.Core.csproj",
"src\\Shiny.Support.Repositories\\Shiny.Support.Repositories.csproj",
"src\\Shiny.Support.DeviceMonitoring\\Shiny.Support.DeviceMonitoring.csproj",
"src\\Shiny.Support.Locations\\Shiny.Support.Locations.csproj",
"src\\Shiny.Hosting.Maui\\Shiny.Hosting.Maui.csproj",
"src\\Shiny.Hosting.Native\\Shiny.Hosting.Native.csproj",
"src\\Shiny.Logging.Sqlite\\Shiny.Logging.Sqlite.csproj",
"src\\Shiny.Extensions.Configuration\\Shiny.Extensions.Configuration.csproj",
"src\\Shiny.Beacons\\Shiny.Beacons.csproj",
"src\\Shiny.BluetoothLE.Common\\Shiny.BluetoothLE.Common.csproj",
"src\\Shiny.BluetoothLE.Hosting\\Shiny.BluetoothLE.Hosting.csproj",
"src\\Shiny.BluetoothLE\\Shiny.BluetoothLE.csproj",
"src\\Shiny.Jobs\\Shiny.Jobs.csproj",
"src\\Shiny.Locations\\Shiny.Locations.csproj",
"src\\Shiny.Net.Http\\Shiny.Net.Http.csproj",
"src\\Shiny.Notifications\\Shiny.Notifications.csproj",
"src\\Shiny.Push\\Shiny.Push.csproj",
"src\\Shiny.Push.AzureNotificationHubs\\Shiny.Push.AzureNotificationHubs.csproj",
"src\\Shiny.Push.FirebaseMessaging\\Shiny.Push.FirebaseMessaging.csproj",
]
}
}