Reputation: 630
I would like to follow ASP.NET 5 solution structure from here https://gist.github.com/davidfowl/ed7564297c61fe9ab814
How do you create actual physical folders in Visual Studio 2015 RC solution? How do you create for example "tests" folder, that is physically at the same level as "src" folder created by default with a new ASP.NET 5 website project? And, of course, I would like to be able to place projects into it.
Upvotes: 3
Views: 3907
Reputation: 630
There is a solution:
This is not very intuitive, but it works.
Upvotes: 9