From fd3c74df4d30a88d490d0c5b469df821f1bb2d78 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期二, 04 八月 2020 14:53:25 +0800 Subject: [PATCH] 更换新接口之前的备份 --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj old mode 100644 new mode 100755 index af819da..1db5b56 --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -40,6 +40,10 @@ <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <AndroidSupportedAbis /> <AndroidDexTool>d8</AndroidDexTool> + <AotAssemblies>false</AotAssemblies> + <EnableLLVM>false</EnableLLVM> + <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot> + <BundleAssemblies>false</BundleAssemblies> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> @@ -54,6 +58,10 @@ <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> @@ -1473,7 +1481,7 @@ <AndroidAsset Include="Assets\Phone\RealDevice\Repeater.png" /> </ItemGroup> <ItemGroup> - <AndroidAsset Include="Assets\Phone\RealDevice\SensorTemperatrueHumidity.png" /> + <AndroidAsset Include="Assets\Phone\RealDevice\SensorTemperatureHumidity.png" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\Phone\Center\MainBack1.png" /> -- Gitblit v1.8.0