ningshuxia
2024-07-08 04e811eb41fe6adce30ec78926973b0e02ed6bbe
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
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="EpanetMethods.cs" />
    <Compile Remove="HydraulicModelValidationHelperJob.cs" />
    <Compile Remove="ModelVerification.cs" />
    <Compile Remove="Program - 复制%282%29.cs" />
    <Compile Remove="Program - 复制%283%29.cs" />
    <Compile Remove="Program - 复制.cs" />
    <Compile Remove="Program _mode.cs" />
    <Compile Remove="Program_bak.cs" />
    <Compile Remove="ScadaModelValidHelper - 复制.cs" />
    <Compile Remove="ScheduleModelValidHelper - 复制%282%29.cs" />
    <Compile Remove="ScheduleModelValidHelper - 复制%283%29.cs" />
    <Compile Remove="ScheduleModelValidHelper - 复制.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\IStation.Dto\IStation.Dto.csproj" />
    <ProjectReference Include="..\..\IStation.Service\IStation.Service.csproj" />
  </ItemGroup>
 
</Project>