From 0e33247236d4ac46f1a75802f53dd6c612301cff Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 24 十二月 2024 14:52:06 +0800
Subject: [PATCH] 注册泵曲线事件

---
 Service/HStation.Service.Assets.Core/HStation.Service.Assets.Core.csproj |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/HStation.Service.Assets.Core.csproj b/Service/HStation.Service.Assets.Core/HStation.Service.Assets.Core.csproj
index 2901351..4fde5a5 100644
--- a/Service/HStation.Service.Assets.Core/HStation.Service.Assets.Core.csproj
+++ b/Service/HStation.Service.Assets.Core/HStation.Service.Assets.Core.csproj
@@ -7,9 +7,52 @@
   </PropertyGroup>
 
   <ItemGroup>
+    <Compile Remove="04-dal\03-sqlite\11-ManufacturerMapping\**" />
     <Compile Remove="05-service\00-core\03-extensions\**" />
+    <Compile Remove="05-service\03-Valve\02-ValveGroup\**" />
+    <Compile Remove="05-service\03-Valve\04-AssetsPumpGroupAndMainMap\**" />
+    <Compile Remove="05-service\03-Valve\04-PumpGroupAndMainMap\**" />
+    <Compile Remove="05-service\10-Manufacturer\Mapping\**" />
+    <EmbeddedResource Remove="04-dal\03-sqlite\11-ManufacturerMapping\**" />
     <EmbeddedResource Remove="05-service\00-core\03-extensions\**" />
+    <EmbeddedResource Remove="05-service\03-Valve\02-ValveGroup\**" />
+    <EmbeddedResource Remove="05-service\03-Valve\04-AssetsPumpGroupAndMainMap\**" />
+    <EmbeddedResource Remove="05-service\03-Valve\04-PumpGroupAndMainMap\**" />
+    <EmbeddedResource Remove="05-service\10-Manufacturer\Mapping\**" />
+    <None Remove="04-dal\03-sqlite\11-ManufacturerMapping\**" />
     <None Remove="05-service\00-core\03-extensions\**" />
+    <None Remove="05-service\03-Valve\02-ValveGroup\**" />
+    <None Remove="05-service\03-Valve\04-AssetsPumpGroupAndMainMap\**" />
+    <None Remove="05-service\03-Valve\04-PumpGroupAndMainMap\**" />
+    <None Remove="05-service\10-Manufacturer\Mapping\**" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <Compile Remove="01-entity\08-Valve\ValveGroup.cs" />
+    <Compile Remove="01-entity\08-Valve\ValveGroupAndMainMap.cs" />
+    <Compile Remove="01-entity\09-Manufacturer\AssetsManufacturerMapping.cs" />
+    <Compile Remove="02-model\08-Valve\ValveGroup.cs" />
+    <Compile Remove="02-model\08-Valve\ValveGroupAndMainMap.cs" />
+    <Compile Remove="02-model\09-Manufacturer\AssetsManufacturerMapping.cs" />
+    <Compile Remove="04-dal\01-interface\04-IValve\IValveGroup.cs" />
+    <Compile Remove="04-dal\01-interface\04-IValve\IValveGroupAndMainMap.cs" />
+    <Compile Remove="04-dal\01-interface\09-IManufacturer\IManufacturerMapping.cs" />
+    <Compile Remove="04-dal\02-postgresql\02-Valve\ValveGroup.cs" />
+    <Compile Remove="04-dal\02-postgresql\02-Valve\ValveGroupAndMainMap.cs" />
+    <Compile Remove="04-dal\02-postgresql\09-Manufacturer\ManufacturerMapping.cs" />
+    <Compile Remove="04-dal\03-sqlite\02-Valve\AssetsPumpGroup.cs" />
+    <Compile Remove="04-dal\03-sqlite\02-Valve\PumpGroup.cs" />
+    <Compile Remove="04-dal\03-sqlite\02-Valve\PumpMapGroupAndMain.cs" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <None Remove="paras_hstation_assets_settings.json" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <Content Include="paras_hstation_assets_settings.json">
+      <CopyToOutputDirectory>Never</CopyToOutputDirectory>
+    </Content>
   </ItemGroup>
 
   <ItemGroup>

--
Gitblit v1.9.3