在csproj文件中设置源文件依赖关系,无需手动编辑

发布于 2024-07-28 11:49:40 字数 144 浏览 2 评论 0原文

我想对部分类的所有文件进行分组,类似于 myForm.cs、myForm.resx 和 myForm.Designer.cs 的方式。 我可以通过手动编辑 csproj 文件并向文件添加 DependentUpon 元素来完成此操作,但我可以使用 GUI 来完成此操作吗?

I want to group all the files of my partial classes similar to the way that myForm.cs, myForm.resx, and myForm.Designer.cs are. I can do this by manually editing the csproj file and adding DependentUpon elements to the files, but can I do it using the GUI instead?

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

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

发布评论

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

评论(1

染柒℉ 2024-08-04 11:50:21

IDE 中没有固有的方法来执行此操作,但看起来有人有 可用的添加可以满足您的需求。

另外值得一提的是 Tabs Studio,它也允许您在选项卡中对这些解决方案资源管理器依赖项进行分组(这样您就可以打开所有相关文件,而不会损失大量屏幕/选项卡空间)。

There is no intrinsic way in the IDE to perform this, but it looks like someone has an add in available that does what you want.

Also worthwhile mentioning Tabs Studio which allows you to group these Solution Explorer dependencies in your tabs as well (so you can have all related files open without losing a lot of screen/tab space real estate).

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