From 2afe37c9578fa831f00c5ac4d4c1a3329d79e29d Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期四, 20 三月 2025 10:08:57 +0800 Subject: [PATCH] --新增设施编辑连接地址及连接方式 --- WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj | 36 +++++++++++++++++++++++++++++++++++- 1 files changed, 35 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj index 1d92e77..9b42d01 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj +++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj @@ -29,16 +29,50 @@ <ItemGroup> <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> - <PackageReference Include="Yw.Untity.Core" Version="3.0.3" /> + <PackageReference Include="Yw.Untity.Core" Version="3.0.6" /> + <PackageReference Include="Yw.Vmo.Core" Version="3.1.0" /> </ItemGroup> <ItemGroup> <Compile Update="03-wait\WaitFormStyle.cs"> <SubType>Form</SubType> </Compile> + <Compile Update="09-common\06-search-import\GeneralSearchAndExportCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="09-common\04-search-select\GeneralSearchAndSelectCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="09-common\05-search-set-select\GeneralSearchAndSelectCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="09-common\07-search\GeneralSearchCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="09-common\08-paras\SetParasDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="09-common\08-paras\SetParasGridCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="11-tree\01-simple\SimpleTreeViewCtrl.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="12-exception\VmoExceptionTipForm.cs"> + <SubType>Form</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> -- Gitblit v1.9.3