From 07244fa2982091fc1c8b8b8b041a0783651bf712 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 25 七月 2025 15:03:16 +0800
Subject: [PATCH] upload
---
ErrorAnalysis.UI/ErrorAnalysis.UI.csproj | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ErrorAnalysis.UI/ErrorAnalysis.UI.csproj b/ErrorAnalysis.UI/ErrorAnalysis.UI.csproj
index dd5f59b..9cc6595 100644
--- a/ErrorAnalysis.UI/ErrorAnalysis.UI.csproj
+++ b/ErrorAnalysis.UI/ErrorAnalysis.UI.csproj
@@ -6,9 +6,14 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
+ <ApplicationIcon>Image\logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
+ <Content Include="Image\logo.ico" />
+ </ItemGroup>
+
+ <ItemGroup>
<PackageReference Include="OxyPlot.WindowsForms" Version="2.2.0" />
</ItemGroup>
--
Gitblit v1.9.3