mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 23:01:53 +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
31 lines
1.5 KiB
XML
31 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2009/deployment" AppPlatformVersion="7.0">
|
|
<App xmlns="" ProductID="{e011615c-5d28-4e9c-9b07-0b140647fbfa}" Title="Push Patterns" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="Tomer Shamam" Description="Sample description" Publisher="Microsoft">
|
|
<IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>
|
|
<Capabilities>
|
|
<Capability Name="ID_CAP_GAMERSERVICES" />
|
|
<Capability Name="ID_CAP_IDENTITY_DEVICE" />
|
|
<Capability Name="ID_CAP_IDENTITY_USER" />
|
|
<Capability Name="ID_CAP_LOCATION" />
|
|
<Capability Name="ID_CAP_MEDIALIB" />
|
|
<Capability Name="ID_CAP_MICROPHONE" />
|
|
<Capability Name="ID_CAP_NETWORKING" />
|
|
<Capability Name="ID_CAP_PHONEDIALER" />
|
|
<Capability Name="ID_CAP_PUSH_NOTIFICATION" />
|
|
<Capability Name="ID_CAP_SENSORS" />
|
|
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT" />
|
|
</Capabilities>
|
|
<Tasks>
|
|
<DefaultTask Name="_default" NavigationPage="MainPage.xaml" />
|
|
</Tasks>
|
|
<Tokens>
|
|
<PrimaryToken TokenID="WindowsPhone.Recipes.Push.Client" TaskName="_default">
|
|
<TemplateType5>
|
|
<BackgroundImageURI IsRelative="true" IsResource="false">Background.png</BackgroundImageURI>
|
|
<Count>0</Count>
|
|
<Title>Push Patterns</Title>
|
|
</TemplateType5>
|
|
</PrimaryToken>
|
|
</Tokens>
|
|
</App>
|
|
</Deployment> |