From 24fb6d95e0416ac3c00a93b87359567e45568a89 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期二, 17 十二月 2024 10:07:13 +0800
Subject: [PATCH] 曲线关联 bug更新

---
 BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj |   44 ++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 2 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..b100b0f 100644
--- a/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj
+++ b/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj
@@ -3,11 +3,51 @@
   <PropertyGroup>
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
+    <Nullable>disable</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" />
+    <Compile Remove="03-localclient\04-PipeLineRoughnessCoefficient\**" />
+    <Compile Remove="04-bll\02-Valve\02-AssetsPumpGroup\**" />
+    <Compile Remove="04-bll\02-Valve\02-PumpGroup\**" />
+    <Compile Remove="04-bll\02-Valve\04-AssetsPumpGroupAndMainMap\**" />
+    <Compile Remove="04-bll\02-Valve\04-PumpGroupAndMainMap\**" />
+    <Compile Remove="04-bll\10-Manufacturer\02-Mapping\**" />
+    <EmbeddedResource Remove="03-localclient\04-PipeLineRoughnessCoefficient\**" />
+    <EmbeddedResource Remove="04-bll\02-Valve\02-AssetsPumpGroup\**" />
+    <EmbeddedResource Remove="04-bll\02-Valve\02-PumpGroup\**" />
+    <EmbeddedResource Remove="04-bll\02-Valve\04-AssetsPumpGroupAndMainMap\**" />
+    <EmbeddedResource Remove="04-bll\02-Valve\04-PumpGroupAndMainMap\**" />
+    <EmbeddedResource Remove="04-bll\10-Manufacturer\02-Mapping\**" />
+    <None Remove="03-localclient\04-PipeLineRoughnessCoefficient\**" />
+    <None Remove="04-bll\02-Valve\02-AssetsPumpGroup\**" />
+    <None Remove="04-bll\02-Valve\02-PumpGroup\**" />
+    <None Remove="04-bll\02-Valve\04-AssetsPumpGroupAndMainMap\**" />
+    <None Remove="04-bll\02-Valve\04-PumpGroupAndMainMap\**" />
+    <None Remove="04-bll\10-Manufacturer\02-Mapping\**" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <Compile Remove="01-interface\03-IValveManage\IAssetsPumpGroupAndMainMap.cs" />
+    <Compile Remove="01-interface\03-IValveManage\IPumpGroupAndMainMap.cs" />
+    <Compile Remove="01-interface\03-IValveManage\IValveGroup.cs" />
+    <Compile Remove="01-interface\10-IManufacturer\IManufacturerMapping.cs" />
+    <Compile Remove="03-localclient\03-Valve\ValveGroup.cs" />
+    <Compile Remove="03-localclient\03-Valve\ValveGroupAndMainMap.cs" />
+    <Compile Remove="03-localclient\10-Manufacturer\ManufacturerMapping.cs" />
+    <Compile Remove="04-bll\03-Adapting\AdaptingManage_Instance.cs" />
+    <Compile Remove="04-bll\05-Pipe\AdaptingManage_Instance.cs" />
+  </ItemGroup>
+
+  <ItemGroup>
     <ProjectReference Include="..\..\Vmo\HStation.Vmo.Assets.Core\HStation.Vmo.Assets.Core.csproj" />
     <ProjectReference Include="..\HStation.BLL.Core\HStation.BLL.Core.csproj" />
   </ItemGroup>

--
Gitblit v1.9.3