[AlwaysOnTop]Added icon to the base application (#30953)

This commit is contained in:
Conor Kirby
2024-01-17 16:38:24 +00:00
committed by GitHub
parent 7e8459b963
commit b173debb95
4 changed files with 16 additions and 0 deletions

View File

@@ -39,3 +39,11 @@ BEGIN
END
END
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "../../Assets/AlwaysOnTop.ico"

View File

@@ -185,6 +185,9 @@
<ItemGroup>
<None Include="Resources.resx" />
</ItemGroup>
<ItemGroup>
<Image Include="..\Assets\AlwaysOnTop.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="..\..\..\..\deps\spdlog.props" />
<ImportGroup Label="ExtensionTargets">

View File

@@ -125,4 +125,9 @@
<ItemGroup>
<Natvis Include="$(MSBuildThisFileDirectory)..\..\natvis\wil.natvis" />
</ItemGroup>
<ItemGroup>
<Image Include="..\Assets\AlwaysOnTop.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
</Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB