Skip to content

Commit

Permalink
Add executable icon
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Jan 2, 2020
1 parent c352212 commit f14afbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file modified ReadMe.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/Lurker.UI/Lurker.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{F2FBBB7D-D7D9-4C01-A5A8-A3692DA521EE}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Lurker.UI</RootNamespace>
<AssemblyName>Lurker.UI</AssemblyName>
<AssemblyName>PoeLurker</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand All @@ -34,6 +34,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>TrayIcon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro, Version=3.0.3.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<HintPath>..\..\packages\Caliburn.Micro.Core.3.1.0\lib\net45\Caliburn.Micro.dll</HintPath>
Expand Down Expand Up @@ -181,5 +184,8 @@
<ItemGroup>
<Folder Include="Extensions\" />
</ItemGroup>
<ItemGroup>
<Resource Include="TrayIcon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added src/Lurker.UI/TrayIcon.ico
Binary file not shown.

0 comments on commit f14afbe

Please sign in to comment.