mdfinder/mdfinder/App.xaml

14 lines
574 B
Plaintext
Raw Permalink Normal View History

2019-02-11 12:56:38 -06:00
<Application x:Class="mdfinder.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:mdfinder"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Icons.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
2019-02-11 12:56:38 -06:00
</Application.Resources>
</Application>