Package.appxmanifest 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  3. <Identity Name="5d4a971b-9eff-4727-97e0-3bd2638a04c7"
  4. Publisher="CN=Javier"
  5. Version="1.0.0.0" />
  6. <mp:PhoneIdentity PhoneProductId="5d4a971b-9eff-4727-97e0-3bd2638a04c7" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
  7. <Properties>
  8. <DisplayName>Xamarin.Forms Windows.WindowsPhone81</DisplayName>
  9. <PublisherDisplayName>Javier</PublisherDisplayName>
  10. <Logo>Assets\StoreLogo.png</Logo>
  11. </Properties>
  12. <Prerequisites>
  13. <OSMinVersion>6.3.1</OSMinVersion>
  14. <OSMaxVersionTested>6.3.1</OSMaxVersionTested>
  15. </Prerequisites>
  16. <Resources>
  17. <Resource Language="x-generate"/>
  18. </Resources>
  19. <Applications>
  20. <Application Id="App"
  21. Executable="$targetnametoken$.exe"
  22. EntryPoint="Xamarin.Forms_Windows.WindowsPhone81.App">
  23. <m3:VisualElements
  24. DisplayName="Xamarin.Forms Windows.WindowsPhone81"
  25. Square150x150Logo="Assets\Logo.png"
  26. Square44x44Logo="Assets\SmallLogo.png"
  27. Description="Xamarin.Forms Windows.WindowsPhone81"
  28. ForegroundText="light"
  29. BackgroundColor="transparent">
  30. <m3:DefaultTile Wide310x150Logo="Assets\WideLogo.png" Square71x71Logo="Assets\Square71x71Logo.png"/>
  31. <m3:SplashScreen Image="Assets\SplashScreen.png"/>
  32. </m3:VisualElements>
  33. </Application>
  34. </Applications>
  35. <Capabilities>
  36. <Capability Name="internetClientServer" />
  37. </Capabilities>
  38. </Package>