Revert "fixed runtime xaml load failure"

This reverts commit f5686cc154.
This commit is contained in:
Clint Rutkas
2020-03-11 09:57:44 -07:00
committed by Lavius Motileng
parent 05d14166e4
commit 43589096c3
9 changed files with 192 additions and 8 deletions

View File

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