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

Commit a87979f

Browse files
committed
Reference TeamFoundation assemblies when outside VS
1 parent 0203883 commit a87979f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/GitHub.VisualStudio.TestApp/GitHub.VisualStudio.TestApp.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@
5252
<Reference Include="GitHub.VisualStudio.UI">
5353
<HintPath>..\..\build\Content\GitHub.VisualStudio.UI.dll</HintPath>
5454
</Reference>
55+
<Reference Include="Microsoft.TeamFoundation.Controls, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
56+
<SpecificVersion>False</SpecificVersion>
57+
<HintPath>..\..\lib\16.0\Microsoft.TeamFoundation.Controls.dll</HintPath>
58+
</Reference>
59+
<Reference Include="Microsoft.TeamFoundation.Git.Provider, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
60+
<SpecificVersion>False</SpecificVersion>
61+
<HintPath>..\..\lib\16.0\Microsoft.TeamFoundation.Git.Provider.dll</HintPath>
62+
</Reference>
5563
<Reference Include="ReactiveUI">
5664
<HintPath>..\..\build\Content\ReactiveUI.dll</HintPath>
5765
</Reference>

0 commit comments

Comments
 (0)