<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<OutputType>Exe</OutputType>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="epanet\**" />
|
<EmbeddedResource Remove="epanet\**" />
|
<None Remove="epanet\**" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Remove="Program - 复制%282%29.cs" />
|
<Compile Remove="Program - 复制%283%29.cs" />
|
<Compile Remove="Program - 复制.cs" />
|
<Compile Remove="Program.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<PackageReference Include="Yw.Epanet.Calcu.Core" Version="1.0.3" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<None Update="epanet2.2.dll">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</None>
|
</ItemGroup>
|
|
</Project>
|