From 94d10185010a7476021764f5b5cb59dc7d2b68f4 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 20 十二月 2024 15:23:00 +0800
Subject: [PATCH] 项目管理整改

---
 BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj |   11 +++++++++--
 1 files changed, 9 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 eafc15b..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,7 +3,7 @@
   <PropertyGroup>
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
+    <Nullable>disable</Nullable>
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -15,32 +15,39 @@
   </PropertyGroup>
 
   <ItemGroup>
+    <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="..\..\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>

--
Gitblit v1.9.3