﻿<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
  <Identity Name="Microsoft.Expansion1" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.225.171.2" />
  <Properties>
    <DisplayName>Forza Horizon 4 Fortune Island</DisplayName>
    <PublisherDisplayName>Microsoft Studios</PublisherDisplayName>
    <Description>Seek your fortune in the largest Horizon expansion yet, where you will conquer extreme terrain, lightning storms, and perilous roads in search of hidden treasure.</Description>
    <Logo>Logo.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="cs" />
    <Resource Language="de" />
    <Resource Language="en" />
    <Resource Language="en-GB" />
    <Resource Language="es" />
    <Resource Language="es-MX" />
    <Resource Language="fr" />
    <Resource Language="it" />
    <Resource Language="ja" />
    <Resource Language="ko" />
    <Resource Language="pl" />
    <Resource Language="pt" />
    <Resource Language="ru" />
    <Resource Language="zh-Hans" />
    <Resource Language="zh-Hant" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.102" MaxVersionTested="10.0.14393.102" />
    <uap3:MainPackageDependency Name="Microsoft.SunriseBaseGame" />
  </Dependencies>
  <Applications>
    <Application Id="Microsoft.Expansion1">
      <uap:VisualElements AppListEntry="none" DisplayName="Forza Horizon 4 Fortune Island" Square150x150Logo="Logo.png" Square44x44Logo="StoreLogo.png" Description="Seek your fortune in the largest Horizon expansion yet, where you will conquer extreme terrain, lightning storms, and perilous roads in search of hidden treasure." BackgroundColor="transparent"></uap:VisualElements>
    </Application>
  </Applications>
  <mp:PhoneIdentity PhoneProductId="cc09a286-f771-4670-8743-c3e4be9fbc9c" PhonePublisherId="c0566bf3-b08a-4984-9de3-63aea1f3eba6" />
</Package>