From 571fb22bfd7ca4b0ca49328be3a3e91c0e3fed0d Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 08 十一月 2024 14:37:24 +0800
Subject: [PATCH] 优化构件查询,并移到底层

---
 BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj |   35 ++++++++++++++++++++++++++++++-----
 1 files changed, 30 insertions(+), 5 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 c542466..4dba894 100644
--- a/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj
+++ b/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj
@@ -6,18 +6,43 @@
     <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>
-    <Compile Remove="02-httpclient\01-PumpProduct\Class1.cs" />
+    <Compile Remove="04-bll\02-ValveMange\02-AssetsPumpGroup\**" />
+    <Compile Remove="04-bll\02-ValveMange\02-PumpGroup\**" />
+    <Compile Remove="04-bll\02-ValveMange\04-AssetsPumpGroupAndMainMap\**" />
+    <Compile Remove="04-bll\02-ValveMange\04-PumpGroupAndMainMap\**" />
+    <EmbeddedResource Remove="04-bll\02-ValveMange\02-AssetsPumpGroup\**" />
+    <EmbeddedResource Remove="04-bll\02-ValveMange\02-PumpGroup\**" />
+    <EmbeddedResource Remove="04-bll\02-ValveMange\04-AssetsPumpGroupAndMainMap\**" />
+    <EmbeddedResource Remove="04-bll\02-ValveMange\04-PumpGroupAndMainMap\**" />
+    <None Remove="04-bll\02-ValveMange\02-AssetsPumpGroup\**" />
+    <None Remove="04-bll\02-ValveMange\02-PumpGroup\**" />
+    <None Remove="04-bll\02-ValveMange\04-AssetsPumpGroupAndMainMap\**" />
+    <None Remove="04-bll\02-ValveMange\04-PumpGroupAndMainMap\**" />
+  </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="03-localclient\03-ValveManage\ValveGroup.cs" />
+    <Compile Remove="03-localclient\03-ValveManage\ValveGroupAndMainMap.cs" />
+    <Compile Remove="04-bll\03-AdaptingManage\AdaptingManage_Instance.cs" />
+    <Compile Remove="04-bll\05-PipeManage\AdaptingManage_Instance.cs" />
   </ItemGroup>
 
   <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" />
     <ProjectReference Include="..\HStation.BLL.Core\HStation.BLL.Core.csproj" />
-  </ItemGroup>
-
-  <ItemGroup>
-    <Folder Include="02-httpclient\01-PumpProduct\" />
   </ItemGroup>
 
 </Project>

--
Gitblit v1.9.3