Add project files.

This commit is contained in:
2021-01-30 15:33:24 +01:00
parent 54c3c4aa23
commit 295f63669d
7 changed files with 110 additions and 0 deletions

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

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