Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top