-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsource.extension.vsixmanifest
More file actions
35 lines (35 loc) · 2.13 KB
/
Copy pathsource.extension.vsixmanifest
File metadata and controls
35 lines (35 loc) · 2.13 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
34
35
<?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="049c7ac5-ba44-4a72-b4ee-7be7fb1b0edd" Version="2.6.7" Language="en-US" Publisher="Luminous Software Solutions" />
<DisplayName>Time Savers</DisplayName>
<Description xml:space="preserve">TimeSavers => developerProductivity++; </Description>
<MoreInfo>https://luminous-software.solutions/time-savers</MoreInfo>
<License>Resources\LICENSE</License>
<GettingStartedGuide>https://luminous-software.solutions/time-savers/getting-started/</GettingStartedGuide>
<ReleaseNotes>https://luminous-software.solutions/time-savers/changelog/</ReleaseNotes>
<Icon>Resources\logo.png</Icon>
<PreviewImage>Resources\preview.png</PreviewImage>
<Tags>luminous,time savers,time-savers,timesavers,visual studio,productivity,yannduran,yd</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0)">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>arm64</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.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>