UIStandard/UIStandard.BLL/UIStandard.BLL.csproj
2025-04-12 08:14:30 +08:00

18 lines
588 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\UIStandard.Entities\UIStandard.Entities.csproj" />
<ProjectReference Include="..\UIStandard.IBLL\UIStandard.IBLL.csproj" />
<ProjectReference Include="..\UIStandard.IDAL\UIStandard.IDAL.csproj" />
<ProjectReference Include="..\UIStandard.Utils\UIStandard.Utils.csproj" />
</ItemGroup>
</Project>