New icon.

zmq
Sean McArdle 2016-12-22 10:06:14 -08:00
parent 3976760a78
commit 1e71967a40
4 changed files with 21 additions and 2 deletions

View File

@ -77,6 +77,23 @@
</Grid>
</Viewbox>
<Viewbox x:Key="TrayIconAlt" x:Shared="false" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Grid>
<Grid Name="backgroundGrid" Width="256" Height="256" Visibility="Visible">
<Rectangle Fill="#FF200B91" Name="Rect" Visibility="Visible" />
</Grid>
<Path Data="M15.799988,3.9000216C17.599976,3.9000216 19,5.3000143 19,7.1000006 19,8.1000002 18.5,8.9999931 17.899994,9.4999931L17.899994,21.099991 18.699982,21.099991 20.299988,23.300001 11.599976,23.300001 13.199982,21.099991 14,21.099991 14,9.7000053C13.199982,9.0999992 12.599976,8.2000063 12.599976,7.1000006 12.599976,5.4000204 14,3.9000216 15.799988,3.9000216z M23.899994,2.6000042C25.099976,3.7000096 25.799988,5.3000143 25.799988,7.2000068 25.799988,8.9000175 25.199982,10.400017 24.099976,11.499991L22.899994,10.999992C23.699982,9.9999922 24.099976,8.5999992 24.099976,7.2000068 24.099976,5.6000021 23.5,4.2000091 22.599976,3.1000042z M7.7999878,2.1000047L9.0999756,2.6000042C8.3999939,3.7000096 7.8999939,4.9999965 7.8999939,6.4000194 7.8999939,7.9999941 8.5,9.4000175 9.3999939,10.499992L8.0999756,10.999992C6.8999939,9.9000166 6.1999817,8.3000124 6.1999817,6.4000194 6.1999817,4.7000087 6.7999878,3.2000099 7.7999878,2.1000047z M29.099976,0.5C30.899994,2.2000108 32,4.6000026 32,7.2000068 32,9.7000053 31,11.900016 29.399994,13.599995L27.899994,12.99999C29.199982,11.400016 29.899994,9.4000175 29.899994,7.2000068 29.899994,4.9000209 29,2.8000164 27.599976,1.1000057z M2.5999756,0L4.0999756,0.60000565C2.7999878,2.2000108 2.0999756,4.2000091 2.0999756,6.4000194 2.0999756,8.7000053 3,10.80001 4.3999939,12.49999L2.8999939,13.099996C1.0999756,11.400016 0,8.9999931 0,6.4000194 0,3.9999972 1,1.700011 2.5999756,0z" Stretch="Uniform" Fill="#FFFFFFFF" Width="184" Height="184" Margin="0,0,0,0" RenderTransformOrigin="0.5,0.5">
<Path.RenderTransform>
<TransformGroup>
<TransformGroup.Children>
<RotateTransform Angle="0" />
<ScaleTransform ScaleX="1" ScaleY="1" />
</TransformGroup.Children>
</TransformGroup>
</Path.RenderTransform>
</Path>
</Grid>
</Viewbox>
</Application.Resources>
</Application>

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -16,7 +16,7 @@
<tb:TaskbarIcon
x:Name="TaskBarIcon"
IconSource="pack://application:,,,/Resources/wifisitter-icon.ico"
IconSource="pack://application:,,,/Resources/Wireless-04.ico"
ToolTipText="WifiSitter Agent"
MenuActivation="LeftOrRightClick"
NoLeftClickDelay="True">

View File

@ -174,7 +174,9 @@
<ItemGroup>
<Resource Include="wifisitter-icon.ico" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Resource Include="Resources\Wireless-04.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.