AppxManifest.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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" xmlns:build="http://schemas.microsoft.com/developer/appx/2012/build" IgnorableNamespaces="build">
  3. <!--
  4. ESTE ARCHIVO DE MANIFIESTO DEL PAQUETE SE GENERA MEDIANTE EL PROCESO DE COMPILACIÓN.
  5. Los cambios realizados en el archivo se perderán al regenerarlo. Para corregir los errores de este archivo, edite el archivo de origen .appxmanifest.
  6. Para obtener más información acerca de los archivos de manifiesto del paquete, vea http://go.microsoft.com/fwlink/?LinkID=241727
  7. -->
  8. <Identity Name="5d4a971b-9eff-4727-97e0-3bd2638a04c7" Publisher="CN=Javier" Version="1.0.0.0" ProcessorArchitecture="neutral" />
  9. <mp:PhoneIdentity PhoneProductId="5d4a971b-9eff-4727-97e0-3bd2638a04c7" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
  10. <Properties>
  11. <DisplayName>Xamarin.Forms Windows.WindowsPhone81</DisplayName>
  12. <PublisherDisplayName>Javier</PublisherDisplayName>
  13. <Logo>Assets\StoreLogo.png</Logo>
  14. </Properties>
  15. <Prerequisites>
  16. <OSMinVersion>6.3.1</OSMinVersion>
  17. <OSMaxVersionTested>6.3.1</OSMaxVersionTested>
  18. </Prerequisites>
  19. <Resources>
  20. <Resource Language="ES-ES" />
  21. </Resources>
  22. <Applications>
  23. <Application Id="App" Executable="Xamarin.Forms Windows.WindowsPhone81.exe" EntryPoint="Xamarin.Forms_Windows.WindowsPhone81.App">
  24. <m3:VisualElements DisplayName="Xamarin.Forms Windows.WindowsPhone81" Square150x150Logo="Assets\Logo.png" Square44x44Logo="Assets\SmallLogo.png" Description="Xamarin.Forms Windows.WindowsPhone81" ForegroundText="light" BackgroundColor="transparent">
  25. <m3:DefaultTile Wide310x150Logo="Assets\WideLogo.png" Square71x71Logo="Assets\Square71x71Logo.png" />
  26. <m3:SplashScreen Image="Assets\SplashScreen.png" />
  27. </m3:VisualElements>
  28. </Application>
  29. </Applications>
  30. <Capabilities>
  31. <Capability Name="internetClientServer" />
  32. </Capabilities>
  33. <build:Metadata>
  34. <build:Item Name="TargetFrameworkMoniker" Value="WindowsPhoneApp,Version=v8.1" />
  35. <build:Item Name="VisualStudio" Version="12.0" />
  36. <build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Ultimate 2013" />
  37. <build:Item Name="OperatingSystem" Version="6.3.9600.16384 (winblue_rtm.130821-1623)" />
  38. <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="12.0.31101.0" />
  39. <build:Item Name="ProjectGUID" Value="{8C69C08E-1429-47D8-AB58-8ADEDF41C2BC}" />
  40. <build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="12.0.30501.0" />
  41. <build:Item Name="MakePri.exe" Version="6.3.9600.17298 (winblue.141024-1500)" />
  42. </build:Metadata>
  43. </Package>