Skip to content

Commit

Permalink
Add application icon for lokqldx
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilMacMullen committed May 27, 2024
1 parent 658db73 commit 1dc5771
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added applications/lokqlDx/Properties/kql.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions applications/lokqlDx/lokqlDx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<PublishSingleFile>true</PublishSingleFile>
<ApplicationIcon>Properties\kql.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Include="Properties\kql.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" />

Expand Down

0 comments on commit 1dc5771

Please sign in to comment.