From e51305df45fd375e4676ffed30860e5a82b7a3ef Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 19 四月 2024 16:15:05 +0800 Subject: [PATCH] 红外宝验证,可视对讲验证 --- HDL-ON_Android/APP_Android.csproj | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDL-ON_Android/APP_Android.csproj b/HDL-ON_Android/APP_Android.csproj index 3f3544f..2f1e3b0 100644 --- a/HDL-ON_Android/APP_Android.csproj +++ b/HDL-ON_Android/APP_Android.csproj @@ -69,9 +69,6 @@ <AndroidSupportedAbis>arm64-v8a</AndroidSupportedAbis> </PropertyGroup> <ItemGroup> - <Reference Include="Shared.Droid.JPush"> - <HintPath>..\DLL\Shared.Droid.JPush.dll</HintPath> - </Reference> <Reference Include="System" /> <Reference Include="System.Xml" /> <Reference Include="System.Core" /> @@ -157,7 +154,10 @@ <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath> </Reference> <Reference Include="Shared.Droid.HDLLinphone"> - <HintPath>..\..\..\Shared.Droid.HDLLinphone.dll</HintPath> + <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.JPush"> + <HintPath>..\..\鎯冲ぉ鏅鸿兘\DLL\Shared.Droid.JPush.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0