<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
<AssemblyName>IStation.Application.OpenApi</AssemblyName>
|
<RootNamespace>IStation.Application</RootNamespace>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="shys\dispatch\DispatchAna_ShysController - 副本.cs" />
|
<Compile Remove="shys\dispatch\dto\DispatchAnaSchemeItemOutput - 副本.cs" />
|
<Compile Remove="shys\dispatch\dto\DispatchAnaSchemeOutput - 副本.cs" />
|
<Compile Remove="shys\plan\helper\PlanAnaCalculatorFactory.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Calculation\IStation.Calculation.Dispatch\IStation.Calculation.Dispatch.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Organize\IStation.Service.Organize.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.User\IStation.Service.User.csproj" />
|
<ProjectReference Include="..\IStation.Application.Core\IStation.Application.Core.csproj" />
|
</ItemGroup>
|
|
</Project>
|