-
Notifications
You must be signed in to change notification settings - Fork 1
/
source.extension.vsixmanifest
21 lines (20 loc) · 1.15 KB
/
source.extension.vsixmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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="MobileEssentials.Experimentalizer" Version="1.7" Language="en-US" Publisher="MobileEssentials" />
<DisplayName>Experimentalizer</DisplayName>
<Description xml:space="preserve">Turns VSIXes you download from galleries into Experimental automatically before installing them.Turns VSIXes you download from galleries into Experimental automatically before installing them.
NOTE: requires 64-bit Windows.</Description>
<Icon>Package.ico</Icon>
<PreviewImage>Preview.png</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
</Installation>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" />
</Prerequisites>
</PackageManifest>