-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSimpleBleExamples.lpg
34 lines (34 loc) · 1.02 KB
/
SimpleBleExamples.lpg
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
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectGroup FileVersion="2">
<Targets>
<Target FileName="SimpleBleScanExample\SimpleBleScanExample.lpi">
<BuildModes>
<Mode Name="Debug"/>
<Mode Name="Win64"/>
<Mode Name="Win32"/>
<Mode Name="Linux64"/>
<Mode Name="Linux32"/>
</BuildModes>
</Target>
<Target FileName="SimpleBleConnectExample\SimpleBleConnectExample.lpi">
<BuildModes>
<Mode Name="Debug" Compile="True"/>
<Mode Name="Win64"/>
<Mode Name="Win32"/>
<Mode Name="Linux64"/>
<Mode Name="Linux32"/>
</BuildModes>
</Target>
<Target FileName="SimpleBleNotifyExample\SimpleBleNotifyExample.lpi">
<BuildModes>
<Mode Name="Debug" Compile="True"/>
<Mode Name="Win64"/>
<Mode Name="Win32"/>
<Mode Name="Linux64"/>
<Mode Name="Linux32"/>
</BuildModes>
</Target>
</Targets>
</ProjectGroup>
</CONFIG>