From 1f3c3983fd5ec277d5151241143c4fb4e15b9e8c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 28 二月 2022 11:11:11 +0800 Subject: [PATCH] 兼容俄语 --- HDL-ON_Android/HDL-ON_Android.csproj | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 362f0b1..612b27f 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -46,6 +46,7 @@ <BundleAssemblies>false</BundleAssemblies> <AndroidEnableMultiDex>false</AndroidEnableMultiDex> <AndroidUseAapt2>true</AndroidUseAapt2> + <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>True</DebugSymbols> @@ -177,6 +178,12 @@ <Reference Include="ys"> <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> </Reference> + <Reference Include="UMSdkDroid"> + <HintPath>..\DLL\UMeng\UMSdkDroid.dll</HintPath> + </Reference> + <Reference Include="ScanSdk"> + <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="MainActivity.cs" /> @@ -203,6 +210,8 @@ <Compile Include="Other\HDLONUtils.cs" /> <Compile Include="WebviewActivity.cs" /> <Compile Include="AgreementActivity.cs" /> + <Compile Include="Zxing\CustomCaptureActivity.cs" /> + <Compile Include="Zxing\ScanActivity.cs" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\agconnect-services.json" /> @@ -469,6 +478,10 @@ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </AndroidResource> <AndroidResource Include="Resources\layout\activity_webview.xml"> + <SubType></SubType> + <Generator></Generator> + </AndroidResource> + <AndroidResource Include="Resources\layout\activity_zxing_layout.xml"> <SubType></SubType> <Generator></Generator> </AndroidResource> @@ -1418,6 +1431,7 @@ <ItemGroup /> <ItemGroup> <Folder Include="libs\arm64-v8a\" /> + <Folder Include="Zxing\" /> </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