From 23c075a9c27946773feccf05abc90489a6bf5203 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 06 七月 2020 15:58:53 +0800
Subject: [PATCH] 20200706
---
Shared.Droid/Shared.Droid.csproj | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/Shared.Droid/Shared.Droid.csproj b/Shared.Droid/Shared.Droid.csproj
index 7827461..d963d06 100644
--- a/Shared.Droid/Shared.Droid.csproj
+++ b/Shared.Droid/Shared.Droid.csproj
@@ -49,6 +49,9 @@
<Reference Include="Newtonsoft.Json">
<HintPath>..\DLL\Newtonsoft.Json.dll</HintPath>
</Reference>
+ <Reference Include="Xamarin.Android.Support.v4">
+ <HintPath>..\..\Demo\Shared\packages\Xamarin.Android.Support.v4.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.v4.dll</HintPath>
+ </Reference>
<Reference Include="Xamarin.Android.Arch.Core.Common">
<HintPath>..\DLL\Android\Xamarin.Android.Arch.Core.Common.dll</HintPath>
</Reference>
@@ -84,12 +87,6 @@
</Reference>
<Reference Include="Xamarin.Android.Support.Vector.Drawable">
<HintPath>..\DLL\Android\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
- </Reference>
- <Reference Include="Xamarin.Android.Support.v4">
- <HintPath>..\DLL\Android\Xamarin.Android.Support.v4.dll</HintPath>
- </Reference>
- <Reference Include="Shared.Droid.Smartrefresh">
- <HintPath>..\DLL\Android\Shared.Droid.Smartrefresh.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -165,6 +162,9 @@
<Compile Include="UI\ProgressLoading.cs" />
<Compile Include="UI\GradientMaskView.cs" />
<Compile Include="UI\DiyImageVerticalSeekBar.cs" />
+ <Compile Include="UI\CurtainSeekBarOn.cs" />
+ <Compile Include="UI\CurtainRollSeekBarOn.cs" />
+ <Compile Include="UI\DiyArcSeekBar.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Additions\AboutAdditions.txt" />
@@ -189,6 +189,10 @@
<Project>{CAC13D54-CD90-4C90-8B3C-ECCFF6A7CA34}</Project>
<Name>Shared.Droid.HDLWidget</Name>
</ProjectReference>
+ <ProjectReference Include="..\Shared.Droid.Smartrefresh\Shared.Droid.Smartrefresh.csproj">
+ <Project>{6B63F297-5F5E-443A-B9C6-28E7345B707D}</Project>
+ <Name>Shared.Droid.Smartrefresh</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
<Import Project="..\..\packages\Xamarin.Build.Download.0.4.3\build\Xamarin.Build.Download.targets" Condition="Exists('..\..\packages\Xamarin.Build.Download.0.4.3\build\Xamarin.Build.Download.targets')" />
--
Gitblit v1.8.0