|
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="SQLScriptsExplorer.Addin.b22c3965-9172-4eab-980d-a833bee345ab" Version="1.0" Language="en-US" Publisher="Joao Ribeiro Neto" /> |
5 |
| - <DisplayName>SQL Scripts Explorer Addin.</DisplayName> |
6 |
| - <Description>Collaborate SQL Scripts between teams.</Description> |
7 |
| - </Metadata> |
8 |
| - <Installation AllUsers="true"> |
9 |
| - <InstallationTarget Id="ssms" Version="[13.0,18.0)" /> |
10 |
| - <InstallationTarget Version="[13.0,18.0)" Id="Microsoft.VisualStudio.IntegratedShell" /> |
11 |
| - </Installation> |
12 |
| - <Dependencies> |
13 |
| - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
14 |
| - <Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,17.0)" /> |
15 |
| - </Dependencies> |
16 |
| - <Prerequisites> |
17 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" /> |
18 |
| - </Prerequisites> |
19 |
| - <Assets> |
20 |
| - |
| 3 | + <Metadata> |
| 4 | + <Identity Id="SQLScriptsExplorer.Addin.b22c3965-9172-4eab-980d-a833bee345ab" Version="1.0" Language="en-US" Publisher="Joao Ribeiro Neto" /> |
| 5 | + <DisplayName>SQL Scripts Explorer Addin.</DisplayName> |
| 6 | + <Description>Collaborate SQL Scripts between teams.</Description> |
| 7 | + </Metadata> |
| 8 | + <Installation AllUsers="true"> |
| 9 | + <InstallationTarget Id="ssms" Version="[13.0,20.0)"> |
| 10 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 11 | + </InstallationTarget> |
| 12 | + <InstallationTarget Version="[13.0,20.0)" Id="Microsoft.VisualStudio.IntegratedShell"> |
| 13 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 14 | + </InstallationTarget> |
| 15 | + </Installation> |
| 16 | + <Dependencies> |
| 17 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.8.1,)" /> |
| 18 | + <Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,18.0)" /> |
| 19 | + </Dependencies> |
| 20 | + <Prerequisites> |
| 21 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 22 | + </Prerequisites> |
| 23 | + <Assets> |
| 24 | + |
21 | 25 | <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
|
22 | 26 | </Assets>
|
23 | 27 | </PackageManifest>
|
0 commit comments