From 2109463fab2eb1caed189e4f258e0e763c5cea7b Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 07 十一月 2019 11:58:53 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into dev-wjc --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj index 334a2af..ff11885 100755 --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -35,10 +35,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> @@ -52,10 +48,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> @@ -472,6 +464,8 @@ <AndroidAsset Include="Assets\Phone\Item\OpenIcon.png" /> <AndroidAsset Include="Assets\Phone\Item\PersentIcon.png" /> <AndroidAsset Include="Assets\Phone\Item\PickerColorWheel.png" /> + <AndroidAsset Include="Assets\Phone\Item\PirSensorLightScale.png" /> + <AndroidAsset Include="Assets\Phone\Item\PirSensorLightScaleButton.png" /> <AndroidAsset Include="Assets\Phone\Item\Point.png" /> <AndroidAsset Include="Assets\Phone\Item\ProgressMsg.png" /> <AndroidAsset Include="Assets\Phone\Item\PswSettion.png" /> @@ -1065,4 +1059,4 @@ <Import Project="..\packages\Xamarin.Android.Support.v4.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.v4.targets" Condition="Exists('..\packages\Xamarin.Android.Support.v4.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.v4.targets')" /> <Import Project="..\packages\Xamarin.Android.Support.Vector.Drawable.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Vector.Drawable.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Vector.Drawable.targets')" /> <Import Project="..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Animated.Vector.Drawable.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Animated.Vector.Drawable.targets')" /> -</Project> \ No newline at end of file +</Project> -- Gitblit v1.8.0