You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if the csproj files support this ability, but some sort of virtual parent node would be great.
For example, in my MVC project, I would like to put all of my third-party JS libraries in a ThirdParty "folder", but I don't want it to be a physical folder on the file system, just a collapsible node in Solution Explorer. Currently I have a 0-byte text file called Third Party and just nest everything under that, but that's pretty hacky.
The text was updated successfully, but these errors were encountered:
I'm not sure if the csproj files support this ability, but some sort of virtual parent node would be great.
For example, in my MVC project, I would like to put all of my third-party JS libraries in a ThirdParty "folder", but I don't want it to be a physical folder on the file system, just a collapsible node in Solution Explorer. Currently I have a 0-byte text file called Third Party and just nest everything under that, but that's pretty hacky.
The text was updated successfully, but these errors were encountered: