| | |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | <PlatformTarget>x86</PlatformTarget> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <Compile Remove="EpanetMethods.cs" /> |
| | | <Compile Remove="ModelVerification.cs" /> |
| | | <Compile Remove="Program - 复制.cs" /> |
| | | <Compile Remove="Program _mode.cs" /> |
| | | <Compile Remove="Program_bak.cs" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\..\IStation.Dto\IStation.Dto.csproj" /> |
| | | <ProjectReference Include="..\..\IStation.Service\IStation.Service.csproj" /> |
| | | </ItemGroup> |
| | | |