From f4f4c1c28f6c0fb892145819f444c2c0f95a80f0 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期二, 13 七月 2021 11:05:02 +0800 Subject: [PATCH] 萤石功能测试完成 --- HDL-ON_Android/HDL-ON_Android.csproj | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index f3aab45..7e99273 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -152,9 +152,6 @@ <Reference Include="Square.OkIO"> <HintPath>..\DLL\EZvizMonitor\Square.OkIO.dll</HintPath> </Reference> - <Reference Include="ys"> - <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> - </Reference> <Reference Include="LC_SDK"> <HintPath>..\DLL\LC\Android\LC_SDK.dll</HintPath> </Reference> @@ -1327,6 +1324,12 @@ <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" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -- Gitblit v1.8.0