<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="02-SysCatalogManage\Class1.cs" />
|
<Compile Remove="Class1.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
|
<PackageReference Include="Yw.BLL.Basic.Core" Version="3.3.7" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\BLL\HStation.BLL.Assets.Core\HStation.BLL.Assets.Core.csproj" />
|
<ProjectReference Include="..\Hstation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Update="01-SysTypeManage\AddSysMoudleDlg.cs" />
|
<Compile Update="01-SysTypeManage\AddSysTypeDlg.cs" />
|
<Compile Update="01-SysTypeManage\EditSysMoudleDlg.cs" />
|
<Compile Update="01-SysTypeManage\EditSysTypeDlg.cs" />
|
<Compile Update="01-SysTypeManage\SysModuleListBoxCtrl.cs" />
|
<Compile Update="01-SysTypeManage\SysTypeManageMainPanel.cs" />
|
<Compile Update="02-SysCatalogManage\AddSysCatalogDlg.cs" />
|
<Compile Update="02-SysCatalogManage\SysCatalogManageMainPanel.cs" />
|
<Compile Update="02-SysCatalogManage\EditSysCatalogDlg.cs" />
|
<Compile Update="02-SysCatalogManage\SetSysPropForCatalogDlg.cs" />
|
<Compile Update="02-SysCatalogManage\SysTypeListBoxCtrl.cs" />
|
<Compile Update="04-SysPropManage\AddSysPropDlg.cs" />
|
<Compile Update="04-SysPropManage\AddSysPropGrouoDlg.cs" />
|
<Compile Update="04-SysPropManage\EditSysPropDlg.cs" />
|
<Compile Update="04-SysPropManage\EditSysPropGrouoDlg.cs" />
|
<Compile Update="04-SysPropManage\SysPropGroupTreeListCtrl.cs" />
|
<Compile Update="04-SysPropManage\SysPropManageMainPanel.cs" />
|
<Compile Update="03-SysFlagManage\AddSysMoudleDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Update="03-SysFlagManage\EditSysMoudleDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Update="03-SysFlagManage\SysFlagTreeListCtrl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Update="03-SysFlagManage\SysFlagManageMainPanel.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<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>
|