<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap uap2 uap3" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3">
  <Identity Name="a320d3a4-b8a9-499c-9e86-7593cf3c0d20" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.7.0.0"/>
  <Properties>
    <DisplayName>Tasks</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>placeholderLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Platform.All" MinVersion="0.0.0.0" MaxVersionTested="0.0.0.0"/>
  </Dependencies>
  <Resources>
    <Resource Language="en"/>
  </Resources>
  <Applications>
    <Application Id="Microsoft.SDX.IDebfc5a5bc2be48cab2500166d72c330e">
      <uap:VisualElements DisplayName="Tasks" Description="Tasks app React native module for teams mobile client" BackgroundColor="transparent" Square150x150Logo="placeholderLogo.png" Square44x44Logo="placeholderLogo.png" AppListEntry="none"/>
    </Application>
  </Applications>
</Package>