Skip to content

Commit

Permalink
Add application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex committed Jun 17, 2024
1 parent 621f909 commit 06edb9f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Binary file added Assets/icon.ico
Binary file not shown.
Binary file added Assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Resources/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions WpfMaiTouchEmulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 06edb9f

Please sign in to comment.