From f5cdfeae3594e3e6e1461300e93c266ce79c1a8a Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 05 十二月 2024 16:35:35 +0800 Subject: [PATCH] 属性代码恢复 --- BLL/HStation.BLL.Xhs.Core/HStation.BLL.Xhs.Core.csproj | 35 ++++++++++++++++++++++++++++------- 1 files changed, 28 insertions(+), 7 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 8cd41d7..037c7be 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" /> - <ProjectReference Include="..\..\Dto\HStation.Dto.Xhs.Core\HStation.Dto.Xhs.Core.csproj" /> - <ProjectReference Include="..\..\Model\HStation.Model.Xhs.PumpProduct\HStation.Model.Xhs.PumpProduct.csproj" /> - <ProjectReference Include="..\..\Service\HStation.Service.Xhs.Core\HStation.Service.Xhs.Project.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="..\..\Vmo\HStation.Vmo.Xhs.Core\HStation.Vmo.Xhs.Core.csproj" /> + <ProjectReference Include="..\HStation.BLL.Core\HStation.BLL.Core.csproj" /> </ItemGroup> </Project> -- Gitblit v1.9.3