Files

23 lines
1.2 KiB
XML

<Application x:Class="WindowsPhone.Recipes.Push.Server.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Resources/DefaultSkin.xaml"/>
<ResourceDictionary Source="Resources/DataTemplates/AskToPinPushPatternViewModel.xaml"/>
<ResourceDictionary Source="Resources/DataTemplates/CustomTileImagePushPatternViewModel.xaml"/>
<ResourceDictionary Source="Resources/DataTemplates/CounterPushPatternViewModel.xaml"/>
<ResourceDictionary Source="Resources/DataTemplates/OneTimePushPatternViewModel.xaml"/>
<ResourceDictionary Source="Resources/DataTemplates/TileSchedulePushPatternViewModel.xaml"/>
<ResourceDictionary Source="Resources/DataTemplates/MessageStatusViewModel.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>