Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sappho192 committed Dec 8, 2020
1 parent 1ffd257 commit e475128
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions IronworksTranslator/IronworksTranslator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="FontAwesome.WPF, Version=4.7.0.37774, Culture=neutral, PublicKeyToken=0758b07a11a4f466, processorArchitecture=MSIL">
<HintPath>..\packages\FontAwesome.WPF.4.7.0.9\lib\net40\FontAwesome.WPF.dll</HintPath>
Expand Down Expand Up @@ -194,6 +197,7 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Resource Include="icon.ico" />
<Content Include="WatchDogMain.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
2 changes: 1 addition & 1 deletion IronworksTranslator/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
xmlns:ui="clr-namespace:IronworksTranslator.UI"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
mc:Ignorable="d"
Name="mainWindow"
Name="mainWindow" Icon="icon.ico"
Title="IronworksTranslator" Height="200" Width="420"
MinHeight="150" MinWidth="300"
AllowsTransparency="True" WindowStyle="None"
Expand Down
Binary file added IronworksTranslator/icon.ico
Binary file not shown.

0 comments on commit e475128

Please sign in to comment.