﻿<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <Identity Name="Microsoft.DirectXRuntime" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="9.29.1974.0" ProcessorArchitecture="x86" />
  <Resources>
    <Resource Language="en-us" />
  </Resources>
  <Properties>
    <Framework>true</Framework>
    <DisplayName>DirectX</DisplayName>
    <Description>Microsoft DirectX Runtime.</Description>
    <Logo>Assets\StoreLogo.png</Logo>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.18200.0" MaxVersionTested="10.0.18200.0" />
  </Dependencies>
  <mp:PhoneIdentity PhoneProductId="a1bb4a0d-1607-455b-94d4-9f4e028d2d85" PhonePublisherId="a8099e80-050d-411d-9b45-4ea107a7be6b" />
</Package>