diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj
index df6244777..0060256bd 100644
--- a/ILSpy/ILSpy.csproj
+++ b/ILSpy/ILSpy.csproj
@@ -133,6 +133,9 @@
+
+
+
@@ -148,7 +151,7 @@
-
+
@@ -233,6 +236,7 @@
+
\ No newline at end of file
diff --git a/ILSpy/Images/Images.cs b/ILSpy/Images/Images.cs
index 701ca051f..b144b6ef9 100644
--- a/ILSpy/Images/Images.cs
+++ b/ILSpy/Images/Images.cs
@@ -67,5 +67,6 @@ namespace ICSharpCode.ILSpy
public static readonly BitmapImage ProtectedStruct = LoadBitmap("ProtectedStruct");
public static readonly BitmapImage Delete = LoadBitmap("Delete");
+ public static readonly BitmapImage Search = LoadBitmap("Search");
}
}
diff --git a/ILSpy/MainWindow.xaml b/ILSpy/MainWindow.xaml
index bc4db2307..adaffe58e 100644
--- a/ILSpy/MainWindow.xaml
+++ b/ILSpy/MainWindow.xaml
@@ -13,11 +13,7 @@
FocusManager.FocusedElement="{Binding ElementName=treeView}"
>
-
-
-
-
-
+
+