forked from ImanMesgaran/shinysamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTizen.slnf
25 lines (25 loc) · 1.25 KB
/
Tizen.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
{
"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.Tizen\\Samples.Tizen.Mobile\\Samples.Tizen.Mobile.csproj",
"Samples.Tizen\\Samples.Tizen.Wearable\\Samples.Tizen.Wearable.csproj",
"Samples\\Samples-Debug.csproj"
]
}
}