diff --git a/ILSpy.Core/ILSpy.Core.csproj b/ILSpy.Core/ILSpy.Core.csproj index 3b2fc4b..0f44423 100644 --- a/ILSpy.Core/ILSpy.Core.csproj +++ b/ILSpy.Core/ILSpy.Core.csproj @@ -56,6 +56,8 @@ PreserveNewest + + diff --git a/ILSpy.Core/MainWindow.xaml b/ILSpy.Core/MainWindow.xaml index 545c457..29a8646 100644 --- a/ILSpy.Core/MainWindow.xaml +++ b/ILSpy.Core/MainWindow.xaml @@ -7,8 +7,10 @@ MinWidth="250" MinHeight="200" UseLayoutRounding="True" + Icon="resm:ICSharpCode.ILSpy.Images.ILSpy.png?assembly=ILSpy.Core" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" d:DesignHeight="500" d:DesignWidth="500" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" + x:Class="ICSharpCode.ILSpy.MainWindow" >