|
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="CodeTalk.Company.20b30e9b-916e-4a62-82fc-ded0bd927673" Version="1.0" Language="en-US" Publisher="MICROSOFT" /> |
5 | | - <DisplayName>CodeTalk</DisplayName> |
6 | | - <Description xml:space="preserve">Improving VS AccessibilityImprMaking </Description> |
7 | | - </Metadata> |
8 | | - <Installation> |
9 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" /> |
10 | | - <InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" /> |
11 | | - <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,16.0)" /> |
12 | | - </Installation> |
13 | | - <Dependencies> |
14 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
15 | | - <Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" /> |
16 | | - </Dependencies> |
17 | | - <Assets> |
18 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
19 | | - </Assets> |
20 | | - <Prerequisites> |
21 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" /> |
22 | | - <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio extension development prerequisites" /> |
23 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" /> |
24 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic Roslyn compilers" /> |
25 | | - </Prerequisites> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="CodeTalk.Company.20b30e9b-916e-4a62-82fc-ded0bd927673" Version="0.8" Language="en-US" Publisher="MICROSOFT" /> |
| 5 | + <DisplayName>CodeTalk</DisplayName> |
| 6 | + <Description xml:space="preserve">Improving IDE Accessibility</Description> |
| 7 | + <MoreInfo>https://github.com/Microsoft/CodeTalk</MoreInfo> |
| 8 | + <Icon>CodeTalk.ico</Icon> |
| 9 | + <PreviewImage>CodeTalk.ico</PreviewImage> |
| 10 | + <Tags>accessibility</Tags> |
| 11 | + </Metadata> |
| 12 | + <Installation> |
| 13 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" /> |
| 14 | + <InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" /> |
| 15 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,16.0)" /> |
| 16 | + </Installation> |
| 17 | + <Dependencies> |
| 18 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 19 | + <Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" /> |
| 20 | + </Dependencies> |
| 21 | + <Assets> |
| 22 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 23 | + </Assets> |
| 24 | + <Prerequisites> |
| 25 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" /> |
| 26 | + <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio extension development prerequisites" /> |
| 27 | + <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" /> |
| 28 | + <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic Roslyn compilers" /> |
| 29 | + </Prerequisites> |
26 | 30 | </PackageManifest> |
0 commit comments