lixiaojun
2024-08-06 62f18f31a10fd5597b45151f688e5189eba888fd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\BLL\HStation.BLL.Organize.Core\HStation.BLL.Organize.Core.csproj" />
    <ProjectReference Include="..\Hstation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" />
  </ItemGroup>
 
</Project>