From ae09c2731aa19f43ec26b3cd8f3d5331a0187440 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 06 十二月 2024 16:21:01 +0800 Subject: [PATCH] 资产修改 --- BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 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 6b2fcc2..27f195c 100644 --- a/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj +++ b/BLL/HStation.BLL.Assets.Core/HStation.BLL.Assets.Core.csproj @@ -15,7 +15,36 @@ </PropertyGroup> <ItemGroup> - <Compile Remove="04-bll\03-AdaptingManage\AdaptingManage_Instance.cs" /> + <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> -- Gitblit v1.9.3