Add prototype GUI

This commit is contained in:
2021-12-04 12:27:16 +01:00
parent 14fb199206
commit 3795774023
10 changed files with 276 additions and 2 deletions

9
ExeLauncher.GUI/App.xaml Normal file
View File

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