Skip to content

Commit

Permalink
Add icon to PowerMateVolume
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed Feb 24, 2023
1 parent da0ee0b commit ff23dca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions PowerMateVolume/PowerMateVolume.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<IsPackable>false</IsPackable>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>powermate.ico</ApplicationIcon>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="CSCore" Version="1.2.1.2" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net7.0-windows7.0\win10-x64\publish\</PublishDir>
<PublishDir>bin\Release\net7.0-windows\win10-x64\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net7.0-windows7.0</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
Expand Down
Binary file added PowerMateVolume/powermate.ico
Binary file not shown.

0 comments on commit ff23dca

Please sign in to comment.