﻿<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" IgnorableNamespaces="uap">
  <Identity Name="Microsoft.NET.Native.Runtime.1.4" ProcessorArchitecture="x64" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.4.24201.0" />
  <mp:PhoneIdentity PhoneProductId="16780f68-77c3-4caf-a575-c5297df5bfe4" PhonePublisherId="a8099e80-050d-411d-9b45-4ea107a7be6b" />
  <Properties>
    <Framework>true</Framework>
    <DisplayName>Microsoft .Net Native Runtime Package 1.4</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Description>Microsoft .Net Native Runtime Package 1.4</Description>
    <Logo>logo.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="en-US" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10049.0" MaxVersionTested="10.0.10049.0" />
  </Dependencies>
</Package>