Skip to content

Commit

Permalink
Merge pull request #22 from NeilMacMullen/add-icon
Browse files Browse the repository at this point in the history
Add application icon for lokqldx
  • Loading branch information
NeilMacMullen authored May 27, 2024
2 parents 658db73 + 1dc5771 commit adb612d
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 adb612d

Please sign in to comment.