Shuxia Ning
2024-08-06 1d5b344c8be498c9989f3fe2e9846b1dcc919cb8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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="01-hydraulic-model-validation\MonitorRealRecordCacheHelper.cs" />
    </ItemGroup>
 
    <ItemGroup>
      <PackageReference Include="Yw.Quartz.Core" Version="3.0.0" />
    </ItemGroup>
 
    <ItemGroup>
      <ProjectReference Include="..\IStation.Dto\IStation.Dto.csproj" />
      <ProjectReference Include="..\IStation.Service\IStation.Service.csproj" />
    </ItemGroup>
 
</Project>