Blueprint loading works

This commit is contained in:
2021-01-30 22:46:48 +01:00
parent 295f63669d
commit 1ab244f7c5
21 changed files with 710 additions and 2 deletions

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

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