Skip to content

Commit

Permalink
Give application an official icon
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Nov 8, 2018
1 parent 4d68126 commit e199bba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/PathLengthCheckerGUI/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:PathLengthChecker="clr-namespace:PathLengthChecker;assembly=PathLengthChecker"
Height="700" Width="900" MinWidth="770" MinHeight="400" WindowStartupLocation="CenterScreen"
FocusManager.FocusedElement="{Binding ElementName=txtRootDirectory}"
Title="Path Length Checker v1.2.1 - Written by Daniel Schroeder">
Title="Path Length Checker v1.3.0 - Written by Daniel Schroeder">
<Window.Resources>
<BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" />

Expand Down
6 changes: 6 additions & 0 deletions src/PathLengthCheckerGUI/PathLengthCheckerGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Images\PathLengthCheckerIcon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -131,6 +134,9 @@
<Name>PathLengthChecker</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Images\PathLengthCheckerIcon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>REM Copy the executable, config file, and DLLs to the Executables directory.
Expand Down

0 comments on commit e199bba

Please sign in to comment.