Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
某些用户特定的配置存储在 .csproj.user 中。我如何告诉 MS Visual Studio 每次都将此信息存储在 .csproj 中?
我遇到了同样的问题,我能想出的唯一解决方案是手动编辑.csproj.user文件,剪切我想要的配置并粘贴到.csproj文件中。它工作得很好,尽管它是一个有点用户敌意的解决方案。
.csproj.user
.csproj
你不能。Visual Studio 将用户特定的设置存储在.csproj.user文件中,并将生成设置存储在.csproj文件中。这是为了允许多个用户处理一个项目,这在使用源代码控制的团队中工作时至关重要。
话虽如此,您始终可以删除该.user文件,并且随时可以重新创建该文件。
.user