﻿<?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:build="http://schemas.microsoft.com/developer/appx/2015/build" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" IgnorableNamespaces="uap build mp">
  <Identity Name="Microsoft.VCLibs.140.00" ProcessorArchitecture="x86" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="14.0.33519.0" />
  <mp:PhoneIdentity PhoneProductId="938c94d3-76d8-49d2-8524-dd6e4581ff3a" PhonePublisherId="a8099e80-050d-411d-9b45-4ea107a7be6b" />
  <Properties>
    <Framework>true</Framework>
    <DisplayName>Microsoft Visual C++ 2015 UWP Runtime Package</DisplayName>
    <PublisherDisplayName>Microsoft Platform Extensions</PublisherDisplayName>
    <Description>Microsoft Visual C++ 2015 UWP Runtime support for native applications</Description>
    <Logo>logo.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="en-US" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10042.0" MaxVersionTested="10.0.10042.0" />
  </Dependencies>
</Package>