在csproj文件中设置源文件依赖关系,无需手动编辑
我想对部分类的所有文件进行分组,类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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).