From 8b0c761887fc1bc3ec777e4aec87133233550836 Mon Sep 17 00:00:00 2001 From: 温居城 <wenjucheng@wenjuchengdeMacBook-Pro.local> Date: 星期二, 23 十一月 2021 11:15:56 +0800 Subject: [PATCH] 2021-11-23-01 --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 41 +++++++++++++++++++---------------------- 1 files changed, 19 insertions(+), 22 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj index d31baff..4e7d5db 100644 --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -38,7 +38,6 @@ <AndroidTlsProvider>btls</AndroidTlsProvider> <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent> <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> - <AndroidSupportedAbis>armeabi-v7a</AndroidSupportedAbis> <AndroidDexTool>d8</AndroidDexTool> <AotAssemblies>false</AotAssemblies> <EnableLLVM>false</EnableLLVM> @@ -66,18 +65,6 @@ <AndroidUseAapt2>false</AndroidUseAapt2> </PropertyGroup> <ItemGroup> - <Reference Include="AndriodBluetoothLibrary"> - <HintPath>..\AndriodBluetooth\bin\Debug\AndriodBluetoothLibrary.dll</HintPath> - </Reference> - <Reference Include="BouncyCastle.Crypto, Version=1.8.1.0, Culture=neutral, PublicKeyToken=0e99375e54769942"> - <HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> - </Reference> - <Reference Include="DroidLib"> - <HintPath>..\DroidLib\bin\Debug\DroidLib.dll</HintPath> - </Reference> - <Reference Include="FastAndroidCamera, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\FastAndroidCamera.2.0.0\lib\MonoAndroid403\FastAndroidCamera.dll</HintPath> - </Reference> <Reference Include="LeakCanary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\LeakCanaryBinding.1.5.1.1\lib\MonoAndroid10\LeakCanary.dll</HintPath> </Reference> @@ -132,14 +119,8 @@ </Reference> <Reference Include="System.IO.Compression" /> <Reference Include="System.Net.Http" /> - <Reference Include="MQTTnet.Core"> - <HintPath>..\packages\MQTTnet.2.4.0\lib\netstandard1.3\MQTTnet.Core.dll</HintPath> - </Reference> <Reference Include="MQTTnet"> <HintPath>..\packages\MQTTnet.3.0.8\lib\netstandard2.0\MQTTnet.dll</HintPath> - </Reference> - <Reference Include="BouncyCastle.Crypto"> - <HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Android.Bindings"> <HintPath>..\packages\Microsoft.AppCenter.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Android.Bindings.dll</HintPath> @@ -207,13 +188,19 @@ <Reference Include="Xamarin.Android.Support.Vector.Drawable"> <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> </Reference> - <Reference Include="ZXing.Net.Mobile.Core, Version=2.4.1.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="BouncyCastle.Crypto"> + <HintPath>..\packages\BouncyCastle.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> + </Reference> + <Reference Include="FastAndroidCamera"> + <HintPath>..\packages\FastAndroidCamera.2.0.0\lib\MonoAndroid403\FastAndroidCamera.dll</HintPath> + </Reference> + <Reference Include="ZXing.Net.Mobile.Core"> <HintPath>..\packages\ZXing.Net.Mobile.2.4.1\lib\MonoAndroid71\ZXing.Net.Mobile.Core.dll</HintPath> </Reference> - <Reference Include="zxing.portable, Version=0.16.2.0, Culture=neutral, PublicKeyToken=830ae994e36ac27d, processorArchitecture=MSIL"> + <Reference Include="zxing.portable"> <HintPath>..\packages\ZXing.Net.Mobile.2.4.1\lib\MonoAndroid71\zxing.portable.dll</HintPath> </Reference> - <Reference Include="ZXingNetMobile, Version=2.4.1.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="ZXingNetMobile"> <HintPath>..\packages\ZXing.Net.Mobile.2.4.1\lib\MonoAndroid71\ZXingNetMobile.dll</HintPath> </Reference> </ItemGroup> @@ -2721,6 +2708,16 @@ <ItemGroup> <AndroidAsset Include="Assets\Echarts\js\world.js" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\DroidLib\DroidLib.csproj"> + <Project>{47EFF987-3192-4A56-A463-A940F245FF7D}</Project> + <Name>DroidLib</Name> + </ProjectReference> + <ProjectReference Include="..\AndriodBluetooth\AndriodBluetooth.csproj"> + <Project>{930FE62C-60E3-4AB6-8645-CAD9E33ADC45}</Project> + <Name>AndriodBluetooth</Name> + </ProjectReference> + </ItemGroup> <Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> <Import Project="..\packages\Xamarin.Android.Support.Annotations.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Annotations.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Annotations.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Annotations.targets')" /> -- Gitblit v1.8.0