سؤال

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