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.IOS/Shared.IOS.csproj | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Shared.IOS/Shared.IOS.csproj b/Shared.IOS/Shared.IOS.csproj index e23071f..1f4ffe4 100644 --- a/Shared.IOS/Shared.IOS.csproj +++ b/Shared.IOS/Shared.IOS.csproj @@ -60,13 +60,10 @@ <HintPath>..\DLL\IOS\Xamarin.Essentials.dll</HintPath> </Reference> <Reference Include="MJRefresh_Xamarin"> - <HintPath>..\..\Demo\Shared\packages\Xamarin.iOS.MJRefresh.3.2.2\lib\xamarinios10\MJRefresh_Xamarin.dll</HintPath> + <HintPath>..\DLL\IOS\MJRefresh_Xamarin.dll</HintPath> </Reference> <Reference Include="WebP.Touch"> - <HintPath>..\..\Demo\Shared\packages\WebP.Touch.1.0.8\lib\Xamarin.iOS10\WebP.Touch.dll</HintPath> - </Reference> - <Reference Include="MJRefresh_Xamarin"> - <HintPath>..\DLL\IOS\MJRefresh_Xamarin.dll</HintPath> + <HintPath>..\packages\WebP.Touch.1.0.8\lib\Xamarin.iOS10\WebP.Touch.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -146,6 +143,9 @@ <Compile Include="UI\ProgressLoading.cs" /> <Compile Include="BaseApplicationDelegateForHdlOn.cs" /> <Compile Include="UI\DiyImageVerticalSeekBar.cs" /> + <Compile Include="UI\CurtainRollSeekBarOn.cs" /> + <Compile Include="UI\CurtainSeekBarOn.cs" /> + <Compile Include="UI\DiyArcSeekBar.cs" /> </ItemGroup> <ItemGroup> <ObjcBindingApiDefinition Include="ApiDefinition.cs" /> -- Gitblit v1.8.0