<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="mp rescap uap uap5 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:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" 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="1.1.146.0" ProcessorArchitecture="x64"/>
  <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.18363.0" MaxVersionTested="10.0.22621.0"/>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.18363.0" MaxVersionTested="10.0.22621.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-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.protocol">
          <uap:Protocol Name="ms-clock" DesiredView="useLess">
            <uap:Logo>Assets\AlarmsAppList.png</uap:Logo>
          </uap:Protocol>
        </uap:Extension>
        <uap:Extension Category="windows.appService">
          <uap:AppService Name="ms-alarmsService"/>
        </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>Microsoft.Apps.Stubs.dll</Path>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.ActivationHelper" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.InstallControl" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.UpgradeHelper" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.VerticalOverflowDetector" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.XamlMetaDataProvider" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
  </Extensions>
  <Capabilities>
    <rescap:Capability Name="runFullTrust"/>
    <rescap:Capability Name="appLicensing"/>
  </Capabilities>
  <build:Metadata>
    <build:Item Name="cl.exe" Version="19.51.36244.0"/>
    <build:Item Name="VisualStudio" Version="18.0"/>
    <build:Item Name="OperatingSystem" Version="10.0.26100.1 (WinBuild.160101.0800)"/>
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="18.6.39583.10130"/>
    <build:Item Name="ProjectGUID" Value="{758d75e6-affe-47c5-9d55-0fb455642359}"/>
    <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.26100.8249"/>
    <build:Item Name="MakePri.exe" Version="10.0.26100.8249 (WinBuild.160101.0800)"/>
  </build:Metadata>
</Package>