From 25f7e2fa7c72c6353dc6064e347eff7a02235427 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 11 九月 2024 11:46:05 +0800 Subject: [PATCH] 增加阀门管理界面 --- BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj b/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj index 606c6b6..c2d8eaa 100644 --- a/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj +++ b/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj @@ -6,6 +6,14 @@ <Nullable>enable</Nullable> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> + <NoWarn>1701;1702;8603</NoWarn> + </PropertyGroup> + + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> + <NoWarn>1701;1702;8603</NoWarn> + </PropertyGroup> + <ItemGroup> <ProjectReference Include="..\..\Dto\HStation.Dto.Assets.Core\HStation.Dto.Assets.Core.csproj" /> <ProjectReference Include="..\..\Vmo\HStation.Vmo.Assets.Core\HStation.Vmo.Assets.Core.csproj" /> -- Gitblit v1.9.3