Dexif/Installer/Dexif_Installer/App.xaml

10 lines
384 B
Plaintext
Raw Normal View History

2023-07-08 16:03:26 +00:00
<Application x:Class="Dexif_Installer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Dexif_Installer"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>