Skip to content

Commit

Permalink
feat: Add Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TheXorog committed Jan 18, 2024
1 parent 46377f7 commit 67b4efa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MuteCurrentApplication.csproj → ApplicationMuter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<Nullable>enable</Nullable>
<StartupObject>Program</StartupObject>
<PlatformTarget>x64</PlatformTarget>
<ApplicationIcon>Assets\Icon.ico</ApplicationIcon>
<AssemblyName>ApplicationMuter</AssemblyName>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -17,6 +19,10 @@
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<Content Include="Assets\Icon.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="GlobalHotKeys.Windows" Version="0.1.0" />
<PackageReference Include="NAudio" Version="2.2.1" />
Expand Down
2 changes: 1 addition & 1 deletion MuteCurrentApplication.sln → ApplicationMuter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MuteCurrentApplication", "MuteCurrentApplication.csproj", "{D655C30D-FF2F-444E-8762-DB9251C258FB}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationMuter", "ApplicationMuter.csproj", "{D655C30D-FF2F-444E-8762-DB9251C258FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D073E09-23C9-45A7-B3AA-C8EACBB47660}"
ProjectSection(SolutionItems) = preProject
Expand Down
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.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<h1 align="center">Application Muter</h1>
<p align="center"><img src="Assets/Icon.png" width=250 align="center"></p>
<p align="center" style="font-weight:bold;">A low effort application to mute the currently active window by pressing Ctrl + F1.</p>

<p align="center"><img src="https://img.shields.io/github/stars/TheXorog/ApplicationMuter" align="center"> <img src="https://img.shields.io/github/watchers/TheXorog/ApplicationMuter" align="center"></p>
Expand Down

0 comments on commit 67b4efa

Please sign in to comment.