| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <OutputType>WinExe</OutputType> |
| | | <TargetFramework>net6.0-windows</TargetFramework> |
| | | <Nullable>disable</Nullable> |
| | | <UseWindowsForms>true</UseWindowsForms> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | </PropertyGroup> |
| | | <PropertyGroup> |
| | | <OutputType>WinExe</OutputType> |
| | | <TargetFramework>net6.0-windows</TargetFramework> |
| | | <Nullable>disable</Nullable> |
| | | <UseWindowsForms>true</UseWindowsForms> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\Yw.Epanet.Calcu.Core\Yw.Epanet.Calcu.Core.csproj" /> |
| | | <ProjectReference Include="..\Yw.WinFrmUI.Hydro.L3d.Core\Yw.WinFrmUI.Hydro.L3d.Core.csproj" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\Yw.Epanet.Calcu.Core\Yw.Epanet.Calcu.Core.csproj" /> |
| | | <ProjectReference Include="..\Yw.WinFrmUI.Hydro.L3d.Core\Yw.WinFrmUI.Hydro.L3d.Core.csproj" /> |
| | | <ProjectReference Include="..\Yw.WinFrmUI.Hydro.L3d2.Core\Yw.WinFrmUI.Hydro.L3d2.Core.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |