如何让 Visual Studio 10 在同一实例中打开 .mk 文件?

发布于 2024-10-08 15:53:22 字数 227 浏览 2 评论 0原文

我最近迁移到 Windows 7,重新安装 VS2010 后,它似乎想要以与以前不同的方式处理 .mk 文件。

无论出于何种原因,它坚持打开一个新的 Visual Studio 实例来编辑这些文件。

它不适用于 .c、.h 等。

我尝试使用类型(免费软件关联管理器)来更改其关联方式。我已经删除了关联,重新创建了等等,但它似乎仍然想单独对待这些。

有人知道如何击败这个东西吗?

I've recently been migrated to windows 7, and upon re-installing VS2010, it seems to want to treat .mk files differently than it used to.

For whatever reason, it insists on opening a new instance of visual studio to edit these files.

It doesn't for .c, .h, etc.

I've tried using types, a freeware association manager, to change how it is associated. I've deleted the association, recreated, etc. but it still seems to want to treat these separately.

Anybody know how to beat this thing into submission?

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

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

发布评论

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

评论(1

拍不死你 2024-10-15 15:53:22

尝试复制您在 HKCR\VisualStudio.c.10.0\shell\Open 下找到的 ddeexec 键。 VisualStudio.mk.10.0 progid 缺少它们。

Try to replicate the ddeexec keys that you'll find under, say, HKCR\VisualStudio.c.10.0\shell\Open. The VisualStudio.mk.10.0 progid is missing them.

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