added some development tools
[windows-sources.git] / developer / VSSDK / Samples / Combo_Box / C# / source.extension.vsixmanifest
blobb4d8aa1cb147731c9d43fa364d19d7dd6370a346
1 <?xml version="1.0" encoding="utf-8"?>
3 <!--
5 Copyright (c) Microsoft Corporation. All rights reserved.
6 THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
7 ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
8 IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
9 PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
11 -->
13 <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
14   <Metadata>
15     <Identity Id="40d9f297-25fb-4264-99ed-7785f8331c94" Version="1.0" Language="en-US" Publisher="Microsoft Corp." />
16     <DisplayName>ComboBox SDK Sample</DisplayName>
17     <Description xml:space="preserve">ComboBox SDK Sample. Adds a toolbar with four different types of drop-down combo boxes</Description>
18   </Metadata>
19   <Installation InstalledByMsi="false">
20     <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" />
21   </Installation>
22   <Dependencies>
23     <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
24     <Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,15.0)" />
25   </Dependencies>
26   <Assets>
27     <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
28   </Assets>
29 </PackageManifest>