-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsource.extension.vsixmanifest
More file actions
33 lines (33 loc) · 1.99 KB
/
source.extension.vsixmanifest
File metadata and controls
33 lines (33 loc) · 1.99 KB
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
33
<?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="22c372db-a793-4294-9fdb-83228aaf2a23" Version="1.06" Language="en-US" Publisher="Predelnik" />
<DisplayName>RemoveTrailingWhitespaces</DisplayName>
<Description>Trailing whitespace removal tool. Removes either manually or on file save.</Description>
<License>LICENSE.txt</License>
<Icon>Resources\packageicon.png</Icon>
<PreviewImage>Resources\preview.png</PreviewImage>
<Tags>Formatting, Trailing Whitespaces, Utility</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Net.Component.4.6.TargetingPack" Version="[15.0.26208.0,)" DisplayName=".NET Framework 4.6 targeting pack" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0.28315.86,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>