I have a visual studio project and some .aspx files in that project. The current structure is:
Project
Some Folder
Somefile.aspx
Somefile.aspx.cs
Somefile.aspx.designer.cs
Somefile.js
Other files ...
I want to see my files as:
Project
Some Folder
Somefile.aspx
Somefile.aspx.cs
Somefile.aspx.designer.cs
Somefile.js <<<<< This file has bee tucked under .aspx file.
Other files ...
How can I achieve this result?