<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>enable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
|
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2592.51" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\BLL\HStation.BLL.Xhs.Core\HStation.BLL.Xhs.Core.csproj" />
|
<ProjectReference Include="..\..\Dto\Hstation.Dto.Core\Hstation.Dto.Core.csproj" />
|
<ProjectReference Include="..\Hstation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" />
|
</ItemGroup>
|
|
</Project>
|