gxc
2019-10-31 1a2061079e97a738ec7b8959bfd9a6e6c6997403
ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
@@ -32,9 +32,14 @@
    <MandroidI18n>CJK</MandroidI18n>
    <AndroidTlsProvider>btls</AndroidTlsProvider>
    <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
    <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
    <AndroidSupportedAbis />
    <AndroidSupportedAbis>arm64-v8a;armeabi-v7a;x86;x86_64</AndroidSupportedAbis>
    <AndroidDexTool>d8</AndroidDexTool>
<AndroidSigningKeyStore>/Users/guoxuecheng/Desktop/HDL Home/HDL Home.keystore</AndroidSigningKeyStore>
<AndroidSigningStorePass>85521566</AndroidSigningStorePass>
<AndroidSigningKeyAlias>HDL Home</AndroidSigningKeyAlias>
<AndroidSigningKeyPass>85521566</AndroidSigningKeyPass>
<AndroidKeyStore>True</AndroidKeyStore>
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
@@ -91,9 +96,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>
@@ -159,6 +161,12 @@
    </Reference>
    <Reference Include="Shared.Droid">
      <HintPath>..\Shared\DLL\Shared.Droid.dll</HintPath>
    </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 +553,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">