lixiaojun
2025-04-12 19e6eb0b172154f9b44323a4174ff9b61628439d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\Yw.Epanet.Calcu.Core\Yw.Epanet.Calcu.Core.csproj" />
    <ProjectReference Include="..\Yw.Epanet.Core\Yw.Epanet.Core.csproj" />
  </ItemGroup>
 
</Project>