WMAppManifest.xml (3151B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Deployment xmlns="http://schemas.microsoft.com/windowsphone/2014/deployment" AppPlatformVersion="8.1"> 3 <DefaultLanguage xmlns="" code="en-US" /> 4 <App xmlns="" ProductID="{12dbcdd7-c235-40e7-b8fd-71e8074350bd}" Title="File360" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="File360 author" Description="ASAPIEN" Publisher="File360" PublisherID="{28733bbf-6cf5-4fb4-b91a-c7b8ef0434d6}"> 5 <IconPath IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</IconPath> 6 <Capabilities> 7 <Capability Name="ID_CAP_NETWORKING" /> 8 <Capability Name="ID_CAP_MEDIALIB_AUDIO" /> 9 <Capability Name="ID_CAP_MEDIALIB_PLAYBACK" /> 10 <Capability Name="ID_CAP_SENSORS" /> 11 <Capability Name="ID_CAP_REMOVABLE_STORAGE" /> 12 <Capability Name="ID_CAP_MEDIALIB_PHOTO" /> 13 </Capabilities> 14 <Tasks> 15 <DefaultTask Name="_default" NavigationPage="MainPage.xaml" /> 16 </Tasks> 17 <Tokens> 18 <PrimaryToken TokenID="File360Token" TaskName="_default"> 19 <TemplateFlip> 20 <SmallImageURI IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</SmallImageURI> 21 <Count>0</Count> 22 <BackgroundImageURI IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</BackgroundImageURI> 23 <Title>File360</Title> 24 <BackContent></BackContent> 25 <BackBackgroundImageURI></BackBackgroundImageURI> 26 <BackTitle></BackTitle> 27 <LargeBackgroundImageURI IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</LargeBackgroundImageURI> 28 <LargeBackContent /> 29 <LargeBackBackgroundImageURI IsRelative="true" IsResource="false"></LargeBackBackgroundImageURI> 30 <DeviceLockImageURI></DeviceLockImageURI> 31 <HasLarge>True</HasLarge> 32 </TemplateFlip> 33 </PrimaryToken> 34 </Tokens> 35 <Extensions> 36 <FileTypeAssociation Name="Portable Document File" TaskID="_default" NavUriFragment="fileToken=%s"> 37 <SupportedFileTypes> 38 <FileType ContentType="application/sdk">.pdf</FileType> 39 <FileType ContentType="application/sdk">.mkv</FileType> 40 <FileType ContentType="application/sdk">.avi</FileType> 41 <FileType ContentType="application/sdk">.txt</FileType> 42 <FileType ContentType="application/sdk">.mkv</FileType> 43 <FileType ContentType="application/sdk">.svg</FileType> 44 <FileType ContentType="application/sdk">.rar</FileType> 45 <FileType ContentType="application/sdk">.csv</FileType> 46 <FileType ContentType="application/sdk">.bmp</FileType> 47 <FileType ContentType="application/sdk">.jpeg</FileType> 48 <FileType ContentType="application/sdk">.tiff</FileType> 49 <FileType ContentType="application/sdk">.7z</FileType> 50 </SupportedFileTypes> 51 </FileTypeAssociation> 52 </Extensions> 53 <ScreenResolutions> 54 <ScreenResolution Name="ID_RESOLUTION_WVGA" /> 55 <ScreenResolution Name="ID_RESOLUTION_WXGA" /> 56 <ScreenResolution Name="ID_RESOLUTION_HD720P" /> 57 </ScreenResolutions> 58 </App> 59 </Deployment>