mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 21:01:39 +03:00
00f97e41d6
http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/01/14/windows-push-notification-server-side-helper-library.aspx http://create.msdn.com/en-us/education/catalog/article/pnhelp-wp7
23 lines
1.2 KiB
XML
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>
|