Skip to content

Commit

Permalink
Added icon for Windows app
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcclive committed Nov 18, 2019
1 parent 755f904 commit a0a3ff7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Tricycle.UI.macOS/Resources/Tools/FFmpeg/ffmpeg filter=lfs diff=lfs merge=lfs -t
*.tar.gz filter=lfs diff=lfs merge=lfs -text
*.tar.bz2 filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions Tricycle.UI.Windows/Assets/Images/tricycle.ico
Git LFS file not shown
2 changes: 1 addition & 1 deletion Tricycle.UI.Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
xmlns:wpf="clr-namespace:Xamarin.Forms.Platform.WPF;assembly=Xamarin.Forms.Platform.WPF"
xmlns:local="clr-namespace:Tricycle.UI.Windows"
mc:Ignorable="d"
Title="Tricycle" Height="730" Width="1040">
Title="Tricycle" Height="730" Width="1040" Icon="Assets/Images/tricycle.ico">
</wpf:FormsApplicationPage>
4 changes: 4 additions & 0 deletions Tricycle.UI.Windows/Tricycle.UI.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Assets\Images\tricycle.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Iso639, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Iso639.1.0.0\lib\netstandard2.0\Iso639.dll</HintPath>
Expand Down Expand Up @@ -172,6 +175,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Assets\Images\tricycle.ico" />
<Content Include="Assets\Tools\FFmpeg\ffmpeg.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit a0a3ff7

Please sign in to comment.