-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathsource.extension.vsixmanifest
39 lines (39 loc) · 2.21 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
33
34
35
36
37
38
39
<?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="MarkMpn.Sql4Cds.DebugVisualizer.DebuggerSide.2FD700A9-659B-45CB-A045-25B050AD5CAF" Version="1.0.0" Language="en-US" Publisher="MarkMpn" />
<DisplayName>SQL 4 CDS Visualizer</DisplayName>
<Description xml:space="preserve">View SQL 4 CDS query plan directly inside Visual Studio.</Description>
<Preview>false</Preview>
<MoreInfo>https://github.com/MarkMpn.Sql4Cds</MoreInfo>
<GettingStartedGuide>https://github.com/MarkMpn/Sql4Cds/blob/master/README.md</GettingStartedGuide>
<Icon>Images\IconSmall.png</Icon>
<Tags>SQL 4 CDS,SQL4CDS, Visualizer, Query Plan</Tags>
</Metadata>
<Installation ExtensionType="VSSDK+VisualStudio.Extensibility">
<InstallationTarget Version="[17.9, 18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9, 18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>arm64</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="[17.0,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>