Skip to content

Commit 67b4efa

Browse files
committed
feat: Add Icon
1 parent 46377f7 commit 67b4efa

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

MuteCurrentApplication.csproj renamed to ApplicationMuter.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<Nullable>enable</Nullable>
88
<StartupObject>Program</StartupObject>
99
<PlatformTarget>x64</PlatformTarget>
10+
<ApplicationIcon>Assets\Icon.ico</ApplicationIcon>
11+
<AssemblyName>ApplicationMuter</AssemblyName>
1012
</PropertyGroup>
1113

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

22+
<ItemGroup>
23+
<Content Include="Assets\Icon.ico" />
24+
</ItemGroup>
25+
2026
<ItemGroup>
2127
<PackageReference Include="GlobalHotKeys.Windows" Version="0.1.0" />
2228
<PackageReference Include="NAudio" Version="2.2.1" />

MuteCurrentApplication.sln renamed to ApplicationMuter.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.8.34309.116
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MuteCurrentApplication", "MuteCurrentApplication.csproj", "{D655C30D-FF2F-444E-8762-DB9251C258FB}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationMuter", "ApplicationMuter.csproj", "{D655C30D-FF2F-444E-8762-DB9251C258FB}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D073E09-23C9-45A7-B3AA-C8EACBB47660}"
99
ProjectSection(SolutionItems) = preProject

Assets/Icon.ico

264 KB
Binary file not shown.

Assets/Icon.png

36.6 KB
Loading

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<h1 align="center">Application Muter</h1>
2+
<p align="center"><img src="Assets/Icon.png" width=250 align="center"></p>
23
<p align="center" style="font-weight:bold;">A low effort application to mute the currently active window by pressing Ctrl + F1.</p>
34

45
<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>

0 commit comments

Comments
 (0)