<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap uap5 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:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
  
  <Identity Name="Microsoft.WindowsAlarms" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.2101.28.0" ProcessorArchitecture="x86"/>
  <mp:PhoneIdentity PhoneProductId="44f7d2b4-553d-4bec-a8b7-634ce897ed5f" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35"/>
  <Properties>
    <DisplayName>ms-resource:AppStoreName</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Assets\AlarmsStoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17134.0" MaxVersionTested="10.0.17763.0"/>
    <PackageDependency Name="Microsoft.UI.Xaml.2.4" MinVersion="2.42005.18002.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.27328.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
    <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.27810.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 uap:Scale="200"/>
    
  </Resources>
  <Applications>
    <Application Id="App" Executable="Time.exe" EntryPoint="TimeUniversal.App">
      <Extensions>
        <uap:Extension Category="windows.alarm"/>
        <uap:Extension Category="windows.appService" EntryPoint="TimeAppService.AlarmsAppService">
          <uap:AppService Name="ms-alarmsService"/>
        </uap:Extension>
        <uap:Extension Category="windows.appService" EntryPoint="TimeAppService.RetailDemoCleanup">
          <uap:AppService Name="Microsoft-RetailDemo-Cleanup"/>
        </uap:Extension>
        <Extension Category="windows.preInstalledConfigTask" EntryPoint="TimeBackground.PreInstallRegisterBackgroundTask"/>
        <Extension Category="windows.updateTask" EntryPoint="TimeBackground.UpdateTask"/>
        <Extension Category="windows.backgroundTasks" EntryPoint="TimeBackground.ToastActionTask">
          <BackgroundTasks>
            <Task Type="systemEvent"/>
          </BackgroundTasks>
        </Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="TimeBackground.MigrationTimerTask">
          <BackgroundTasks>
            <Task Type="timer"/>
          </BackgroundTasks>
        </Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="TimeBackground.LockScreenApplicationAddedTask">
          <BackgroundTasks>
            <Task Type="systemEvent"/>
          </BackgroundTasks>
        </Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="TimeBackground.LockScreenApplicationRemovedTask">
          <BackgroundTasks>
            <Task Type="systemEvent"/>
          </BackgroundTasks>
        </Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="TimeBackground.ClockLiveTileTimerTask">
          <BackgroundTasks>
            <Task Type="timer"/>
          </BackgroundTasks>
        </Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="TimeBackground.TimeZoneChangedTask">
          <BackgroundTasks>
            <Task Type="systemEvent"/>
          </BackgroundTasks>
        </Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="TimeBackground.TimerTask">
          <BackgroundTasks>
            <Task Type="timer"/>
          </BackgroundTasks>
        </Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-clock" DesiredView="useLess">
            <uap:Logo>Assets\AlarmsAppList.png</uap:Logo>
          </uap:Protocol>
        </uap:Extension>
      </Extensions>
      <uap:VisualElements DisplayName="ms-resource:AppName/Text" Description="ms-resource:AppDescription" BackgroundColor="#0078D4" Square150x150Logo="Assets\AlarmsMedTile.png" Square44x44Logo="Assets\AlarmsAppList.png">
        <uap:DefaultTile ShortName="ms-resource:AppName/Text" Wide310x150Logo="Assets\AlarmsWideTile.png" Square310x310Logo="Assets\AlarmsLargeTile.png" Square71x71Logo="Assets\AlarmsSmallTile.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo"/>
            <uap:ShowOn Tile="wide310x150Logo"/>
            <uap:ShowOn Tile="square310x310Logo"/>
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:LockScreen Notification="badge" BadgeLogo="Assets\AlarmsBadgeLogo.png"/>
        <uap:SplashScreen Image="Assets\AlarmsSplashScreen.png" uap5:Optional="true" BackgroundColor="#0078D4"/>
      </uap:VisualElements>
    </Application>
  </Applications>
  <Extensions>
    <Extension Category="windows.publisherCacheFolders">
      <PublisherCacheFolders>
        <Folder Name="Microsoft.WindowsAlarms"/>
      </PublisherCacheFolders>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>TimeGraphics.dll</Path>
        <ActivatableClass ActivatableClassId="TimeGraphics.DayNightCurveImageSource" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
    <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>Time.dll</Path>
        <ActivatableClass ActivatableClassId="TimeAppService.AlarmsAppService" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeAppService.RetailDemoCleanup" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.UpdateTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.TimeZoneChangedTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.TimerTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.LockScreenApplicationRemovedTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.BackgroundTaskHelper" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.ClockLiveTileTimerTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.PreInstallRegisterBackgroundTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.LockScreenApplicationAddedTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.MigrationTimerTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="TimeBackground.ToastActionTask" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
  </Extensions>
  <build:Metadata>
    <build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v5.0"/>
    <build:Item Name="VisualStudio" Version="16.0"/>
    <build:Item Name="OperatingSystem" Version="10.0.17763.1 (WinBuild.160101.0800)"/>
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="16.0.30804.86"/>
    <build:Item Name="ProjectGUID" Value="{68680858-4F3D-4CF2-B817-7655799C7DB4}"/>
    <build:Item Name="ilc.exe" Version="2.2.27913.00 built by: PROJECTNREL"/>
    <build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="10.0.19041.685"/>
    <build:Item Name="OptimizingToolset" Value="ilc.exe"/>
    <build:Item Name="UseDotNetNativeSharedAssemblyFrameworkPackage" Value="True"/>
    <build:Item Name="DisableStackTraceMetadata" Value="true"/>
    <build:Item Name="DisableExceptionMessages" Value="true"/>
    <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.685 (WinBuild.160101.0800)"/>
  </build:Metadata>
</Package>