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> /// <summary>
/// Looks up a localized string similar to Recieved. /// Looks up a localized string similar to Received.
/// </summary> /// </summary>
internal static string lbRecievedData { internal static string lbRecievedData {
get { get {

View File

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

View File

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