From c405db685fc52e740ec95515d4531bf82f604a05 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期一, 09 八月 2021 17:13:02 +0800 Subject: [PATCH] 2021-8-9 增加linphone .a库及resurces文件 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj index 89b75f5..d77296a 100644 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj @@ -46,5 +46,24 @@ <ItemGroup> <ObjcBindingCoreSource Include="Structs.cs" /> </ItemGroup> + <ItemGroup> + <NativeReference Include="Library\libHDLLinPhoneSDK.a"> + <Kind>Static</Kind> + <SmartLink>False</SmartLink> + </NativeReference> + <NativeReference Include="Library\HDLLinPhoneSDK.swiftmodule"> + <Kind>Framework</Kind> + <SmartLink>False</SmartLink> + </NativeReference> + </ItemGroup> + <ItemGroup> + <BundleResource Include="Resources\ic_esvideo_on_answer.png" /> + <BundleResource Include="Resources\ic_esvideo_on_back.png" /> + <BundleResource Include="Resources\ic_esvideo_on_hangup.png" /> + <BundleResource Include="Resources\ic_esvideo_on_takephoto_select.png" /> + <BundleResource Include="Resources\ic_esvideo_on_takephoto_unselect.png" /> + <BundleResource Include="Resources\ic_esvideo_on_unlock_select.png" /> + <BundleResource Include="Resources\ic_esvideo_on_unlock_unselect.png" /> + </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.8.0