From eaf4edfeeb42590be28c59a393c6a868e1831396 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期五, 25 四月 2025 13:43:11 +0800 Subject: [PATCH] 无效文件 --- Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 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..e1b5fd4 100644 --- a/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj +++ b/Yw.WinFrmUI.Test.Core/Yw.WinFrmUI.Test.Core.csproj @@ -1,15 +1,17 @@ 锘�<Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <OutputType>WinExe</OutputType> - <TargetFramework>net6.0-windows</TargetFramework> - <Nullable>enable</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.WinFrmUI.L3d.Core\Yw.WinFrmUI.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