lixiaojun
2022-08-03 aa5aa380cb4e3f63b2e98c5e686b69becefce332
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
27
28
29
30
31
32
33
34
<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>