<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<OutputType>WinExe</OutputType>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<Nullable>disable</Nullable>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<UseWPF>true</UseWPF>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Include="Class1.csv" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\Yw.Epanet.Calcu.Core\Yw.Epanet.Calcu.Core.csproj" />
|
<ProjectReference Include="..\Yw.WpfUI.Hydro.L3d.Core\Yw.WpfUI.Hydro.L3d.Core.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<None Update="mt.png">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</None>
|
</ItemGroup>
|
|
</Project>
|