1+ <?xml version =" 1.0" encoding =" utf-8" ?>
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 =" c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version =" 2.8.0.0" Language =" en-US" Publisher =" GitHub, Inc" />
5+ <DisplayName >GitHub Extension for Visual Studio</DisplayName >
6+ <Description xml : space =" preserve" >A Visual Studio Extension that brings the GitHub Flow into Visual Studio.</Description >
7+ <PackageId >GitHub.VisualStudio</PackageId >
8+ <MoreInfo >https://visualstudio.github.com</MoreInfo >
9+ <License >LICENSE.txt</License >
10+ <ReleaseNotes >https://visualstudio.github.com/release-notes.html</ReleaseNotes >
11+ <Icon >Resources\logo_128x128.png</Icon >
12+ <PreviewImage >Resources\preview_200x200.png</PreviewImage >
13+ <Tags >GitHub;git;open source;source control;branch;pull request;team explorer;commit;publish</Tags >
14+ </Metadata >
15+ <Installation AllUsers =" true" Experimental =" false" >
16+ <InstallationTarget Id =" Microsoft.VisualStudio.Community" Version =" [14.0,17.0)" />
17+ <InstallationTarget Id =" Microsoft.VisualStudio.IntegratedShell" Version =" [15.0,17.0)" />
18+ </Installation >
19+ <Dependencies >
20+ <Dependency Id =" Microsoft.Framework.NDP" DisplayName =" Microsoft .NET Framework" d : Source =" Manual" Version =" [4.5,)" />
21+ <Dependency Id =" Microsoft.VisualStudio.MPF.14.0" DisplayName =" Visual Studio MPF 14.0" d : Source =" Installed" Version =" [14.0,)" />
22+ <Dependency Id =" Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions" DisplayName =" Team Explorer" d : Source =" Installed" Version =" [14.0,)" />
23+ </Dependencies >
24+ <Assets >
25+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.Exports" Path =" |GitHub.Exports|" />
26+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.Api" Path =" |GitHub.Api|" />
27+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.Exports.Reactive" Path =" |GitHub.Exports.Reactive|" />
28+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.App" Path =" |GitHub.App|" />
29+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.Services.Vssdk" Path =" |GitHub.Services.Vssdk|" />
30+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.TeamFoundation.14" TargetVersion =" [14.0,15.0)" Path =" |GitHub.TeamFoundation.14|" />
31+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.TeamFoundation.15" TargetVersion =" [15.0,16.0)" Path =" |GitHub.TeamFoundation.15|" />
32+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.TeamFoundation.16" TargetVersion =" [16.0,17.0)" Path =" |GitHub.TeamFoundation.16|" />
33+ <!-- Sometimes the version of `ServiceHub.VSDetouredHost.exe` is used when installing for Visual Studio 2017, see https://github.com/github/VisualStudio/pull/1875 -->
34+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.TeamFoundation.15" TargetVersion =" [1.0,2.0)" Path =" |GitHub.TeamFoundation.15|" />
35+ <Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" d : ProjectName =" GitHub.InlineReviewsPackage" Path =" |GitHub.InlineReviews;PkgdefProjectOutputGroup|" />
36+ <Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" d : ProjectName =" GitHub.StartPage" Path =" |GitHub.StartPage;PkgdefProjectOutputGroup|" />
37+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.InlineReviews" Path =" |GitHub.InlineReviews|" />
38+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.VisualStudio.UI" Path =" |GitHub.VisualStudio.UI|" />
39+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" File" Path =" Rothko.dll" />
40+ <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" File" Path =" Newtonsoft.Json.dll" AssemblyName =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" />
41+ <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" File" Path =" System.ValueTuple.dll" AssemblyName =" System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
42+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" GitHub.VisualStudio" Path =" |GitHub.VisualStudio|" />
43+ <Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" d : ProjectName =" GitHub.VisualStudio" Path =" |GitHub.VisualStudio;PkgdefProjectOutputGroup|" />
44+ </Assets >
45+ <Prerequisites >
46+ <Prerequisite Id =" Microsoft.VisualStudio.Component.CoreEditor" Version =" [15.0.25824.0,)" DisplayName =" Visual Studio core editor" />
47+ </Prerequisites >
48+ </PackageManifest >
0 commit comments