duheng
2025-03-28 d5a2d7e66f9c8046bd88b8269e61aac5a2a265e2
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
<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>