Visual Studio Riddle
I have the following project structure:
| \Configuration | 
| \Database | 
| \Lib | 
| \Executioner | 
| \Executioner.IntegrationTests | 
| \Executioner.Service | 
| \Executioner.Tests | 
| \Executioner.Web | 
| Executioner.sln | 
| Default.build | 
| Documentation.docx | 
| hibernate.cfg.xml | 
What I want is to be able to add the Configuration & Database to the solution, but (and this is important) keep them in the same location as they are at the moment. I tried creating a solution folder and dragging stuff there, but creating a new stuff there creates them in the solution root, instead of the request directory.

Comments
Comment preview