From b22f76d1a80169a1b124d86c61c24e8032344e27 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期五, 21 二月 2025 17:48:28 +0800 Subject: [PATCH] 修复bug --- Client/DesktopMain/DPumpHydr.DesktopMain.csproj | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 50 insertions(+), 3 deletions(-) diff --git a/Client/DesktopMain/DPumpHydr.DesktopMain.csproj b/Client/DesktopMain/DPumpHydr.DesktopMain.csproj index 495113a..760c595 100644 --- a/Client/DesktopMain/DPumpHydr.DesktopMain.csproj +++ b/Client/DesktopMain/DPumpHydr.DesktopMain.csproj @@ -2,21 +2,68 @@ <PropertyGroup> <OutputType>WinExe</OutputType> - <TargetFramework>net8.0-windows</TargetFramework> + <TargetFramework>net8.0-windows7.0</TargetFramework> <UseWindowsForms>true</UseWindowsForms> <Company>涓婃捣涔夌淮娴佷綋绉戞妧鏈夐檺鍏徃</Company> + <ApplicationIcon>AppIcon.ico</ApplicationIcon> </PropertyGroup> <ItemGroup> - <PackageReference Include="ReaLTaiizor" Version="3.8.0.7" /> + <Compile Remove="MainWindow4Wen 澶囦唤\**" /> + <Compile Remove="MainWindow\鏂板缓鏂囦欢澶筡**" /> + <Compile Remove="Resources\123\**" /> + <Compile Remove="Resources\MainIcon\**" /> + <EmbeddedResource Remove="MainWindow4Wen 澶囦唤\**" /> + <EmbeddedResource Remove="MainWindow\鏂板缓鏂囦欢澶筡**" /> + <EmbeddedResource Remove="Resources\123\**" /> + <EmbeddedResource Remove="Resources\MainIcon\**" /> + <None Remove="MainWindow4Wen 澶囦唤\**" /> + <None Remove="MainWindow\鏂板缓鏂囦欢澶筡**" /> + <None Remove="Resources\123\**" /> + <None Remove="Resources\MainIcon\**" /> + </ItemGroup> + + <ItemGroup> + <Compile Remove="MainRibbonCmdHelper.cs" /> + <Compile Remove="MainWindow\frmMainWindow.Designer - 鍓湰.cs" /> + <Compile Remove="MainWindow\frmMainWindowAntdUI.cs" /> + <Compile Remove="MainWindow\frmMainWindowAntdUI.Designer.cs" /> + <Compile Remove="MainWindow\frmMainWindowRLT.cs" /> + <Compile Remove="MainWindow\frmMainWindowRLT.Designer.cs" /> + <Compile Remove="MainWindow\MainWindowOld.cs" /> + <Compile Remove="MainWindow\MainWindowOld.designer.cs" /> + <Compile Remove="Main\Form1.cs" /> + <Compile Remove="Main\Form1.Designer.cs" /> + <Compile Remove="RibbonTestForm.cs" /> + <Compile Remove="RibbonTestForm.Designer.cs" /> + <Compile Remove="RibbonTestForm_InitialRibbon.cs" /> + </ItemGroup> + + <ItemGroup> + <EmbeddedResource Remove="MainWindow\frmMainWindowAntdUI.resx" /> + <EmbeddedResource Remove="MainWindow\frmMainWindowRLT.resx" /> + <EmbeddedResource Remove="MainWindow\MainWindowOld.en-US.resx" /> + <EmbeddedResource Remove="MainWindow\MainWindowOld.resx" /> + <EmbeddedResource Remove="Main\Form1.resx" /> + <EmbeddedResource Remove="RibbonTestForm.resx" /> + </ItemGroup> + + <ItemGroup> + <None Remove="Resources\Eventech32.png" /> + <None Remove="Resources\logo - 鍓湰.png" /> + </ItemGroup> + + <ItemGroup> + <Content Include="AppIcon.ico" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Model\DPumpHydr.Model.Core\DPumpHydr.Model.Core.csproj" /> <ProjectReference Include="..\..\WinFrmUI\DPumpHydr.WinFrmUI.Assets\DPumpHydr.WinFrmUI.Assets.csproj" /> <ProjectReference Include="..\..\WinFrmUI\DPumpHydr.WinFrmUI.Core\DPumpHydr.WinFrmUI.Core.csproj" /> + <ProjectReference Include="..\..\WinFrmUI\DPumpHydr.WinFrmUI.Impeller\DPumpHydr.WinFrmUI.Impeller.csproj" /> + <ProjectReference Include="..\..\WinFrmUI\DPumpHydr.WinFrmUI.Ribbon\DPumpHydr.WinFrmUI.Ribbon.csproj" /> <ProjectReference Include="..\..\WinFrmUI\DPumpHydr.WinFrmUI.Volute\DPumpHydr.WinFrmUI.Volute.csproj" /> - <ProjectReference Include="..\..\WinFrmUI\System.Windows.Forms.Ribbon\framework\System.Windows.Forms.Ribbon.csproj" /> </ItemGroup> <ItemGroup> -- Gitblit v1.9.3