added some development tools
[windows-sources.git] / developer / VSSDK / Samples / Caret_Fish_Eye / C# / source.extension.vsixmanifest
blobdbc0986c1bbc9cf7f84a62da2dbc9ef423d3349b
1 <?xml version="1.0" encoding="utf-8"?>
2 <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">
3   <Metadata>
4     <Identity Id="CaretFishEye" Version="1.0" Language="en-US" Publisher="Microsoft" />
5     <DisplayName>Caret Fish Eye</DisplayName>
6     <Description xml:space="preserve">This sample applies line transformations to the Editor so that lines farther away from the caret appear smaller.</Description>
7     <PreviewImage>Example.CaretFishEye.png</PreviewImage>
8   </Metadata>
9   <Installation>
10     <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" />
11   </Installation>
12   <Dependencies>
13     <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
14   </Dependencies>
15   <Assets>
16     <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
17   </Assets>
18 </PackageManifest>