tangxu
2023-04-12 7168d235bc1e0f565aac4e311ab621c04242f96f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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>