1 <?xml version="1.0" encoding="utf-8"?>
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.
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">
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>
19 <Installation InstalledByMsi="false">
20 <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" />
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)" />
27 <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />