diff --git a/Directory.Packages.props b/Directory.Packages.props index 6d1e81e991..41b329b4af 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -45,7 +45,7 @@ - + \ No newline at end of file diff --git a/ILSpy/App.xaml b/ILSpy/App.xaml index 151558268e..0cfda48ce3 100644 --- a/ILSpy/App.xaml +++ b/ILSpy/App.xaml @@ -3,7 +3,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:styles="urn:TomsToolbox.Wpf.Styles" xmlns:toms="urn:TomsToolbox" - xmlns:ilSpy="clr-namespace:ICSharpCode.ILSpy" xmlns:themes="clr-namespace:ICSharpCode.ILSpy.Themes" StartupUri="MainWindow.xaml"> @@ -25,5 +24,9 @@ + + \ No newline at end of file diff --git a/ILSpy/Controls/ZoomScrollViewer.xaml b/ILSpy/Controls/ZoomScrollViewer.xaml index 4c72e7eab5..509b8d6367 100644 --- a/ILSpy/Controls/ZoomScrollViewer.xaml +++ b/ILSpy/Controls/ZoomScrollViewer.xaml @@ -1,8 +1,10 @@  + xmlns:Controls="clr-namespace:ICSharpCode.ILSpy.Controls" + xmlns:toms="urn:TomsToolbox">