Add application icon
.NET Core Desktop / build (Release) (push) Has been cancelled
Details
.NET Core Desktop / build (Release) (push) Has been cancelled
Details
parent
621f90937f
commit
06edb9fcfc
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue