added some development tools
[windows-sources.git] / developer / VSSDK / Samples / Basic_Source_Control_Provider / C# / source.extension.vsixmanifest
blob285c9da0f6a8fb2e15e77d518bd65a1a69d47e56
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="DB69760D-FBA9-4BA5-88AE-FB164CE78C3C" Version="1.0" Language="en-US" Publisher="Microsoft" />
16     <DisplayName>BasicSccProviderCS</DisplayName>
17     <Description xml:space="preserve">This sample provides a Basic Source Code Control Provider (C#). Navigate to TOOLS &gt; OPTIONS &gt; Source Control</Description>
18     <Icon>Resources\Product.ico</Icon>
19     <PreviewImage>Example.BasicSccProvider.jpg</PreviewImage>
20   </Metadata>
21   <Installation InstalledByMsi="false">
22     <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" />
23   </Installation>
24   <Dependencies>
25     <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
26     <Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,15.0)" />
27   </Dependencies>
28   <Assets>
29     <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
30   </Assets>
31 </PackageManifest>