<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="05-calcu\NetworkCalcuMinorLoss.cs" />
|
<Compile Remove="05-calcu\NetworkDirectionExtensions.cs" />
|
<Compile Remove="05-calcu\NetworkEnergyAnalyseExtensions.cs" />
|
<Compile Remove="05-calcu\NetworkPathAnalyseExtensions.cs" />
|
<Compile Remove="06-energy\NetworkEnergyAnalyseExtensions.cs" />
|
<Compile Remove="07-path\NetworkPathAnalyseExtensions.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\Yw.Epanet.Core\Yw.Epanet.Core.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Folder Include="07-path\" />
|
</ItemGroup>
|
|
</Project>
|