Skip to content

Commit

Permalink
add pretty lil icon
Browse files Browse the repository at this point in the history
  • Loading branch information
katycat5e committed Jul 26, 2023
1 parent 4628311 commit 153a9ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SkinConfigurator/SkinConfigurator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>brush.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -21,5 +22,9 @@
</PropertyGroup>

<Import Project="..\SMShared\SMShared.projitems" Label="Shared" />

<ItemGroup>
<Content Include="brush.ico" />
</ItemGroup>

</Project>
Binary file added SkinConfigurator/brush.ico
Binary file not shown.

0 comments on commit 153a9ac

Please sign in to comment.