﻿<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
  <Metadata>
    <Identity Version="10.0.0.0" Id="Microsoft.Windows.DevelopmentKit.Desktop" Publisher="Microsoft Corporation" Language="en-US"/>
    <DisplayName>Microsoft Windows Desktop SDK</DisplayName>
    <Description>Headers, libraries and tools needed to compile a Windows desktop application</Description>
    <MoreInfo>http://go.microsoft.com/fwlink/p/?LinkID=228297&amp;clcid=0x3009</MoreInfo>
    <Tags>SDK, desktop, application, exe, dll</Tags>
    <GettingStartedGuide>http://go.microsoft.com/fwlink/p/?LinkID=228297&amp;clcid=0x3009</GettingStartedGuide>
  </Metadata>
  
  <Installation Scope="global" AllUsers="true" InstalledByMsi="true" SystemComponent="true">
    <InstallationTarget Id="Microsoft.PlatformSDK" />
  </Installation> 

  <Dependencies/>
  
  <!-- The desktop SDK install does not install any VS extensions or samples. Samples are installed from the web -->
  <Assets/>
</PackageManifest>
