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">
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>
10 <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" />
13 <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
16 <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />