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.TBL/Shared.IOS.TBL.csproj | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/Shared.IOS.TBL/Shared.IOS.TBL.csproj b/Shared.IOS.TBL/Shared.IOS.TBL.csproj index 48a9d05..fd605ba 100644 --- a/Shared.IOS.TBL/Shared.IOS.TBL.csproj +++ b/Shared.IOS.TBL/Shared.IOS.TBL.csproj @@ -64,14 +64,16 @@ <Kind>Static</Kind> <SmartLink>False</SmartLink> </NativeReference> + <NativeReference Include="..\IOS\WeChatSDK1.8.6.1_NoPay\libWeChatSDK.a"> + <Kind>Static</Kind> + <ForceLoad>True</ForceLoad> + <Frameworks>CFNetwork CoreTelephony Security SystemConfiguration WebKit CoreGraphics Security Foundation</Frameworks> + <LinkerFlags>-ObjC -all_load -lc++ -lsqlite3.0 -lz</LinkerFlags> + </NativeReference> <NativeReference Include="Library\GDMapKit\libGDMapKit.a"> <Kind>Static</Kind> <LinkerFlags>-lz -lstdc++ -lc++</LinkerFlags> <Frameworks>SystemConfiguration CoreTelephony JavaScriptCore Security GLKit ExternalAccessory</Frameworks> - </NativeReference> - <NativeReference Include="..\CommonLib\libWeChatSDK.a"> - <Kind>Static</Kind> - <SmartLink>False</SmartLink> </NativeReference> </ItemGroup> <ItemGroup> @@ -212,6 +214,19 @@ <BundleResource Include="Resources\ic_wd_curtain_open.png" /> <BundleResource Include="Resources\ic_wd_curtain_roll_bg.png" /> <BundleResource Include="Resources\ic_wd_curtain_roll_progress.png" /> + <BundleResource Include="Resources\ic_wd_curtain_h_top.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_blinds_progress_close.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_blinds_progress_close2.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_blinds_progress.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_blinds_progress2.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_h_bg.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_h_open.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_h_progress_close.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_h_progress.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_open.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_roll_bg.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_roll_progress_close.png" /> + <BundleResource Include="Resources\ic_wd_on_curtain_roll_progress.png" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.8.0