In Visual Studio, I'd like to show a hierarchical relationship between certain files.
A typical ASP.NET WebForms application provides an example of what I want.
Say that I have a file named Page.aspx
. Files named Page.aspx.cs
and Page.aspx.designer.cs
would typically appear hierarchically below Page.aspx
in Solution Explorer.