Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5952a44

Browse files
committed
Don't reference GitHub.TeamFoundation.* directly
1 parent 5042136 commit 5952a44

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

GitHubVS.sln

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27703.2035
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.28516.95
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.VisualStudio", "src\GitHub.VisualStudio\GitHub.VisualStudio.csproj", "{11569514-5AE5-4B5B-92A2-F10B0967DE5F}"
77
ProjectSection(ProjectDependencies) = postProject
8+
{161DBF01-1DBF-4B00-8551-C5C00F26720D} = {161DBF01-1DBF-4B00-8551-C5C00F26720D}
9+
{161DBF01-1DBF-4B00-8551-C5C00F26720E} = {161DBF01-1DBF-4B00-8551-C5C00F26720E}
810
{7F5ED78B-74A3-4406-A299-70CFB5885B8B} = {7F5ED78B-74A3-4406-A299-70CFB5885B8B}
11+
{F08BD4BC-B5DF-4193-9B01-6D0BBE101BD7} = {F08BD4BC-B5DF-4193-9B01-6D0BBE101BD7}
912
EndProjectSection
1013
EndProject
1114
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{72036B62-2FA6-4A22-8B33-69F698A18CF1}"

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,16 @@
166166
</EmbeddedResource>
167167
</ItemGroup>
168168
<ItemGroup>
169+
<Content Include="..\GitHub.TeamFoundation.14\obj\$(Configuration)\GitHub.TeamFoundation.14.dll">
170+
<Link>GitHub.TeamFoundation.14.dll</Link>
171+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
172+
<IncludeInVSIX>true</IncludeInVSIX>
173+
</Content>
174+
<Content Include="..\GitHub.TeamFoundation.15\obj\$(Configuration)\GitHub.TeamFoundation.15.dll">
175+
<Link>GitHub.TeamFoundation.15.dll</Link>
176+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
177+
<IncludeInVSIX>true</IncludeInVSIX>
178+
</Content>
169179
<Content Include="..\GitHub.TeamFoundation.16\obj\$(Configuration)\GitHub.TeamFoundation.16.dll">
170180
<Link>GitHub.TeamFoundation.16.dll</Link>
171181
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -383,20 +393,6 @@
383393
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;PkgdefProjectOutputGroup</IncludeOutputGroupsInVSIX>
384394
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;PkgdefProjectOutputGroup</IncludeOutputGroupsInVSIXLocalOnly>
385395
</ProjectReference>
386-
<ProjectReference Include="..\GitHub.TeamFoundation.14\GitHub.TeamFoundation.14.csproj">
387-
<Project>{161dbf01-1dbf-4b00-8551-c5c00f26720d}</Project>
388-
<Name>GitHub.TeamFoundation.14</Name>
389-
<Private>True</Private>
390-
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
391-
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
392-
</ProjectReference>
393-
<ProjectReference Include="..\GitHub.TeamFoundation.15\GitHub.TeamFoundation.15.csproj">
394-
<Project>{161dbf01-1dbf-4b00-8551-c5c00f26720e}</Project>
395-
<Name>GitHub.TeamFoundation.15</Name>
396-
<Private>True</Private>
397-
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
398-
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
399-
</ProjectReference>
400396
<ProjectReference Include="..\GitHub.UI.Reactive\GitHub.UI.Reactive.csproj">
401397
<Project>{158b05e8-fdbc-4d71-b871-c96e28d5adf5}</Project>
402398
<Name>GitHub.UI.Reactive</Name>

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.Exports.Reactive" Path="|GitHub.Exports.Reactive|" />
3030
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.App" Path="|GitHub.App|" />
3131
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.Services.Vssdk" Path="|GitHub.Services.Vssdk|" />
32-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.TeamFoundation.14" TargetVersion="[14.0,15.0)" Path="|GitHub.TeamFoundation.14|" />
33-
<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" TargetVersion="[14.0,15.0)" Path="GitHub.TeamFoundation.14.dll" />
33+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" TargetVersion="[15.0,16.0)" Path="GitHub.TeamFoundation.15.dll" />
3434
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="File" TargetVersion="[16.0,17.0)" Path="GitHub.TeamFoundation.16.dll" />
3535
<!-- Sometimes the version of `ServiceHub.VSDetouredHost.exe` is used when installing for Visual Studio 2017, see https://github.com/github/VisualStudio/pull/1875 -->
36-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.TeamFoundation.15" TargetVersion="[1.0,2.0)" Path="|GitHub.TeamFoundation.15|" />
36+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" TargetVersion="[1.0,2.0)" Path="GitHub.TeamFoundation.15.dll" />
3737
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="GitHub.InlineReviewsPackage" Path="|GitHub.InlineReviews;PkgdefProjectOutputGroup|" />
3838
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="GitHub.StartPage" Path="|GitHub.StartPage;PkgdefProjectOutputGroup|" />
3939
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.InlineReviews" Path="|GitHub.InlineReviews|" />

0 commit comments

Comments
 (0)