-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsource.extension.vsixmanifest
18 lines (18 loc) · 1.03 KB
/
source.extension.vsixmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="DisableMouseWheelZoom.NoahRichardst.fb70c64a-15d3-4384-ad2d-8e83a8bfd897" Version="1.5" Language="en-US" Publisher="Noah Richards" />
<DisplayName>Disable Mouse Wheel Zoom</DisplayName>
<Description xml:space="preserve">Disables zooming with the ctrl+mouse wheel gesture.</Description>
<License>ms-pl.txt</License>
</Metadata>
<Installation>
<InstallationTarget Version="[12.0,)" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26606.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>