-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsource.extension.vsixmanifest
26 lines (26 loc) · 1.47 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
<?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 Publisher="Rick Sladkey" Version="2.0.1" Id="9ec8f525-55cf-419a-b3df-143623bd03ee" Language="en-US" />
<DisplayName>CLIPS Language Support for Visual Studio</DisplayName>
<Description>Support for editing CLIPS language programs</Description>
<MoreInfo>https://github.com/ricksladkey/ClipsLanguage</MoreInfo>
<License>License.txt</License>
<Icon>package-icon.png</Icon>
<PreviewImage>package-screenshot.png</PreviewImage>
<Tags>clips</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[11.0,16.0)" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Id="AtmelStudio" Version="7.0" />
</Installation>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[11.0,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>