From 71c12ff40d58c3dbdde6867396dd99224e57fc32 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期三, 30 四月 2025 16:00:01 +0800 Subject: [PATCH] 首页修改 --- Hydro/Yw.EPAnet.Core/Yw.EPAnet.Core.csproj | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/Hydro/Yw.EPAnet.Core/Yw.EPAnet.Core.csproj b/Hydro/Yw.EPAnet.Core/Yw.EPAnet.Core.csproj new file mode 100644 index 0000000..c3b416a --- /dev/null +++ b/Hydro/Yw.EPAnet.Core/Yw.EPAnet.Core.csproj @@ -0,0 +1,19 @@ +锘�<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <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