mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 09:01:55 +03:00
push notification helper library
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
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user