<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap mp build" 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:build="http://schemas.microsoft.com/developer/appx/2015/build">
  
  <Identity Name="Microsoft.BingNews" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.0.2.0" ProcessorArchitecture="x64"/>
  <mp:PhoneIdentity PhoneProductId="9c3e8cad-6702-4842-8f61-b8b33cc9caf1" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35"/>
  <Properties>
    <DisplayName>ms-resource:ApplicationTitleWithTagline</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Assets\AppTiles\NewsStoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19011.0" MaxVersionTested="10.0.19011.0"/>
    <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.33519.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
  </Dependencies>
  <Resources>
    <Resource Language="EN-US"/>
    <Resource Language="EN-AU"/>
    <Resource Language="EN-CA"/>
    <Resource Language="EN-GB"/>
    <Resource Language="EN-IN"/>
    <Resource uap:Scale="200"/>
    
  </Resources>
  <Applications>
    <Application Id="AppexNews" Executable="NewsStub.exe" EntryPoint="NewsStub.App">
      <uap:VisualElements DisplayName="ms-resource:ApplicationTitleWithTagline" Square150x150Logo="Assets\AppTiles\NewsMedTile.png" Square44x44Logo="Assets\AppTiles\NewsAppList.png" Description="ms-resource:ApplicationTitleWithBrandingWithNewName" BackgroundColor="#262F38">
        <uap:SplashScreen Image="Assets\AppTiles\NewsSplashScreen.png" BackgroundColor="#262F38"/>
        <uap:DefaultTile Wide310x150Logo="Assets\AppTiles\NewsWideTile.png" Square310x310Logo="Assets\AppTiles\NewsLargeTile.png" Square71x71Logo="Assets\AppTiles\NewsSmallTile.png" ShortName="ms-resource:ApplicationTitle">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo"/>
            <uap:ShowOn Tile="wide310x150Logo"/>
            <uap:ShowOn Tile="square310x310Logo"/>
          </uap:ShowNameOnTiles>
          <uap:TileUpdate Recurrence="halfHour" UriTemplate="http://cdn.content.prod.cms.msn.com/singletile/summary/alias/experiencebyname/today?market={language}&amp;source=appxmanifest&amp;tenant=amp&amp;vertical=news"/>
        </uap:DefaultTile>
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="bingnews"/>
        </uap:Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="msnnews"/>
        </uap:Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="msnews"/>
        </uap:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Extensions>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>Microsoft.Apps.Stubs.dll</Path>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.VerticalOverflowDetector" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.XamlMetaDataProvider" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.InstallControl" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.ActivationHelper" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.UpgradeHelper" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
  </Extensions>
  <build:Metadata>
    <build:Item Name="cl.exe" Version="19.44.35227.0"/>
    <build:Item Name="VisualStudio" Version="17.0"/>
    <build:Item Name="OperatingSystem" Version="10.0.17763.1 (WinBuild.160101.0800)"/>
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.14.40598.3191"/>
    <build:Item Name="ProjectGUID" Value="{39077902-22F1-80F0-2A65-98A83BF79461}"/>
    <build:Item Name="OptimizingToolset" Value="None"/>
    <build:Item Name="TargetRuntime" Value="Native"/>
    <build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="10.0.19041.5609"/>
    <build:Item Name="MakePri.exe" Version="10.0.19041.5609 (WinBuild.160101.0800)"/>
  </build:Metadata>
</Package>