duheng
2024-07-12 09f8dfa6d6b382ed21e262e0a34704f61dab5e82
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
41
42
43
44
45
46
47
48
49
50
51
52
<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.8" />
  </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\SetSysPropForCatalogDlg.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" />
    <Compile Update="Properties\Resources.Designer.cs">
      <DesignTime>True</DesignTime>
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
  </ItemGroup>
 
  <ItemGroup>
    <EmbeddedResource Update="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
 
</Project>