From 5dcb33ef40424beeabdc775a4bd6f5a0b55c4436 Mon Sep 17 00:00:00 2001 From: Alberto Balbo Date: Fri, 22 Aug 2025 12:03:44 +0200 Subject: [PATCH] Modifiche varie alla soluzione --- Ganimede/App.config | 21 +++ Ganimede/App.xaml.cs | 7 +- Ganimede/Ganimede.csproj | 24 +++ Ganimede/MainWindow.xaml | 40 ++++- Ganimede/MainWindow.xaml.cs | 179 ++++++++++++++++++++++- Ganimede/Models/.keep | 4 + Ganimede/Properties/Settings.Designer.cs | 62 ++++++++ Ganimede/Properties/Settings.settings | 15 ++ Ganimede/ViewModels/.keep | 4 + Ganimede/Views/.keep | 4 + 10 files changed, 346 insertions(+), 14 deletions(-) create mode 100644 Ganimede/App.config create mode 100644 Ganimede/Models/.keep create mode 100644 Ganimede/Properties/Settings.Designer.cs create mode 100644 Ganimede/Properties/Settings.settings create mode 100644 Ganimede/ViewModels/.keep create mode 100644 Ganimede/Views/.keep diff --git a/Ganimede/App.config b/Ganimede/App.config new file mode 100644 index 0000000..97b23e5 --- /dev/null +++ b/Ganimede/App.config @@ -0,0 +1,21 @@ + + + + +
+ + + + + + + + + + + + C:\Users\alber\source\repos\Ganimede\Ganimede\FFMpeg + + + + \ No newline at end of file diff --git a/Ganimede/App.xaml.cs b/Ganimede/App.xaml.cs index 84b63a8..77738f7 100644 --- a/Ganimede/App.xaml.cs +++ b/Ganimede/App.xaml.cs @@ -1,14 +1,11 @@ -using System.Configuration; -using System.Data; -using System.Windows; +using System.Windows; namespace Ganimede { /// /// Interaction logic for App.xaml /// - public partial class App : Application + public partial class App : System.Windows.Application { } - } diff --git a/Ganimede/Ganimede.csproj b/Ganimede/Ganimede.csproj index e3e33e3..f2919d7 100644 --- a/Ganimede/Ganimede.csproj +++ b/Ganimede/Ganimede.csproj @@ -6,6 +6,30 @@ enable enable true + true + + + + + + + + + + + True + True + Settings.settings + + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + diff --git a/Ganimede/MainWindow.xaml b/Ganimede/MainWindow.xaml index 5cb4ea1..02e701b 100644 --- a/Ganimede/MainWindow.xaml +++ b/Ganimede/MainWindow.xaml @@ -5,8 +5,44 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Ganimede" mc:Ignorable="d" - Title="MainWindow" Height="450" Width="800"> - + Title="Frame Extractor" Height="600" Width="900" + Background="#222"> + + + + + + + + + + + + + + + + + +