<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap uap2 uap3 uap4 uap5 mp rescap 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:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
  
  <Identity Name="Microsoft.WindowsMaps" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="11.2506.3.0" ProcessorArchitecture="x64"/>
  <mp:PhoneIdentity PhoneProductId="ed27a07e-af57-416b-bc0c-2596b622ef7d" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35"/>
  <Properties>
    <DisplayName>ms-resource:AppStoreName</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Assets\AppTiles\MapsStoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.18363.0" MaxVersionTested="10.0.22000.0"/>
    <PackageDependency Name="Microsoft.UI.Xaml.2.7" MinVersion="7.2109.13004.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
    <PackageDependency Name="Microsoft.NET.Native.Framework.2.2" MinVersion="2.2.27912.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
    <PackageDependency Name="Microsoft.NET.Native.Runtime.2.2" MinVersion="2.2.28604.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
    <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-GB"/>
    <Resource Language="EN-IN"/>
    <Resource uap:Scale="200"/>
    
  </Resources>
  <Applications>
    <Application Id="App" Executable="Maps.exe" EntryPoint="Maps.Windows.App">
      <uap:VisualElements DisplayName="ms-resource:AppDisplayName" Square150x150Logo="Assets\AppTiles\MapsMedTile.png" Square44x44Logo="Assets\AppTiles\MapsAppList.png" Description="ms-resource:AppDescription" BackgroundColor="#0078D4">
        <uap:DefaultTile Wide310x150Logo="Assets\AppTiles\MapsWideTile.png" Square310x310Logo="Assets\AppTiles\MapsLargeTile.png" Square71x71Logo="Assets\AppTiles\MapsSmallTile.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo"/>
            <uap:ShowOn Tile="wide310x150Logo"/>
            <uap:ShowOn Tile="square310x310Logo"/>
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:SplashScreen Image="Assets\AppTiles\MapsSplashScreen.png" BackgroundColor="#0078D4"/>
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-walk-to">
            <uap:Logo>Assets\AppTiles\MapsAppList.png</uap:Logo>
            <uap:DisplayName>ms-resource:AppDisplayName</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-drive-to">
            <uap:Logo>Assets\AppTiles\MapsAppList.png</uap:Logo>
            <uap:DisplayName>ms-resource:AppDisplayName</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="bingmaps" ReturnResults="optional">
            <uap:Logo>Assets\AppTiles\MapsAppList.png</uap:Logo>
            <uap:DisplayName>ms-resource:AppDisplayName</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
        <uap:Extension Category="windows.appService" EntryPoint="Maps.BackgroundTasks.SuggestionsAppService">
          <uap:AppService Name="com.placesuggestions"/>
        </uap:Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="Maps.BackgroundTasks.FeedbackBackgroundTask">
          <BackgroundTasks>
            <Task Type="timer"/>
          </BackgroundTasks>
        </Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-default-location">
            <uap:Logo>Assets\AppTiles\MapsAppList.png</uap:Logo>
            <uap:DisplayName>ms-resource:AppDisplayName</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
        <uap3:Extension Category="windows.appUriHandler">
          <uap3:AppUriHandler>
            <uap3:Host Name="maps.windows.com"/>
            <uap5:Host Name="*.maps.windows.com"/>
          </uap3:AppUriHandler>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <wincap:Capability Name="cortanaSettings"/>
    <Capability Name="internetClient"/>
    <rescap:Capability Name="locationSystem"/>
    <DeviceCapability Name="location"/>
  </Capabilities>
  <Extensions>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>Microsoft.Apps.Stubs.Handoff.dll</Path>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.Handoff.ActivationHelper" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>Microsoft.Maps.dll</Path>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapTileBitmapRequest" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElementsLayerContextRequestedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.OfflineMapPackage" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapLayer" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapTileDataSource" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapStyleSheetEntryStates" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.CustomMapTileDataSource" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapTileSource" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.Automation.Peers.MapControlAutomationPeer" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElement" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapInputEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapOverlayPresenter" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapBillboard" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapStyleSheetEntries" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapCustomExperienceChangedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.StreetsidePanorama" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElementsLayer" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapActualCameraChangingEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.StreetsideExperience" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapItemsControl" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapOverlaysLayer" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapTileBitmapRequestedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapTileBitmapRequestDeferral" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapTileUriRequestedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElementsLayerPointerEnteredEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapIcon" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElementsLayerClickEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapTileUriRequestDeferral" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapRouteView" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElementClickEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapRightTappedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapOverlay" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapControl" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.HttpMapTileDataSource" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.StreetsideControl" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElementsLayerPointerExitedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElementPointerEnteredEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.Private.MapControlDataHelper" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapContextRequestedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapPolyline" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.OverviewMapControl" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapPolygon" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapStyleSheet" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapTileUriRequest" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapModel3D" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElementPointerExitedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapCustomExperience" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapActualCameraChangedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapScene" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapTargetCameraChangedEventArgs" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.LocalMapTileDataSource" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapCamera" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Maps.MapElement3D" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>Maps.dll</Path>
        <ActivatableClass ActivatableClassId="Maps.BackgroundTasks.SuggestionsAppService" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Maps.BackgroundTasks.Strings.BackgroundTaskResourceLoader" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Maps.BackgroundTasks.FeedbackBackgroundTask" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
  </Extensions>
  <build:Metadata>
    <build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v5.0"/>
    <build:Item Name="VisualStudio" Version="17.0"/>
    <build:Item Name="OperatingSystem" Version="10.0.20348.3328 (WinBuild.160101.0800)"/>
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.14.40309.52728"/>
    <build:Item Name="ProjectGUID" Value="{AC71E87C-B554-44EF-AE57-3FADAA220EED}"/>
    <build:Item Name="ilc.exe" Version="2.2.28605.00 built by: PROJECTNREL"/>
    <build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="10.0.19041.5609"/>
    <build:Item Name="OptimizingToolset" Value="ilc.exe"/>
    <build:Item Name="UseDotNetNativeSharedAssemblyFrameworkPackage" Value="True"/>
    <build:Item Name="DisableStackTraceMetadata" Value="false"/>
    <build:Item Name="DisableExceptionMessages" Value="false"/>
    <build:Item Name="ShortcutGenericAnalysis" Value="false"/>
    <build:Item Name="GeneratePGD" Value="false"/>
    <build:Item Name="ConsumePGD" Value="false"/>
    <build:Item Name="SingleThreadNUTC" Value="false"/>
    <build:Item Name="Use64BitCompiler" Value="false"/>
    <build:Item Name="OptimizeForSize" Value="false"/>
    <build:Item Name="AlignMethodsAtMinimalBoundaries" Value="false"/>
    <build:Item Name="LargeAddressAware" Value="false"/>
    <build:Item Name="WindowsDesktop" Version="10.0.19041.0"/>
    <build:Item Name="MakePri.exe" Version="10.0.19041.5609 (WinBuild.160101.0800)"/>
  </build:Metadata>
</Package>