-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBLEExample.sln
57 lines (56 loc) · 4.03 KB
/
BLEExample.sln
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLEExample.Android", "BLEExample.Android\BLEExample.Android.csproj", "{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLEExample.iOS", "BLEExample.iOS\BLEExample.iOS.csproj", "{214A7629-79CD-444D-B406-CCEBA7A8F28E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLEExample", "BLEExample\BLEExample.csproj", "{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Release|Any CPU.Build.0 = Release|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Debug|iPhone.Build.0 = Debug|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Release|iPhone.ActiveCfg = Release|Any CPU
{B9E04AAA-55F2-4DFD-B09A-0B585107AE1F}.Release|iPhone.Build.0 = Release|Any CPU
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Debug|iPhone.ActiveCfg = Debug|iPhone
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Debug|iPhone.Build.0 = Debug|iPhone
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Release|iPhone.ActiveCfg = Release|iPhone
{214A7629-79CD-444D-B406-CCEBA7A8F28E}.Release|iPhone.Build.0 = Release|iPhone
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Release|Any CPU.Build.0 = Release|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Debug|iPhone.Build.0 = Debug|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Release|iPhone.ActiveCfg = Release|Any CPU
{AEFCAEF6-0159-4912-9EEC-56A058D8C52D}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal