Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do I need to install to get Microsoft.TeamFoundation.WorkItemTracking.Client.dll?

Do I simply need to install the VS2010 SDK?

Is there such a thing as the TFS2010 SDK, and if so, would that be the thing I need to install, and if so, where can I get it?

On Microsoft's "Extend Visual Studio" web site, I saw a link to example code for the "TFS 2010 SDK" but I could not find the TFS 2010 SDK itself.


The reason I am asking: I am building a codebase that is not mine, which depends on Microsoft.TeamFoundation.WorkItemTracking.Client.dll .

like image 986
Cheeso Avatar asked Nov 17 '10 15:11

Cheeso


2 Answers

For anyone looking for this in Visual Studio 2012, you can add references without an external download:

enter image description here

like image 146
p.campbell Avatar answered Oct 09 '22 17:10

p.campbell


For visual studio 2015

https://www.nuget.org/packages/Microsoft.TeamFoundationServer.ExtendedClient/

You can have more details for another similar assembly here:

Where can I find Microsoft.TeamFoundation.Build.Client in Visual Studio 2015?

like image 38
Yepeekai Avatar answered Oct 09 '22 17:10

Yepeekai