From 3c8e996db701f2744af261e876455754ad182b62 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 09 五月 2025 16:19:36 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Hydro/Yw.EPAnet.Core/Yw.EPAnet.Core.csproj | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Hydro/Yw.EPAnet.Core/Yw.EPAnet.Core.csproj b/Hydro/Yw.EPAnet.Core/Yw.EPAnet.Core.csproj index 473b0b7..c3b416a 100644 --- a/Hydro/Yw.EPAnet.Core/Yw.EPAnet.Core.csproj +++ b/Hydro/Yw.EPAnet.Core/Yw.EPAnet.Core.csproj @@ -1,10 +1,19 @@ -<Project Sdk="Microsoft.NET.Sdk"> +锘�<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net6.0-windows</TargetFramework> + <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>disable</Nullable> <PlatformTarget>x64</PlatformTarget> </PropertyGroup> + <ItemGroup> + <Compile Remove="01-enum\eInputType.cs" /> + <Compile Remove="01-enum\eLinkValueType.cs" /> + <Compile Remove="01-enum\eNodeValueType.cs" /> + <Compile Remove="01-enum\eObjectType.cs" /> + <Compile Remove="01-enum\eOutputType.cs" /> + <Compile Remove="EPAmodel.cs" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3