From 25429f085093d89d543a0b90e30d0d62d1b7dac9 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期二, 30 八月 2022 09:37:38 +0800 Subject: [PATCH] 合并了IOS的代码 --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 35 +++++++++++++---------------------- 1 files changed, 13 insertions(+), 22 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj index b974440..cb88ecb 100644 --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -68,15 +68,6 @@ <AndroidSigningKeyStore>/Users/liaoshaosheng/Desktop/璇佷功/Evoyo Home.keystore</AndroidSigningKeyStore> </PropertyGroup> <ItemGroup> - <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> - <Reference Include="LeakCanary.Analyzer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\LeakCanaryBinding.1.5.1.1\lib\MonoAndroid10\LeakCanary.Analyzer.dll</HintPath> - </Reference> - <Reference Include="LeakCanary.Watcher, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\LeakCanaryBinding.1.5.1.1\lib\MonoAndroid10\LeakCanary.Watcher.dll</HintPath> - </Reference> <Reference Include="Shared.Droid"> <HintPath>..\Shared\DLL\Android\Shared.Droid.dll</HintPath> </Reference> @@ -149,17 +140,14 @@ <Reference Include="Xamarin.Android.Support.Vector.Drawable"> <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> </Reference> + <Reference Include="BouncyCastle.Crypto"> + <HintPath>..\packages\BouncyCastle.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> </Reference> <Reference Include="Microsoft.AppCenter"> <HintPath>..\packages\Microsoft.AppCenter.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.dll</HintPath> - </Reference> - <Reference Include="Microsoft.AppCenter.Analytics.Android.Bindings"> - <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Analytics.Android.Bindings.dll</HintPath> - </Reference> - <Reference Include="Microsoft.AppCenter.Analytics"> - <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Analytics.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Crashes.Android.Bindings"> <HintPath>..\packages\Microsoft.AppCenter.Crashes.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Crashes.Android.Bindings.dll</HintPath> @@ -167,11 +155,14 @@ <Reference Include="Microsoft.AppCenter.Crashes"> <HintPath>..\packages\Microsoft.AppCenter.Crashes.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Crashes.dll</HintPath> </Reference> + <Reference Include="Microsoft.AppCenter.Analytics.Android.Bindings"> + <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Analytics.Android.Bindings.dll</HintPath> + </Reference> + <Reference Include="Microsoft.AppCenter.Analytics"> + <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Analytics.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.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> </Reference> <Reference Include="FastAndroidCamera"> <HintPath>..\packages\FastAndroidCamera.2.0.0\lib\MonoAndroid403\FastAndroidCamera.dll</HintPath> @@ -2700,10 +2691,6 @@ <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> <ProjectReference Include="..\SPhoneLib\SPhoneLib.csproj"> <Project>{A6CA3387-58A7-4819-992F-C800C8839AFB}</Project> <Name>SPhoneLib</Name> @@ -2712,6 +2699,10 @@ <Project>{06B9C874-B9B2-4417-8280-B321F966E46B}</Project> <Name>Shared.Droid.JPush</Name> </ProjectReference> + <ProjectReference Include="..\AndroidBluetooth\AndroidBluetooth.csproj"> + <Project>{ECD67F44-FA96-415A-8BC0-27B14A88C68A}</Project> + <Name>AndroidBluetooth</Name> + </ProjectReference> </ItemGroup> <ItemGroup> <Folder Include="JPush\" /> -- Gitblit v1.8.0