ningshuxia
10 天以前 b24092beff11a75a3fec392dcedd475b407ebdc3
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
35
36
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net6.0-windows</TargetFramework>
    <OutputType>Library</OutputType>
    <RootNamespace>IStation.BLL</RootNamespace>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <AssemblyTitle>IStation.Entity.Logic</AssemblyTitle>
    <Product>IStation.Entity.Logic</Product>
    <Copyright>Copyright ©  2023</Copyright>
    <AssemblyVersion>1.0.0.0</AssemblyVersion>
    <FileVersion>1.0.0.0</FileVersion>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Component\IStation.MemoryCache\IStation.MemoryCache.csproj" />
    <ProjectReference Include="..\..\Core\IStation.Core\IStation.Core.csproj" />
    <ProjectReference Include="..\..\DAL\IStation.DAL.Core\IStation.DAL.Core.csproj" />
    <ProjectReference Include="..\..\DAL\IStation.DAL.Hydro\IStation.DAL.Hydro.csproj" />
    <ProjectReference Include="..\..\Entity\IStation.Entity.Core\IStation.Entity.Core.csproj" />
    <ProjectReference Include="..\..\Entity\IStation.Entity.Hydro\IStation.Entity.Hydro.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Core\IStation.Model.Core.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Hydro\IStation.Model.Hydro.csproj" />
    <ProjectReference Include="..\..\Settings\IStation.Settings\IStation.Settings.csproj" />
    <ProjectReference Include="..\..\Utils\IStation.Untity\IStation.Untity.csproj" />
    <ProjectReference Include="..\IStation.BLL.Core\IStation.BLL.Core.csproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
    <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
  </ItemGroup>
  <ItemGroup>
    <Compile Remove="HydraulicModel\Cache\HydraulicModelCacheHelper.cs" />
    <Compile Remove="HydraulicModel\Helper\HydraulicModelFileHelper.cs" />
    <Compile Remove="HydraulicModel\HydraulicModel.cs" />
    <Compile Remove="HydraulicModel\HydraulicModel_Instance.cs" />
  </ItemGroup>
</Project>