From 9064c76e6a795ae735cac52d98bed178a27c2a87 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 10 一月 2020 16:38:16 +0800 Subject: [PATCH] 合并代码 --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj old mode 100755 new mode 100644 index b39cebc..d340d9a --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -40,10 +40,6 @@ <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <AndroidSupportedAbis /> <AndroidDexTool>d8</AndroidDexTool> - <AotAssemblies>false</AotAssemblies> - <EnableLLVM>false</EnableLLVM> - <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot> - <BundleAssemblies>false</BundleAssemblies> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -57,10 +53,6 @@ <MandroidI18n>cjk</MandroidI18n> <DefineConstants>Android,Release</DefineConstants> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> - <AotAssemblies>false</AotAssemblies> - <EnableLLVM>false</EnableLLVM> - <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot> - <BundleAssemblies>false</BundleAssemblies> <AndroidDexTool>d8</AndroidDexTool> <AndroidUseAapt2>false</AndroidUseAapt2> </PropertyGroup> -- Gitblit v1.8.0