-
Notifications
You must be signed in to change notification settings - Fork 9
/
source.extension.vsixmanifest
32 lines (32 loc) · 2.18 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
22
23
24
25
26
27
28
29
30
31
32
<?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="CodeBlockEndTag.KhaosCoders.5743e483-e347-4815-8c9d-7fc46ca75382" Version="3.2.1.1" Language="en-US" Publisher="KhaosPrinz" />
<DisplayName>CodeBlockEndTag</DisplayName>
<Description xml:space="preserve">Adds an end tag to each code block with information about the header / condition</Description>
<MoreInfo>https://github.com/KhaosCoders/VSCodeBlockEndTag</MoreInfo>
<License>LICENSE.txt</License>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<Icon>Resources\CBETagPackage.ico</Icon>
<PreviewImage>Resources\VSPreview.png</PreviewImage>
<Tags>code, block, codeblock, end, tag, tagger, bracket, brackets, info, information, condition, vscommand, vscommands</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.8,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,18.0)" DisplayName="C# and Visual Basic" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>