lixiaojun
2022-08-03 aa5aa380cb4e3f63b2e98c5e686b69becefce332
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <RootNamespace>IStation.Calculation</RootNamespace>
    <PlatformTarget>AnyCPU</PlatformTarget>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="dto\**" />
    <Compile Remove="helper - 复制\**" />
    <EmbeddedResource Remove="dto\**" />
    <EmbeddedResource Remove="helper - 复制\**" />
    <None Remove="dto\**" />
    <None Remove="helper - 复制\**" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Remove="temp\EapnetHelper - 复制.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Component\IStation.Epanet\IStation.Epanet.csproj" />
    <ProjectReference Include="..\..\Component\IStation.Log4Net\IStation.Log4Net.csproj" />
    <ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Folder Include="temp\" />
  </ItemGroup>
 
</Project>