| | |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>disable</Nullable> |
| | | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| | | <Version>1.0.8</Version> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | |
| | | <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\" /> |
| | | <PackageReference Include="Yw.Epanet.Core" Version="1.0.5" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |