From d76b0e40e5bb127fd33aa1f7842447a1df0628d5 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期日, 30 七月 2023 22:16:34 +0800 Subject: [PATCH] Update PublicAssmeblyBLL.cs --- HDL-ON_iOS/HDL-ON_iOS.csproj | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index b50a2b4..fee4c27 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -114,6 +114,9 @@ <Reference Include="EZSDK.IOS"> <HintPath>..\DLL\IOS\EZSDK.IOS.dll</HintPath> </Reference> + <Reference Include="Shared.IOS"> + <HintPath>..\DLL\Shared.IOS.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <PackageReference Include="Newtonsoft.Json"> @@ -1606,9 +1609,9 @@ <BundleResource Include="Resources\h5\static\images\left-icon.png" /> <BundleResource Include="Resources\h5\static\js\chunk-vendors.56c88730.js" /> <BundleResource Include="Resources\h5\static\js\pages-inverter-index.e5e9499f.js" /> - <BundleResource Include="Resources\h5\static\js\index.cf368d6e.js" /> + <BundleResource Include="Resources\h5\static\js\index.31e0ba7a.js" /> + <BundleResource Include="Resources\h5\static\js\pages-index-index.25064587.js" /> <BundleResource Include="Resources\h5\static\js\pages-index-index~pages-inverter-index.0253e8cd.js" /> - <BundleResource Include="Resources\h5\static\js\pages-index-index.cfb4b30d.js" /> <BundleResource Include="Resources\h5\static\img\inverter-center.18b181f4.png" /> <BundleResource Include="Resources\h5\static\img\co2-reduction-ic.9c75228c.png" /> <BundleResource Include="Resources\h5\static\img\equal-plant-ic.7ef6befa.png" /> @@ -1657,10 +1660,6 @@ <ProjectReference Include="..\HdlBluWi\Blufi.csproj"> <Project>{2DDF4C3C-6998-432E-9F43-6786D82F0630}</Project> <Name>Blufi</Name> - </ProjectReference> - <ProjectReference Include="..\Shared.IOS\Shared.IOS.csproj"> - <Project>{0048AB87-2130-4437-8F01-8CADAB787004}</Project> - <Name>Shared.IOS</Name> </ProjectReference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0