added some development tools
[windows-sources.git] / developer / VSSDK / Samples / Code_Sweep / C# / VsPackage / source.extension.vsixmanifest
blob0ba951d2f9faab871e32bcc98449747931b81274
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="4c04f4d5-57ad-4d92-a80c-4785d7c87061" Version="1.0" Language="en-US" Publisher="Microsoft Corp." />
16     <DisplayName>CodeSweep</DisplayName>
17     <Description>This sample allows the user to specify a set of terms to search for by specifying a set of XML files containing the term definitions. The user-configurable settings are stored in the project file. The scan can be invoked either on command or as an integrated part of the build process. When the scan is performed, a custom task provider causes hits, if any, to be shown in the task list.</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.12.0" DisplayName="Visual Studio MPF 12.0" d:Source="Installed" Version="12.0" />
25   </Dependencies>
26   <Assets>
27     <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
28   </Assets>
29 </PackageManifest>