Search code examples
tfssdktfs-sdk

Where can I get TFS SDK?


I use VS2013.

I'm finding Microsoft.TeamFoundation.Git.Client.dll and The GitHttpClient resides in Microsoft.TeamFoundation.SourceControl.WebApi.dll . I can not find them from GAC.

I think that they may be in TFS SDK. But I can only find "Microsoft Visual Studio Team Foundation Server 2012 Software Development Kit for Java" :http://www.microsoft.com/en-us/download/details.aspx?id=22616.

Where can I get TFS SDK?


Solution

  • Regarding Microsoft.TeamFoundation.Git.Client.dll per MSDN :

    You can find the assemblies in the client object model in Program Files\Microsoft Visual Studio 12.0\Common7\IDE under ReferenceAssemblies\v2.0, ReferenceAssemblies\v4.5, and PrivateAssemblies.

    I found that assembly in the PrivateAssemblies directory.

    Regarding Microsoft.TeamFoundation.SourceControl.WebApi.dll per same page on MSDN:

    You can find the assemblies in the server object model in Program Files\Microsoft Team Foundation Server 12 under Tools and Application Tier\Web Services\bin.

    That assembly is located in the bin folder of the Team Foundation Server. I also found that assembly in my GAC (although I'm not sure when it was installed).