Initial commit

This commit is contained in:
Laurent
2026-02-16 20:58:05 +01:00
parent 84219933c5
commit 663302c5b1
9 changed files with 159 additions and 91 deletions

9
GifResizer/App.xaml Normal file
View File

@@ -0,0 +1,9 @@
<Application x:Class="GifResizer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:GifResizer"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>