TFS模板定制-缺少程序集

发布于 2024-12-04 22:54:35 字数 293 浏览 3 评论 0原文

我必须自定义 TFS2010 默认构建过程模板。要使用工作流活动库,我需要添加对 C:\Windows\assemble\GAC_MSIL\Microsoft.TeamFoundation.TestImpact.Client\10.0.0.0__b03f5f7f11d50a3a\ Microsoft.TeamFoundation.TestImpact.Client.dll 的引用。但文件夹 我的 GAC_MSIL 文件夹或其他地方不存在 Microsoft.TeamFoundation.TestImpact.Client。 我有VS终极版。我缺少任何设置或升级吗?

I have to customize TFS2010 default build proccess template. To work with Workflow Activity Library, I need to add a reference to C:\Windows\assembly\GAC_MSIL\Microsoft.TeamFoundation.TestImpact.Client\10.0.0.0__b03f5f7f11d50a3a\ Microsoft.TeamFoundation.TestImpact.Client.dll. But the folder
Microsoft.TeamFoundation.TestImpact.Client doesn't exist in my GAC_MSIL folder or somewhere else.
I have VS Ultimate. Is there any settings or upgrades i'm missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

椵侞 2024-12-11 22:54:35

这是一个很好的文件:-)

该文件位于驱动器的隐藏部分中。对于隐藏,我并不是说您可以通过取消隐藏所有系统文件来使其可见!不,它实际上隐藏在 GAC 注册程序集的自定义列表后面,您可以在 C:\Windows\Assembly 中看到。

该怎么办:
1. 启动 Windows 资源管理器。
2. 将 C:\Windows\Assembly\GAC_MSIL 粘贴到位置栏中,然后按 Enter。

瞧,您的 GAC 程序集列表位于文件格式列表中,您可以复制到您的项目空间,或直接从项目中引用。

在此输入图像描述

超级隐藏!

This is a nice one :-)

The file is in a hidden piece of your drive. And with hidden, I do not mean that you can get it visible by unhiding all system files! No, it it actually hidden behind the custom list of GAC registered assemblies you can see at C:\Windows\assembly.

What to do:
1. Start windows explorer.
2. Paste C:\Windows\assembly\GAC_MSIL in the location bar and press enter.

Et voila, there is your list of GAC assemblies in a file formatted list, you can copy to your project space, or reference from your project directly.

enter image description here

Super hidden!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文