Skip to content

Commit 1ff616f

Browse files
committed
New Icons (tweaks)
1 parent 7f1054e commit 1ff616f

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

KeyCap.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
<PropertyGroup>
3636
<StartupObject>KeyCap.Program</StartupObject>
3737
</PropertyGroup>
38+
<PropertyGroup>
39+
<ApplicationIcon>Resources\KeyCapApp.ico</ApplicationIcon>
40+
</PropertyGroup>
3841
<ItemGroup>
3942
<Reference Include="System" />
4043
<Reference Include="System.Core" />
@@ -113,6 +116,9 @@
113116
<None Include="Resources\KeyCapActive.ico" />
114117
<None Include="Resources\KeyCapIdle.ico" />
115118
</ItemGroup>
119+
<ItemGroup>
120+
<Content Include="Resources\KeyCapApp.ico" />
121+
</ItemGroup>
116122
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117123
<PropertyGroup>
118124
<PostBuildEvent>DEL "$(SolutionDir)$(OutDir)*.zip"

Resources/KeyCapActive.ico

0 Bytes
Binary file not shown.

Resources/KeyCapApp.ico

11.2 KB
Binary file not shown.

Resources/KeyCapIdle.ico

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)