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