From e0279fe6db39d1071ef04ad0080b887cb6a0d335 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期一, 04 八月 2025 17:27:47 +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