ningshuxia
9 天以前 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
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net6.0</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.Basic\IStation.DAL.Basic.csproj" />
    <ProjectReference Include="..\..\DAL\IStation.DAL.Core\IStation.DAL.Core.csproj" />
    <ProjectReference Include="..\..\Entity\IStation.Entity.Basic\IStation.Entity.Basic.csproj" />
    <ProjectReference Include="..\..\Entity\IStation.Entity.Core\IStation.Entity.Core.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Basic\IStation.Model.Basic.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Core\IStation.Model.Core.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Curve\IStation.Model.Curve.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="System.Data.DataSetExtensions" Version="4.5.0" />
  </ItemGroup>
</Project>