-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsource.extension.vsixmanifest
More file actions
35 lines (35 loc) · 2.03 KB
/
source.extension.vsixmanifest
File metadata and controls
35 lines (35 loc) · 2.03 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="GcodeLanguage Extension.63CEA96E-E88D-4966-ACAA-BF97CDDC31E4" Version="0.1.7.0" Language="en-US" Publisher="gojimmypi" />
<DisplayName>Gcode Language Extension</DisplayName>
<Description xml:space="preserve">G-Code highlighting extension to the Visual Studio Editor. </Description>
<MoreInfo>https://github.com/gojimmypi/GcodeLanguageExtension</MoreInfo>
<License>LICENSE.md</License>
<Icon>Gcode-syntax-highlighting-icon.jpg</Icon>
<Tags>gcode syntax highlighting cnc 3dprinter g-code g.code</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
</PackageManifest>