增加图标

This commit is contained in:
ww-rm
2025-03-03 23:24:18 +08:00
parent 600fd12a2b
commit eafc470fbe
3 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ namespace SpineViewer
static void Main()
{
InitializeLogConfiguration();
Logger.Info("Program Started.");
Logger.Info("Program Started");
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.

View File

@@ -10,8 +10,13 @@
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Version>0.9.0</Version>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
<ApplicationIcon>appicon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="appicon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NLog.Windows.Forms" Version="5.2.3" />
<PackageReference Include="SFML.Net" Version="2.6.0" />

BIN
SpineViewer/appicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB