From 391e0e408d09e698850eb5daaef485d088612b4f Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 01 十二月 2022 13:41:12 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/IStation/Service.V4.1 --- Calculation/IStation.Calculation.Plan/IStation.Calculation.Plan.csproj | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/Calculation/IStation.Calculation.Plan/IStation.Calculation.Plan.csproj b/Calculation/IStation.Calculation.Plan/IStation.Calculation.Plan.csproj index d786c64..291fd67 100644 --- a/Calculation/IStation.Calculation.Plan/IStation.Calculation.Plan.csproj +++ b/Calculation/IStation.Calculation.Plan/IStation.Calculation.Plan.csproj @@ -9,7 +9,24 @@ </PropertyGroup> <ItemGroup> + <Compile Remove="calc\**" /> + <Compile Remove="custom\shys\**" /> + <Compile Remove="input\**" /> + <EmbeddedResource Remove="calc\**" /> + <EmbeddedResource Remove="custom\shys\**" /> + <EmbeddedResource Remove="input\**" /> + <None Remove="calc\**" /> + <None Remove="custom\shys\**" /> + <None Remove="input\**" /> + </ItemGroup> + + <ItemGroup> <ProjectReference Include="..\..\Core\IStation.Core\IStation.Core.csproj" /> + <ProjectReference Include="..\IStation.Calculation.Dispatch\IStation.Calculation.Dispatch.csproj" /> + </ItemGroup> + + <ItemGroup> + <Folder Include="custom\" /> </ItemGroup> </Project> -- Gitblit v1.9.3