Skip to content

Commit

Permalink
add icon for exe file
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanexhoax committed Sep 14, 2024
1 parent deb018a commit b488421
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WinTool/WinTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<Copyright>Copyright (c) Vitalii Shchur 2023-2024</Copyright>
<PackageProjectUrl>https://github.com/arcanexhoax/WinTool</PackageProjectUrl>
<Description>WinTool is a utility that expands shortcuts for Windows Explorer, it adds shortcuts for useful functions that do not have it.</Description>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -38,6 +39,10 @@
</COMReference>
</ItemGroup>

<ItemGroup>
<Content Include="Resources\icon.ico" />
</ItemGroup>

<ItemGroup>
<Resource Include="Resources\icon.ico" />
<Resource Include="Resources\logo.png" />
Expand Down

0 comments on commit b488421

Please sign in to comment.