2025-04-10 01:25:45 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2025-04-12 00:14:30 +00:00
|
|
|
<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>
|
|
|
|
|
|
2025-04-10 01:25:45 +00:00
|
|
|
</Project>
|