From b0de14c2670b9ff0079dacfb4b7457b438368f11 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 27 三月 2025 10:17:53 +0800 Subject: [PATCH] 添加导出直线圆弧数据 --- Client/DesktopMain/DPumpHydr.DesktopMain.csproj | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Client/DesktopMain/DPumpHydr.DesktopMain.csproj b/Client/DesktopMain/DPumpHydr.DesktopMain.csproj index ddd61f8..760c595 100644 --- a/Client/DesktopMain/DPumpHydr.DesktopMain.csproj +++ b/Client/DesktopMain/DPumpHydr.DesktopMain.csproj @@ -5,6 +5,7 @@ <TargetFramework>net8.0-windows7.0</TargetFramework> <UseWindowsForms>true</UseWindowsForms> <Company>涓婃捣涔夌淮娴佷綋绉戞妧鏈夐檺鍏徃</Company> + <ApplicationIcon>AppIcon.ico</ApplicationIcon> </PropertyGroup> <ItemGroup> @@ -24,8 +25,7 @@ <ItemGroup> <Compile Remove="MainRibbonCmdHelper.cs" /> - <Compile Remove="MainWindow\Form1.cs" /> - <Compile Remove="MainWindow\Form1.Designer.cs" /> + <Compile Remove="MainWindow\frmMainWindow.Designer - 鍓湰.cs" /> <Compile Remove="MainWindow\frmMainWindowAntdUI.cs" /> <Compile Remove="MainWindow\frmMainWindowAntdUI.Designer.cs" /> <Compile Remove="MainWindow\frmMainWindowRLT.cs" /> @@ -40,7 +40,6 @@ </ItemGroup> <ItemGroup> - <EmbeddedResource Remove="MainWindow\Form1.resx" /> <EmbeddedResource Remove="MainWindow\frmMainWindowAntdUI.resx" /> <EmbeddedResource Remove="MainWindow\frmMainWindowRLT.resx" /> <EmbeddedResource Remove="MainWindow\MainWindowOld.en-US.resx" /> @@ -55,6 +54,10 @@ </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" /> -- Gitblit v1.9.3