ningshuxia
2022-12-12 e81ca048ef4e9345e904b74ffffd3e8413d18a7e
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
35
36
37
38
39
40
41
42
43
44
45
46
<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>