diff --git a/ILSpy/AssemblyTreeNode.cs b/ILSpy/AssemblyTreeNode.cs
index b1ad4956f..a2d0dc8ad 100644
--- a/ILSpy/AssemblyTreeNode.cs
+++ b/ILSpy/AssemblyTreeNode.cs
@@ -33,6 +33,10 @@ namespace ICSharpCode.ILSpy
this.LazyLoading = true;
}
+ public string FileName {
+ get { return fileName; }
+ }
+
public override object Text {
get { return name; }
}
diff --git a/ILSpy/MainWindow.xaml b/ILSpy/MainWindow.xaml
index c1130e77c..e91f7ef90 100644
--- a/ILSpy/MainWindow.xaml
+++ b/ILSpy/MainWindow.xaml
@@ -9,6 +9,11 @@
UseLayoutRounding="True"
TextOptions.TextFormattingMode="Display"
>
+
+
+