Add application icon
.NET Core Desktop / build (Release) (push) Has been cancelled Details

pull/7/head
LeapwardKoex 2024-06-17 21:48:43 +12:00
parent 621f90937f
commit 06edb9fcfc
5 changed files with 7 additions and 2 deletions

BIN
Assets/icon.ico 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
Assets/icon.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -223,7 +223,7 @@ namespace WpfMaiTouchEmulator.Resources {
}
/// <summary>
/// Looks up a localized string similar to Recieved.
/// Looks up a localized string similar to Received.
/// </summary>
internal static string lbRecievedData {
get {

View File

@ -172,7 +172,7 @@
<value>Show setup instructions</value>
</data>
<data name="lbRecievedData" xml:space="preserve">
<value>Recieved</value>
<value>Received</value>
</data>
<data name="lbSentData" xml:space="preserve">
<value>Sent</value>

View File

@ -6,8 +6,13 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="Assets\icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.1" />
<PackageReference Include="System.IO.Ports" Version="8.0.0" />