Some filetypes in Visual Studio includes more then one file, for example resx and winform files. So If I need to add existing filetyp of this type I always end upp with multiple files in solution explorer? Are thay not supose to be shown as one file based on there name?

BestRegards

有帮助吗?

解决方案

So If I need to add existing filetyp of this type I always end upp with multiple files in solution explorer? Multiple file is the part of ProjectItem template. If you add WinFor you will always get several files.

If you don't want to use such template you can create your own template from code created ones with File->Export Template wizard.

To group files in solution explorer read this post

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top