From 7abc28151c3a1c49688ef44e38427760a117708e Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 14 五月 2020 10:42:20 +0800 Subject: [PATCH] 2020-02-14-1 --- HDL-ON_Android/HDL-ON_Android.csproj | 63 ++++++++++++++++++++++++++++--- 1 files changed, 57 insertions(+), 6 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 98c1f47..78ad826 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -61,6 +61,63 @@ <Reference Include="System.Numerics.Vectors" /> <Reference Include="System.Web.Services" /> <Reference Include="System.Net" /> + <Reference Include="Shared.Droid"> + <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.HDLWidget"> + <HintPath>..\DLL\Android\Shared.Droid.HDLWidget.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.TouchID"> + <HintPath>..\DLL\Android\Shared.Droid.TouchID.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.Smartrefresh"> + <HintPath>..\DLL\Android\Shared.Droid.Smartrefresh.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Arch.Core.Common"> + <HintPath>..\DLL\Android\Xamarin.Android.Arch.Core.Common.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Arch.Lifecycle.Common"> + <HintPath>..\DLL\Android\Xamarin.Android.Arch.Lifecycle.Common.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Arch.Lifecycle.Runtime"> + <HintPath>..\DLL\Android\Xamarin.Android.Arch.Lifecycle.Runtime.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Annotations"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.Annotations.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Compat"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.Compat.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Core.UI"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.Core.UI.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Core.Utils"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.Core.Utils.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Design"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.Design.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Fragment"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.Fragment.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Media.Compat"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.Media.Compat.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v4"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.v4.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v7.AppCompat"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.v7.AppCompat.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v7.RecyclerView"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Vector.Drawable"> + <HintPath>..\DLL\Android\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="MainActivity.cs" /> @@ -133,12 +190,6 @@ <PackageReference Include="MQTTnet"> <Version>3.0.8</Version> </PackageReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\..\..\Downloads\Library-refs_heads_CJL\Shared.Droid\Shared.Droid.csproj"> - <Project>{B7B2BB29-2DF1-4235-A67B-E09C2EC1EBAF}</Project> - <Name>Shared.Droid</Name> - </ProjectReference> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\Phone\Classification\ToggleDisplayLarge.png" /> -- Gitblit v1.8.0