commit 1208cadc3bdc61dad65b04abbb7e02a1f9973947 Author: l4kr Date: Sat Jul 4 00:43:37 2026 +0200 Initial commit: Futonizer MKV track stripper diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..862614e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +bin/ +obj/ +*.user +history.json +settings.json diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..576f70c --- /dev/null +++ b/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..1522ccb --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,7 @@ +using System.Windows; + +namespace Futonizer; + +public partial class App : Application +{ +} diff --git a/Assets/app.ico b/Assets/app.ico new file mode 100644 index 0000000..4372df0 Binary files /dev/null and b/Assets/app.ico differ diff --git a/Assets/app.png b/Assets/app.png new file mode 100644 index 0000000..0085124 Binary files /dev/null and b/Assets/app.png differ diff --git a/Futonizer.csproj b/Futonizer.csproj new file mode 100644 index 0000000..f5dbe35 --- /dev/null +++ b/Futonizer.csproj @@ -0,0 +1,22 @@ + + + + WinExe + net10.0-windows + enable + true + enable + Futonizer + Futonizer + Assets\app.ico + + + + + + + + + + + diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..50bbb9f --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,322 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +