<?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.Debug" 
  ProcessorArchitecture="x64" 
  Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" 
  Version="14.0.29231.0" />
  <mp:PhoneIdentity PhoneProductId="8472ADE1-5AC3-4956-8B5F-1F982439491E" PhonePublisherId="7d65b05e-7ebe-49bb-85ab-edd057dbb4e5" />
<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>
