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
---
Shared.IOS/Shared.IOS.csproj | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/Shared.IOS/Shared.IOS.csproj b/Shared.IOS/Shared.IOS.csproj
index bb02244..e23071f 100644
--- a/Shared.IOS/Shared.IOS.csproj
+++ b/Shared.IOS/Shared.IOS.csproj
@@ -53,14 +53,20 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Web.Services" />
<Reference Include="OpenTK-1.0" />
- <Reference Include="MJRefresh_Xamarin">
- <HintPath>..\packages\Xamarin.iOS.MJRefresh.3.2.2\lib\xamarinios10\MJRefresh_Xamarin.dll</HintPath>
- </Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\DLL\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Essentials">
<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>
+ </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>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -136,6 +142,10 @@
<Compile Include="UI\HorizontalPages.cs" />
<Compile Include="UI\DiyImageSeekBar.cs" />
<Compile Include="UI\BaseSeekBar.cs" />
+ <Compile Include="UI\GradientMaskView.cs" />
+ <Compile Include="UI\ProgressLoading.cs" />
+ <Compile Include="BaseApplicationDelegateForHdlOn.cs" />
+ <Compile Include="UI\DiyImageVerticalSeekBar.cs" />
</ItemGroup>
<ItemGroup>
<ObjcBindingApiDefinition Include="ApiDefinition.cs" />
--
Gitblit v1.8.0