<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>
|