-
Notifications
You must be signed in to change notification settings - Fork 24
/
extension2016.vsixmanifest
23 lines (23 loc) · 1.49 KB
/
extension2016.vsixmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d872" Version="2.1.1" Language="en-US" Publisher="BIDSHelper.codeplex.com" />
<DisplayName>BI Developer Extensions for Visual Studio 2015</DisplayName>
<Description xml:space="preserve">BI Developer Extensions (formerly BIDS Helper) is an extension for SSDT that includes numerous enhancements for SQL Server BI projects</Description>
<MoreInfo>https://bideveloperextensions.github.io/</MoreInfo>
<License>License.rtf</License>
<Icon>BIDSHelper.ico</Icon>
<PreviewImage>BIDSHelperMontage.gif</PreviewImage>
<Tags>SSDT,SSIS,SSAS,SSRS,BIDS,SQL Server Data Tools,Integration Services,Analysis Services,Reporting Services</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="14.0" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" Version="[11.0,12.0)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" Path="BidsHelper2016.pkgdef" />
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="SQL2016\BidsHelper2016.dll" />
</Assets>
</PackageManifest>