diff --git a/ExeLauncher.GUI/App.xaml b/ExeLauncher.GUI/App.xaml new file mode 100644 index 0000000..2230589 --- /dev/null +++ b/ExeLauncher.GUI/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/ExeLauncher.GUI/App.xaml.cs b/ExeLauncher.GUI/App.xaml.cs new file mode 100644 index 0000000..7f1227c --- /dev/null +++ b/ExeLauncher.GUI/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace ExeLauncher.GUI +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/ExeLauncher.GUI/AppControl.xaml b/ExeLauncher.GUI/AppControl.xaml new file mode 100644 index 0000000..9b8f791 --- /dev/null +++ b/ExeLauncher.GUI/AppControl.xaml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + +