diff --git a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj index 7d1208b65..afaff06d1 100644 --- a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj +++ b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj @@ -32,12 +32,12 @@ - + diff --git a/ILSpy/AboutPage.cs b/ILSpy/AboutPage.cs index ca85a1c0d..8c2415801 100644 --- a/ILSpy/AboutPage.cs +++ b/ILSpy/AboutPage.cs @@ -19,7 +19,6 @@ using System; using System.ComponentModel; using System.ComponentModel.Composition; -using System.Diagnostics; using System.IO; using System.Linq; using System.Net; @@ -44,7 +43,7 @@ namespace ICSharpCode.ILSpy { [Import] DecompilerTextView decompilerTextView = null; - + public override void Execute(object parameter) { MainWindow.Instance.UnselectAll(); diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index d97b697dd..530547711 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -50,7 +50,8 @@ - + +