Skip to content

Commit

Permalink
Icon added
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos487 committed Feb 15, 2020
1 parent ec74b53 commit a377567
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 1 deletion.
2 changes: 1 addition & 1 deletion QuickSystemInfo/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:QuickSystemInfo"
mc:Ignorable="d"
Title="Quick System Info" Height="180" Width="397.733" ResizeMode="CanMinimize">
Title="Quick System Info" Height="180" Width="397.733" ResizeMode="CanMinimize" Icon="icon.ico">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="1*"/>
Expand Down
3 changes: 3 additions & 0 deletions QuickSystemInfo/QuickSystemInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,8 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Resource Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added QuickSystemInfo/icon.ico
Binary file not shown.
Binary file added resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions resources/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a377567

Please sign in to comment.