From 9d15f7a2c309cb859d5ed0f61e4eb2cac57e3507 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 22 六月 2020 17:34:52 +0800 Subject: [PATCH] 2020-06-22-1 --- HDL-ON_Android/HDL-ON_Android.csproj | 64 +++++++++++++++++++++++++++++--- 1 files changed, 58 insertions(+), 6 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 8eaee74..c51dae8 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\DLL\Android\Shared.Droid.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.Smartrefresh"> + <HintPath>..\DLL\DLL\Android\Shared.Droid.Smartrefresh.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.TouchID"> + <HintPath>..\DLL\DLL\Android\Shared.Droid.TouchID.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Arch.Core.Common"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Arch.Core.Common.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Arch.Lifecycle.Common"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Arch.Lifecycle.Common.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Arch.Lifecycle.Runtime"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Arch.Lifecycle.Runtime.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Annotations"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.Annotations.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Compat"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.Compat.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Core.UI"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.Core.UI.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Core.Utils"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.Core.Utils.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Design"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.Design.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Fragment"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.Fragment.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Media.Compat"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.Media.Compat.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v4"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.v4.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v7.AppCompat"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.v7.AppCompat.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v7.RecyclerView"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Vector.Drawable"> + <HintPath>..\DLL\DLL\Android\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.HDLWidget"> + <HintPath>..\DLL\DLL\Android\Shared.Droid.HDLWidget.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="MainActivity.cs" /> @@ -439,12 +496,7 @@ <AndroidAsset Include="Assets\Phone\MusicIcon\next1Selected.png" /> <AndroidAsset Include="Assets\Phone\MusicIcon\prev.png" /> <AndroidAsset Include="Assets\Phone\MusicIcon\prve1.png" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\Shared.Droid\Shared.Droid.csproj"> - <Project>{B7B2BB29-2DF1-4235-A67B-E09C2EC1EBAF}</Project> - <Name>Shared.Droid</Name> - </ProjectReference> + <AndroidAsset Include="Assets\Phone\MusicIcon\thumbImage.png" /> </ItemGroup> <Import Project="..\HDL_ON\HDL_ON.projitems" Label="Shared" Condition="Exists('..\HDL_ON\HDL_ON.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> -- Gitblit v1.8.0