Add project files.

This commit is contained in:
2021-01-31 13:43:28 +01:00
parent bb35d9f206
commit cc9a2971a0
7 changed files with 110 additions and 0 deletions

9
DroneTest.UI/App.xaml Normal file
View File

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