<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
<AssemblyName>IStation.Calculation4Dispatch</AssemblyName>
|
<RootNamespace>IStation.Calculation.DispatchAna</RootNamespace>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="custom\shys\station\input\**" />
|
<Compile Remove="custom\shys\station\output\**" />
|
<EmbeddedResource Remove="custom\shys\station\input\**" />
|
<EmbeddedResource Remove="custom\shys\station\output\**" />
|
<None Remove="custom\shys\station\input\**" />
|
<None Remove="custom\shys\station\output\**" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Remove="custom\shys\station\DispatchKeepSchemeCalculator4Cxbz - 副本.cs" />
|
<Compile Remove="input\RequestParasSimple.cs" />
|
<Compile Remove="input\TargetPressPara.cs" />
|
<Compile Remove="Model\CurrentRecordValue.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Service\IStation.Service4Main\IStation.Service4Main.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service4Product\IStation.Service4Product.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service4Run\IStation.Service4Run.csproj" />
|
</ItemGroup>
|
|
</Project>
|