From e05f48fc7ba368d3561d8702b18d65ee021b1ae2 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 03 九月 2024 14:31:15 +0800 Subject: [PATCH] 11 --- TEWin/TEWin.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/TEWin/TEWin.csproj b/TEWin/TEWin.csproj index dc5a4ee..43a83be 100644 --- a/TEWin/TEWin.csproj +++ b/TEWin/TEWin.csproj @@ -916,6 +916,9 @@ <EmbeddedResource Include="Resources\DisplayByAttribute\ToolIcon.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </EmbeddedResource> + <EmbeddedResource Include="Resources\favicon.ico"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </EmbeddedResource> <Content Include="Resources\log4net4.dll" /> <Content Include="Resources\Newtonsoft.Json.dll" /> </ItemGroup> -- Gitblit v1.9.3