如何更改 Visual Studio 2010 中 .sln 文件的默认位置?

发布于 2024-10-16 02:18:02 字数 48 浏览 0 评论 0原文

我希望我的 .sln 始终位于我的项目文件夹中。创建新项目时如何使其成为默认行为?

I'd like my .sln to always live within my project folder. How can I make this the default behavior when creating a new project?

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

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

发布评论

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

评论(4

故人爱我别走 2024-10-23 02:18:02

要更改新网站的创建位置,您可以更改此注册表项:

HKCU\Software\Microsoft\VisualStudio\10.0\
    NewProjectDialog\MRUSettingsVenusProjectLocationEntries\Value0

由于它是最近使用的设置,因此在您为网站选择新位置后可能会更新。

“10.0”根目录下有一些以“Location”结尾的键,可以以类似的方式更改这些键以影响项目和其他内容的默认目录。

一如既往,修改注册表时要小心,否则可能会破坏 VS。

To change the creation location for a new website, you can change this registry key:

HKCU\Software\Microsoft\VisualStudio\10.0\
    NewProjectDialog\MRUSettingsVenusProjectLocationEntries\Value0

As it is a Most Recently Used setting it may update after you choose a new location for a website.

There are keys under the "10.0" root ending in "Location" which can be changed in a similar fashion to affect the default directories for projects and other things.

As always, take care when modifying the Registry or you may break VS.

原谅过去的我 2024-10-23 02:18:02

第一次保存解决方案时,取消选中“为解决方案创建目录”复选框。 Visual Studio 会记住此选择,当您创建和保存新解决方案时,它将保持未选中状态,直到您再次更改它。

Uncheck the "Create directory for solution" checkbox when you save the solution for the first time. Visual Studio memorizes this choice, it will stay unchecked when you create and save new solutions, until you change it again.

初心未许 2024-10-23 02:18:02

这是“Visual Studio 解决方案的 ShellNew 扩展”,您可以使用它,网址 http://www.peterprovost.org/blog/post/ShellNew-Extension-for-Visual-Studio-Solutions.aspx

Here is "ShellNew Extension for Visual Studio Solutions" you can use this , url http://www.peterprovost.org/blog/post/ShellNew-Extension-for-Visual-Studio-Solutions.aspx

怀念你的温柔 2024-10-23 02:18:02

在新项目窗口中,取消选中为解决方案创建目录复选框。

或者您是在问如何使其默认情况下不选中该框?

On the new project window uncheck the box that says Create directory for solution.

or are you asking how to make it so that box is unchecked by default?

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