From 19545253f1977af3ef84b301183c2e12107983c9 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 15 四月 2020 09:17:28 +0800 Subject: [PATCH] 2020-04-15 1.替换新的控件库。 --- 迪拜定制/SmartHome/ON/ON.Droid.csproj | 42 +++++++++++++++++++++++++++--------------- 1 files changed, 27 insertions(+), 15 deletions(-) diff --git "a/\350\277\252\346\213\234\345\256\232\345\210\266/SmartHome/ON/ON.Droid.csproj" "b/\350\277\252\346\213\234\345\256\232\345\210\266/SmartHome/ON/ON.Droid.csproj" index 4b77de2..593f8d1 100644 --- "a/\350\277\252\346\213\234\345\256\232\345\210\266/SmartHome/ON/ON.Droid.csproj" +++ "b/\350\277\252\346\213\234\345\256\232\345\210\266/SmartHome/ON/ON.Droid.csproj" @@ -107,17 +107,8 @@ <Reference Include="ZXingNetMobile"> <HintPath>..\packages\ZXing.Net.Mobile.1.5.4.0\lib\MonoAndroid403\ZXingNetMobile.dll</HintPath> </Reference> - <Reference Include="EZMonitor"> - <HintPath>..\SmartHome\dll\EZMonitor.dll</HintPath> - </Reference> <Reference Include="MQTTnet"> <HintPath>..\packages\MQTTnet.3.0.2\lib\netstandard2.0\MQTTnet.dll</HintPath> - </Reference> - <Reference Include="Shared.Droid.TCL"> - <HintPath>..\SmartHome\dll\Shared.Droid.TCL.dll</HintPath> - </Reference> - <Reference Include="Shared.Droid.TBL"> - <HintPath>..\SmartHome\dll\Shared.Droid.TBL.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Annotations"> <HintPath>..\packages\Xamarin.Android.Support.Annotations.26.0.2\lib\MonoAndroid80\Xamarin.Android.Support.Annotations.dll</HintPath> @@ -137,20 +128,41 @@ <Reference Include="Xamarin.Android.Support.Fragment"> <HintPath>..\packages\Xamarin.Android.Support.Fragment.26.0.2\lib\MonoAndroid80\Xamarin.Android.Support.Fragment.dll</HintPath> </Reference> - <Reference Include="Shared.Droid"> - <HintPath>..\SmartHome\dll\Shared.Droid.dll</HintPath> - </Reference> <Reference Include="Xamarin.Android.Support.Vector.Drawable"> <HintPath>..\packages\Xamarin.Android.Support.Vector.Drawable.26.0.2\lib\MonoAndroid80\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable"> <HintPath>..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.26.0.2\lib\MonoAndroid80\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath> </Reference> - <Reference Include="Shared.Droid.TouchID"> - <HintPath>..\SmartHome\dll\Shared.Droid.TouchID.dll</HintPath> + <Reference Include="Shared.Droid"> + <HintPath>..\SmartHome\dll\Android\Shared.Droid.dll</HintPath> </Reference> <Reference Include="Shared.Droid.HDLWidget"> - <HintPath>..\SmartHome\dll\Shared.Droid.HDLWidget.dll</HintPath> + <HintPath>..\SmartHome\dll\Android\Shared.Droid.HDLWidget.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.Smartrefresh"> + <HintPath>..\SmartHome\dll\Android\Shared.Droid.Smartrefresh.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.TouchID"> + <HintPath>..\SmartHome\dll\Android\Shared.Droid.TouchID.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Arch.Core.Common"> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Arch.Core.Common.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Arch.Lifecycle.Common"> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Arch.Lifecycle.Common.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Arch.Lifecycle.Runtime"> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Arch.Lifecycle.Runtime.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Design"> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Support.Design.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v7.AppCompat"> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Support.v7.AppCompat.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v7.RecyclerView"> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0