2013-02-22 01:26:35 +00:00
|
|
|
<Application x:Class="MediaBrowser.UI.App"
|
2013-02-21 01:33:05 +00:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
2013-02-22 01:26:35 +00:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
2013-02-21 01:33:05 +00:00
|
|
|
<Application.Resources>
|
|
|
|
<ResourceDictionary>
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
<ResourceDictionary Source="Resources/AppResources.xaml" />
|
|
|
|
<ResourceDictionary Source="Resources/MainWindowResources.xaml" />
|
|
|
|
<ResourceDictionary Source="Resources/ModalMessage.xaml" />
|
|
|
|
<ResourceDictionary Source="Resources/NotificationMessage.xaml" />
|
|
|
|
<ResourceDictionary Source="Resources/NavBarResources.xaml"/>
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
</ResourceDictionary>
|
|
|
|
</Application.Resources>
|
2013-02-22 01:26:35 +00:00
|
|
|
</Application>
|