|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <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"> |
3 | | - <Metadata> |
4 | | - <Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873" Version="2.0.2" Language="en-US" Publisher="BIDSHelper.codeplex.com" /> |
5 | | - <DisplayName>BIDS Helper for Visual Studio 2017</DisplayName> |
6 | | - <Description xml:space="preserve">BIDS Helper is an extension for BIDS / SSDT-BI that includes numerous enhancements for SQL Server BI projects</Description> |
7 | | - <MoreInfo>https://bidshelper.codeplex.com/documentation</MoreInfo> |
8 | | - <License>License.rtf</License> |
9 | | - <Icon>BIDSHelper.ico</Icon> |
10 | | - <PreviewImage>BIDSHelperMontage.gif</PreviewImage> |
11 | | - <Tags>SSDT,SSIS,SSAS,SSRS,BIDS,SQL Server Data Tools,Integration Services,Analysis Services,Reporting Services</Tags> |
12 | | - </Metadata> |
13 | | - <Installation> |
14 | | - <InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="15.0" /> |
15 | | - </Installation> |
16 | | - <Dependencies> |
17 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
18 | | - <Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0,12.0)" /> |
19 | | - </Dependencies> |
20 | | - <Assets> |
21 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
22 | | - <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
23 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873" Version="2.0.2" Language="en-US" Publisher="bideveloperextensions.github.io" /> |
| 5 | + <DisplayName>BI Developer Extensions for Visual Studio 2017</DisplayName> |
| 6 | + <Description xml:space="preserve">BI Developer Extensions (formerly BIDS Helper) is an extension for BIDS / SSDT-BI that includes numerous enhancements for SQL Server BI projects</Description> |
| 7 | + <MoreInfo>https://bidshelper.codeplex.com/documentation</MoreInfo> |
| 8 | + <License>License.rtf</License> |
| 9 | + <Icon>BIDSHelper.ico</Icon> |
| 10 | + <PreviewImage>BIDSHelperMontage.gif</PreviewImage> |
| 11 | + <Tags>SSDT,SSIS,SSAS,SSRS,BIDS,SQL Server Data Tools,Integration Services,Analysis Services,Reporting Services</Tags> |
| 12 | + </Metadata> |
| 13 | + <Installation> |
| 14 | + <InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="15.0" /> |
| 15 | + </Installation> |
| 16 | + <Dependencies> |
| 17 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 18 | + <Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0,12.0)" /> |
| 19 | + </Dependencies> |
| 20 | + <Assets> |
| 21 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 22 | + <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 23 | + </Assets> |
| 24 | + <Prerequisites> |
| 25 | + <Prerequisite Id="Microsoft.Net.Component.4.5.TargetingPack" Version="[15.0.26621.2,16.0)" DisplayName=".NET Framework 4.5 targeting pack" /> |
| 26 | + </Prerequisites> |
24 | 27 | </PackageManifest> |
0 commit comments