¶Ô±ÈÐÂÎļþ |
| | |
| | | <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> |