duheng
2024-12-24 a5770e3760d8e966efcc6076c37fdaec72a04bc0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>