<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
<AssemblyName>IStation.Calculation.Dispatch</AssemblyName>
|
<RootNamespace>IStation.Calculation.DispatchAna</RootNamespace>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="custom\shys\station\input\**" />
|
<Compile Remove="custom\shys\station\output\**" />
|
<Compile Remove="helper\origin\**" />
|
<Compile Remove="helper\youhua\**" />
|
<Compile Remove="helper\新建文件夹\**" />
|
<EmbeddedResource Remove="custom\shys\station\input\**" />
|
<EmbeddedResource Remove="custom\shys\station\output\**" />
|
<EmbeddedResource Remove="helper\origin\**" />
|
<EmbeddedResource Remove="helper\youhua\**" />
|
<EmbeddedResource Remove="helper\新建文件夹\**" />
|
<None Remove="custom\shys\station\input\**" />
|
<None Remove="custom\shys\station\output\**" />
|
<None Remove="helper\origin\**" />
|
<None Remove="helper\youhua\**" />
|
<None Remove="helper\新建文件夹\**" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Remove="base\CalculatorBase - 复制.cs" />
|
<Compile Remove="custom\shys\station\DispatchKeepSchemeCalculator4Cxbz - 副本.cs" />
|
<Compile Remove="custom\shys\station\长兴岛\CxbzBase - 复制.cs" />
|
<Compile Remove="general\Calculator.cs" />
|
<Compile Remove="input\RequestParasSimple.cs" />
|
<Compile Remove="input\TargetPressPara.cs" />
|
<Compile Remove="Model\CurrentRecordValue.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Service\IStation.Service.Main\IStation.Service.Main.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Product\IStation.Service.Product.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Run\IStation.Service.Run.csproj" />
|
</ItemGroup>
|
|
</Project>
|