From 85fc43aa549bbe24c4d867a055c0d90d21deba8b Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 17 三月 2025 14:12:23 +0800 Subject: [PATCH] 2.5d绘制探索 --- Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj b/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj index 0ac40c6..57bc87b 100644 --- a/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj +++ b/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj @@ -3,13 +3,14 @@ <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net6.0-windows</TargetFramework> - <Nullable>enable</Nullable> + <Nullable>disable</Nullable> <UseWindowsForms>true</UseWindowsForms> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> - <ProjectReference Include="..\Yw.WinFrmUI.L3d.Core\Yw.WinFrmUI.L3d.Core.csproj" /> + <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> </Project> \ No newline at end of file -- Gitblit v1.9.3