Skip to content

Commit b6ad67b

Browse files
authored
Merge pull request #170 from ShimmerEngineering/DEV-238
DEV-238
2 parents 75d054e + 52dfa08 commit b6ad67b

File tree

2 files changed

+693
-0
lines changed

2 files changed

+693
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
</PropertyGroup>
6+
7+
<ItemGroup>
8+
<Folder Include="Properties\" />
9+
</ItemGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Acr.UserDialogs" Version="7.0.4" />
13+
<PackageReference Include="Microcharts.Forms" Version="1.0.0-preview1" />
14+
<PackageReference Include="MvvmCross" Version="6.3.1" />
15+
<PackageReference Include="MvvmCross.Forms" Version="6.3.1" />
16+
<PackageReference Include="OxyPlot.Xamarin.Forms" Version="1.1.0-unstable0011" />
17+
<PackageReference Include="Plugin.Permissions" Version="3.0.0.12" />
18+
<PackageReference Include="SkiaSharp.Views.Forms" Version="2.80.2" />
19+
<PackageReference Include="Xam.Plugins.Settings" Version="3.1.1" />
20+
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
21+
</ItemGroup>
22+
23+
<ItemGroup>
24+
<ProjectReference Include="..\..\..\ShimmerAPI\ShimmerAPI\ShimmerAPI.csproj" />
25+
<ProjectReference Include="..\..\ShimmerBLEAPI.UWP\ShimmerBLEAPI.UWP.csproj" />
26+
<ProjectReference Include="..\..\ShimmerBLEAPI\ShimmerBLEAPI.csproj" />
27+
</ItemGroup>
28+
29+
<ItemGroup>
30+
<Reference Include="MvvmCross.Plugins.BLE">
31+
<HintPath>Libs\MvvmCross.Plugins.BLE.dll</HintPath>
32+
</Reference>
33+
<Reference Include="Plugin.BLE">
34+
<HintPath>Libs\Plugin.BLE.dll</HintPath>
35+
</Reference>
36+
<Reference Include="Plugin.BLE.Abstractions">
37+
<HintPath>Libs\Plugin.BLE.Abstractions.dll</HintPath>
38+
</Reference>
39+
</ItemGroup>
40+
41+
<ItemGroup>
42+
<None Update="BleMvxFormsApp.xaml">
43+
<Generator>MSBuild:Compile</Generator>
44+
</None>
45+
<None Update="Pages\CharacteristicDetailPage.xaml">
46+
<Generator>MSBuild:Compile</Generator>
47+
</None>
48+
<None Update="Pages\CharacteristicListPage.xaml">
49+
<Generator>MSBuild:Compile</Generator>
50+
</None>
51+
<None Update="Pages\DescriptorDetailPage.xaml">
52+
<Generator>MSBuild:Compile</Generator>
53+
</None>
54+
<None Update="Pages\DescriptorListPage.xaml">
55+
<Generator>MSBuild:Compile</Generator>
56+
</None>
57+
<None Update="Pages\DeviceListPage.xaml">
58+
<Generator>MSBuild:Compile</Generator>
59+
</None>
60+
<None Update="Pages\ServiceListPage.xaml">
61+
<Generator>MSBuild:Compile</Generator>
62+
</None>
63+
</ItemGroup>
64+
65+
</Project>

0 commit comments

Comments
 (0)