From d2cee56db11f0ee475e9f9dbdc8bfd03ad982e18 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期一, 12 八月 2024 09:42:01 +0800 Subject: [PATCH] 报错 --- BLL/HStation.BLL.Xhs.Core/HStation.BLL.Xhs.Core.csproj | 33 +++++++++++++++++++++++++++------ 1 files changed, 27 insertions(+), 6 deletions(-) diff --git a/BLL/HStation.BLL.Xhs.Core/HStation.BLL.Xhs.Core.csproj b/BLL/HStation.BLL.Xhs.Core/HStation.BLL.Xhs.Core.csproj index 428e992..363dbc1 100644 --- a/BLL/HStation.BLL.Xhs.Core/HStation.BLL.Xhs.Core.csproj +++ b/BLL/HStation.BLL.Xhs.Core/HStation.BLL.Xhs.Core.csproj @@ -8,16 +8,37 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Yw.CAL.HttpClient.Core" Version="3.0.6" /> - <PackageReference Include="Yw.CALFactory.Core" Version="3.0.0" /> - <PackageReference Include="Yw.Mapster.Core" Version="3.0.0" /> + <Compile Remove="03-localclient\PumpProduct\**" /> + <Compile Remove="03-localclient\PumpProject\**" /> + <Compile Remove="03-localclient\Pump\**" /> + <Compile Remove="04-bll\01-ProjectItem\**" /> + <Compile Remove="04-bll\02-PumpProdcuct\**" /> + <EmbeddedResource Remove="03-localclient\PumpProduct\**" /> + <EmbeddedResource Remove="03-localclient\PumpProject\**" /> + <EmbeddedResource Remove="03-localclient\Pump\**" /> + <EmbeddedResource Remove="04-bll\01-ProjectItem\**" /> + <EmbeddedResource Remove="04-bll\02-PumpProdcuct\**" /> + <None Remove="03-localclient\PumpProduct\**" /> + <None Remove="03-localclient\PumpProject\**" /> + <None Remove="03-localclient\Pump\**" /> + <None Remove="04-bll\01-ProjectItem\**" /> + <None Remove="04-bll\02-PumpProdcuct\**" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\Dto\Hstation.Dto.Core\Hstation.Dto.Core.csproj" /> + <Compile Remove="02-httpclient\XhsProject.cs" /> + <Compile Remove="02-httpclient\XhsProjectItem.cs" /> + <Compile Remove="02-httpclient\XhsProjectItemModel.cs" /> + <Compile Remove="02-httpclient\XhsProjectItemModelMap.cs" /> + <Compile Remove="03-localclient\XhsProject.cs" /> + <Compile Remove="03-localclient\XhsProjectItem.cs" /> + <Compile Remove="03-localclient\XhsProjectItemModel.cs" /> + <Compile Remove="03-localclient\XhsProjectItemModelMap.cs" /> + </ItemGroup> + + <ItemGroup> <ProjectReference Include="..\..\Dto\HStation.Dto.Xhs.Core\HStation.Dto.Xhs.Core.csproj" /> - <ProjectReference Include="..\..\Service\HStation.Service.Xhs.Project.Core\HStation.Service.Xhs.Project.csproj" /> - <ProjectReference Include="..\..\Service\HStation.Service.Xhs.PumpProduct.Core\HStation.Service.Xhs.PumpProduct.csproj" /> + <ProjectReference Include="..\HStation.BLL.Core\HStation.BLL.Core.csproj" /> </ItemGroup> </Project> -- Gitblit v1.9.3