From 6920fa0a981c2a55476afdc518358e971d8e0244 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期三, 30 十月 2019 10:45:16 +0800 Subject: [PATCH] 2019.10.30 --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj index 9fbefa7..369ce47 100644 --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -35,6 +35,10 @@ <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <AndroidSupportedAbis /> <AndroidDexTool>d8</AndroidDexTool> +<AndroidSigningKeyStore>/Users/guoxuecheng/Desktop/HDL Home/HDL Home.keystore</AndroidSigningKeyStore> +<AndroidSigningStorePass>85521566</AndroidSigningStorePass> +<AndroidSigningKeyAlias>"HDL Home"</AndroidSigningKeyAlias> +<AndroidSigningKeyPass>85521566</AndroidSigningKeyPass> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -159,6 +163,9 @@ </Reference> <Reference Include="Newtonsoft.Json"> <HintPath>..\Shared\DLL\Newtonsoft.Json.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v7.AppCompat"> + <HintPath>..\..\..\..\Downloads\Shared.Dll-2019-10-29\Shared.Droid\Xamarin.Android.Support.v7.AppCompat.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -545,6 +552,8 @@ <AndroidAsset Include="Assets\Phone\Room\Room_IconUnselectedBackground.png" /> <AndroidAsset Include="Assets\Phone\Scene\Selected.png" /> <AndroidAsset Include="Assets\Phone\Scene\SceneIcon.png" /> + <AndroidAsset Include="Assets\Phone\Account\QQ.png" /> + <AndroidAsset Include="Assets\Phone\Account\Wechat.png" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\DroidLib\DroidLib.csproj"> -- Gitblit v1.8.0