<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
<RootNamespace>IStation.Calculation</RootNamespace>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="dto\**" />
|
<Compile Remove="helper - 复制\**" />
|
<EmbeddedResource Remove="dto\**" />
|
<EmbeddedResource Remove="helper - 复制\**" />
|
<None Remove="dto\**" />
|
<None Remove="helper - 复制\**" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Remove="temp\EapnetHelper - 复制.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Component\IStation.Epanet\IStation.Epanet.csproj" />
|
<ProjectReference Include="..\..\Component\IStation.Log4Net\IStation.Log4Net.csproj" />
|
<ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Folder Include="temp\" />
|
</ItemGroup>
|
|
</Project>
|