Can I create a file that sits next to a .Designer.cs file in Visual Studio?

Posted by Ian Potter on Stack Overflow See other posts from Stack Overflow or by Ian Potter
Published on 2008-10-21T19:52:39Z Indexed on 2010/04/24 14:03 UTC
Read the original article Hit count: 228

Filed under:
|
|

In Visual Studio, two files are created when you create a new Windows Form in your solution (e.g. if you create MyForm.cs, MyForm.Designer.cs and MyForm.resx are also created). These second two files are displayed as a subtree in the Solution Explorer.

Is there any way to add files to the sub-tree or group for a Windows Form class?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET