gpt4 book ai didi

.net - Visual Studio 2010 引用路径和 TFS

转载 作者:行者123 更新时间:2023-12-04 07:42:09 25 4
gpt4 key购买 nike

我有一个项目,我使用引用路径来存储必要的 dll。
我的问题是当我在我的 TFS 服务器中检查这些并且我的同事从 TFS 服务器获取最新版本后,他在项目文件的属性页上看不到引用路径。

我做错了什么?

最佳答案

组装reference paths不是项目文件的一部分。 Visual Studio 将它们保存在用户特定的设置文件(*.csproj.user 或 *.vbproj.user)中,该文件 shouldn't be added to source control .

如果您想 share assembly reference paths with the rest of the team您可以手动将它们添加到项目文件 <AssemblySearchPaths>元素:

<PropertyGroup>
<AssemblySearchPaths>
..\..\MyReferences\;
</AssemblySearchPaths>
</PropertyGroup>

关于.net - Visual Studio 2010 引用路径和 TFS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9681688/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com