From 8e8155ee4ab7f9990ae42bc3d1306c537bacf487 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期三, 21 七月 2021 13:40:27 +0800 Subject: [PATCH] 优化了萤石功能,增加了对讲权限 --- HDL-ON_Android/HDL-ON_Android.csproj | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 0ee0e6b..58db780 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -145,14 +145,14 @@ <Reference Include="videophone"> <HintPath>..\DLL\FL\Android\videophone.dll</HintPath> </Reference> + <Reference Include="LC_SDK"> + <HintPath>..\DLL\LC\Android\LC_SDK.dll</HintPath> + </Reference> <Reference Include="Square.OkHttp3"> <HintPath>..\DLL\EZvizMonitor\Square.OkHttp3.dll</HintPath> </Reference> <Reference Include="Square.OkIO"> <HintPath>..\DLL\EZvizMonitor\Square.OkIO.dll</HintPath> - </Reference> - <Reference Include="LC_SDK"> - <HintPath>..\DLL\LC\Android\LC_SDK.dll</HintPath> </Reference> <Reference Include="ys"> <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> @@ -1325,12 +1325,6 @@ </ItemGroup> <ItemGroup> <Folder Include="Assets\Phone\FunctionIcon\IrFan\" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\ys\ys.csproj"> - <Project>{DF065E3F-C3A1-4908-9582-000974B7C290}</Project> - <Name>ys</Name> - </ProjectReference> </ItemGroup> <Import Project="..\HDL_ON\HDL_ON.projitems" Label="Shared" Condition="Exists('..\HDL_ON\HDL_ON.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> -- Gitblit v1.8.0