在哪里可以获得 TFS SDK? [英] Where can I get TFS SDK?

查看:67
本文介绍了在哪里可以获得 TFS SDK?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是 VS2013.

I use VS2013.

我找到了 Microsoft.TeamFoundation.Git.Client.dll 并且 GitHttpClient 驻留在 Microsoft.TeamFoundation.SourceControl.WebApi.dll 中.我无法从 GAC 找到它们.

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.

我认为它们可能在 TFS SDK 中.但我只能找到Microsoft Visual Studio Team Foundation Server 2012 Java 软件开发工具包":http://www.microsoft.com/en-us/download/details.aspx?id=22616.

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.

在哪里可以获得 TFS SDK?

Where can I get TFS SDK?

推荐答案

关于 Microsoft.TeamFoundation.Git.Client.dll 根据 MSDN:

您可以在 Program Files\Microsoft Visual Studio 12.0\Common7\IDE 中的 ReferenceAssemblies\v2.0、ReferenceAssemblies\v4.5 和 PrivateAssemblies 下找到客户端对象模型中的程序集.

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.

我在 PrivateAssemblies 目录中找到了该程序集.

I found that assembly in the PrivateAssemblies directory.

关于 Microsoft.TeamFoundation.SourceControl.WebApi.dll 在 MSDN 上的同一页面:

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

您可以在工具和应用程序层\Web 服务\bin 下的 Program Files\Microsoft Team Foundation Server 12 中的服务器对象模型中找到程序集.

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.

该程序集位于 Team Foundation Server 的 bin 文件夹中.我还在我的 GAC 中发现了该程序集(尽管我不确定它是何时安装的).

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).

这篇关于在哪里可以获得 TFS SDK?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆