From 365eadb33ee86b05ac74d408025d102a758c2efd Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 10 一月 2020 15:27:17 +0800 Subject: [PATCH] 2020-01-10 2020-01-10 1.修改切换本地和远程问题。 2.修改判断住宅网关方案。 3.其它优化修改。 --- Crabtree/ON/ON.Droid.csproj | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Crabtree/ON/ON.Droid.csproj b/Crabtree/ON/ON.Droid.csproj index c2d2ff6..d5e2769 100644 --- a/Crabtree/ON/ON.Droid.csproj +++ b/Crabtree/ON/ON.Droid.csproj @@ -121,15 +121,6 @@ <Reference Include="Xamarin.Android.Support.v4"> <HintPath>..\packages\Xamarin.Android.Support.v4.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.v4.dll</HintPath> </Reference> - <Reference Include="Xamarin.Android.Support.v7.AppCompat"> - <HintPath>..\..\..\CommonLib\android\Xamarin.Android.Support.v7.AppCompat.dll</HintPath> - </Reference> - <Reference Include="Xamarin.Android.Support.Vector.Drawable"> - <HintPath>..\..\..\CommonLib\android\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> - </Reference> - <Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable"> - <HintPath>..\..\..\CommonLib\android\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath> - </Reference> <Reference Include="Shared.Droid.TouchID"> <HintPath>..\SmartHome\dll\Shared.Droid.TouchID.dll</HintPath> </Reference> @@ -148,6 +139,15 @@ <Reference Include="MQTTnet"> <HintPath>..\packages\MQTTnet.3.0.8\lib\netstandard2.0\MQTTnet.dll</HintPath> </Reference> + <Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable"> + <HintPath>..\SmartHome\dll\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v7.AppCompat"> + <HintPath>..\SmartHome\dll\Xamarin.Android.Support.v7.AppCompat.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Vector.Drawable"> + <HintPath>..\SmartHome\dll\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="Resources\Resource.designer.cs" /> -- Gitblit v1.8.0