From 304d1e671c69d677189aa2513ccd6de7b1d786a4 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 02 二月 2021 10:31:30 +0800 Subject: [PATCH] 2021-02-01 1.增加丰林可视对讲测试 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index f8b6b56..106d490 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -92,6 +92,9 @@ <Reference Include="EZSDK.IOS"> <HintPath>..\..\Xamarin鎺т欢搴揬EZOpenSDK\EZSDK.IOS\EZSDK.IOS\bin\Release\EZSDK.IOS.dll</HintPath> </Reference> + <Reference Include="Shared.IOS.ESVideoPhoneSDK"> + <HintPath>..\..\ESVideoPhoneSDKProject\xamarin\Shared.IOS.ESVideoPhoneSDK\bin\Release\Shared.IOS.ESVideoPhoneSDK.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <PackageReference Include="Newtonsoft.Json"> @@ -514,6 +517,7 @@ <Compile Include="ZXingOverlayView.cs" /> <Compile Include="Other\JLCountrycode.cs" /> <Compile Include="BlueWifi.cs" /> + <Compile Include="Other\ESVideo.cs" /> </ItemGroup> <ItemGroup> <BundleResource Include="Resources\Phone\LoginIcon\ShowPasswordIcon.png" /> -- Gitblit v1.8.0