From 6c865e1270ec79a1fad60e31635513d5966d3431 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 03 四月 2025 14:02:30 +0800 Subject: [PATCH] 增加 HelixToolkit在WinFrmUI中的调试 --- Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj b/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj index 57bc87b..e1b5fd4 100644 --- a/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj +++ b/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj @@ -1,16 +1,17 @@ 锘�<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> \ No newline at end of file -- Gitblit v1.9.3