<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>
|