diff --git a/GifResizer/App.xaml b/GifResizer/App.xaml index 2781582..c6be74a 100644 --- a/GifResizer/App.xaml +++ b/GifResizer/App.xaml @@ -3,6 +3,10 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:GifResizer"> - + + + + + diff --git a/GifResizer/GifResizer.csproj b/GifResizer/GifResizer.csproj index 805bf3c..f132e63 100644 --- a/GifResizer/GifResizer.csproj +++ b/GifResizer/GifResizer.csproj @@ -10,6 +10,15 @@ + + + + + + MSBuild:Compile + Wpf + Designer + diff --git a/GifResizer/Views/MainWindow.xaml b/GifResizer/Views/MainWindow.xaml index b9463ae..bab5460 100644 --- a/GifResizer/Views/MainWindow.xaml +++ b/GifResizer/Views/MainWindow.xaml @@ -3,77 +3,71 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:gif="http://wpfanimatedgif.codeplex.com" mc:Ignorable="d" Title="Gif resizer" Height="480" Width="640" ResizeMode="NoResize"> - - - - - + + + + + + + + + + + + + + + + + + + + - - -