From 3cab37863f5d034097dbd4a381a7fdb9c9a347c2 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期一, 18 十一月 2019 17:23:48 +0800 Subject: [PATCH] 优化加载数据列表 --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj index 6956896..b0cc8b0 100644 --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -39,7 +39,7 @@ <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent> <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <AndroidDexTool>d8</AndroidDexTool> - <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot> + <AndroidKeyStore></AndroidKeyStore> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -53,7 +53,6 @@ <MandroidI18n>cjk</MandroidI18n> <DefineConstants>Android,Release</DefineConstants> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> - <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot> <AndroidDexTool>d8</AndroidDexTool> <AndroidUseAapt2>false</AndroidUseAapt2> </PropertyGroup> @@ -108,9 +107,6 @@ <Reference Include="System.Xml" /> <Reference Include="System.Core" /> <Reference Include="Mono.Android" /> - <Reference Include="Newtonsoft.Json"> - <HintPath>..\Shared\DLL\Newtonsoft.Json.dll</HintPath> - </Reference> <Reference Include="System.Web.Services" /> <Reference Include="Security"> <HintPath>..\Shared\DLL\Security.dll</HintPath> @@ -192,6 +188,10 @@ <Reference Include="ZXingNetMobile, Version=2.4.1.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\ZXing.Net.Mobile.2.4.1\lib\MonoAndroid71\ZXingNetMobile.dll</HintPath> </Reference> + <Reference Include="Newtonsoft.Json"> + <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath> + </Reference> + <Reference Include="System.Json" /> </ItemGroup> <ItemGroup> <Compile Include="Application.cs" /> -- Gitblit v1.8.0