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"> + + + + + + + + + + + + + + + + + +