From c8dfa6df784741900a4c06918929d3db3c876234 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 16 七月 2021 10:40:56 +0800 Subject: [PATCH] Merge branch 'hxb-test' into wxr7-ez --- HDL-ON_Android/HDL-ON_Android.csproj | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 6511e92..0ee0e6b 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -151,11 +151,11 @@ <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> + <Reference Include="ys"> + <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -1326,6 +1326,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