forked from ImanMesgaran/shinysamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiOS.slnf
24 lines (24 loc) · 1.15 KB
/
iOS.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
{
"solution": {
"path": "Samples-Debug.sln",
"projects": [
"..\\shiny\\src\\Shiny.Beacons\\Shiny.Beacons.csproj",
"..\\shiny\\src\\Shiny.BluetoothLE\\Shiny.BluetoothLE.csproj",
"..\\shiny\\src\\Shiny.Core\\Shiny.Core.csproj",
"..\\shiny\\src\\Shiny.Integrations.Sqlite\\Shiny.Integrations.Sqlite.csproj",
"..\\shiny\\src\\Shiny.Integrations.SysTextJson\\Shiny.Integrations.SysTextJson.csproj",
"..\\shiny\\src\\Shiny.Locations\\Shiny.Locations.csproj",
"..\\shiny\\src\\Shiny.Logging.AppCenter\\Shiny.Logging.AppCenter.csproj",
"..\\shiny\\src\\Shiny.Net.Http\\Shiny.Net.Http.csproj",
"..\\shiny\\src\\Shiny.Notifications\\Shiny.Notifications.csproj",
"..\\shiny\\src\\Shiny.Sensors\\Shiny.Sensors.csproj",
"..\\shiny\\src\\Shiny.SpeechRecognition\\Shiny.SpeechRecognition.csproj",
"..\\shiny\\src\\Shiny.Testing\\Shiny.Testing.csproj",
"..\\shiny\\tests\\Shiny.Tests\\Shiny.Tests.csproj",
"Samples.Api\\Samples.Api.csproj",
"Samples.SqliteGenerator\\Samples.SqliteGenerator.csproj",
"Samples.iOS\\Samples.iOS-Debug.csproj",
"Samples\\Samples-Debug.csproj"
]
}
}