| 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: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="73450eba-d3a6-45a1-8be0-2fd8f1e0ad12" Publisher="CN=Javier" Version="1.0.0.0" ProcessorArchitecture="neutral" />
- <Properties>
- <DisplayName>FormulaOneApp.Classic.Windows.Windows</DisplayName>
- <PublisherDisplayName>Javier</PublisherDisplayName>
- <Logo>Assets\StoreLogo.png</Logo>
- </Properties>
- <Prerequisites>
- <OSMinVersion>6.3.0</OSMinVersion>
- <OSMaxVersionTested>6.3.0</OSMaxVersionTested>
- </Prerequisites>
- <Resources>
- <Resource Language="ES-ES" />
- </Resources>
- <Applications>
- <Application Id="App" Executable="FormulaOneApp.Classic.Windows.Windows.exe" EntryPoint="FormulaOneApp.Classic.Windows.Windows.App">
- <m2:VisualElements DisplayName="FormulaOneApp.Classic.Windows.Windows" Square150x150Logo="Assets\Logo.png" Square30x30Logo="Assets\SmallLogo.png" Description="FormulaOneApp.Classic.Windows.Windows" ForegroundText="light" BackgroundColor="#464646">
- <m2:SplashScreen Image="Assets\SplashScreen.png" />
- </m2:VisualElements>
- </Application>
- </Applications>
- <Capabilities>
- <Capability Name="internetClient" />
- </Capabilities>
- <build:Metadata>
- <build:Item Name="SharedGUID" Value="c2fbdaff-d018-413a-866d-1676d0d7fd59" />
- <build:Item Name="CodeSharingProject" Value="248F659F-DAC5-46E8-AC09-60EC9FC95053" />
- <build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v4.5.1" />
- <build:Item Name="VisualStudio" Version="12.0" />
- <build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Ultimate 2013" />
- <build:Item Name="OperatingSystem" Version="10.0.10074.0 (fbl_impressive.150424-1350)" />
- <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="12.0.40302.0" />
- <build:Item Name="ProjectGUID" Value="{782B3FDE-B951-4035-8561-16A31430711D}" />
- <build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="12.0.30501.0" />
- <build:Item Name="MakePri.exe" Version="6.3.9600.17336 (winblue.150226-1500)" />
- </build:Metadata>
- </Package>
|