From eea1503b2de29723200e8593f62232b86d2b25df Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 03 十二月 2019 10:25:45 +0800 Subject: [PATCH] 2019-12-03-1 --- ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj b/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj index 85c0865..885eb1b 100644 --- a/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj +++ b/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj @@ -137,14 +137,17 @@ <Reference Include="ZXingNetMobile"> <HintPath>..\packages\ZXing.Net.Mobile.2.4.1\lib\Xamarin.iOS10\ZXingNetMobile.dll</HintPath> </Reference> + <Reference Include="Xamarin.Essentials"> + <HintPath>..\Shared\DLL\IOS\Xamarin.Essentials.dll</HintPath> + </Reference> + <Reference Include="MJRefresh_Xamarin"> + <HintPath>..\Shared\DLL\IOS\MJRefresh_Xamarin.dll</HintPath> + </Reference> <Reference Include="Shared.IOS"> <HintPath>..\Shared\DLL\IOS\Shared.IOS.dll</HintPath> </Reference> <Reference Include="Shared.IOS.TBL"> <HintPath>..\Shared\DLL\IOS\Shared.IOS.TBL.dll</HintPath> - </Reference> - <Reference Include="Xamarin.Essentials"> - <HintPath>..\Shared\DLL\IOS\Xamarin.Essentials.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -838,4 +841,4 @@ </ItemGroup> <Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> -</Project> \ No newline at end of file +</Project> -- Gitblit v1.8.0