duheng
2024-07-10 2a41fffc9f962999ba163c3b471873b6b96f05bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<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="Yw.BLL.Basic.Core" Version="3.1.7" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Dto\Hstation.Dto.Core\Hstation.Dto.Core.csproj" />
    <ProjectReference Include="..\Hstation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="00-SysTypeManage\AddSysMoudleDlg.cs" />
    <Compile Update="00-SysTypeManage\AddSysTypeDlg.cs" />
    <Compile Update="00-SysTypeManage\EditSysMoudleDlg.cs" />
    <Compile Update="00-SysTypeManage\EditSysTypeDlg.cs" />
    <Compile Update="00-SysTypeManage\SysModuleTreeListCtrl.cs" />
    <Compile Update="00-SysTypeManage\SysTypeManageMainPanel.cs" />
    <Compile Update="01-SysCatalogManage\AddSysCatalogDlg.cs" />
    <Compile Update="01-SysCatalogManage\SysCatalogManageMainPanel.cs" />
    <Compile Update="01-SysCatalogManage\EditSysCatlaogDlg.cs" />
    <Compile Update="01-SysCatalogManage\SysPropEditDlg.cs" />
    <Compile Update="01-SysCatalogManage\SysTypeTreeListCtrl.cs" />
    <Compile Update="02-SysPropManage\AddSysPropDlg.cs" />
    <Compile Update="02-SysPropManage\AddSysPropGrouoDlg.cs" />
    <Compile Update="02-SysPropManage\EditSysPropDlg.cs" />
    <Compile Update="02-SysPropManage\EditSysPropGrouoDlg.cs" />
    <Compile Update="02-SysPropManage\SysPropGroupTreeListCtrl.cs" />
    <Compile Update="02-SysPropManage\SysPropManageMainPanel.cs" />
    <Compile Update="02-SysPropManage\SysTypeTreeListLookUpEdit.cs" />
  </ItemGroup>
 
</Project>