I don't know about you but this makes me think it is going to create a physical directory on the hard drive to emulate what is in the solution, but this is not the case.
In my case I want to have a set of files that are not really part of a Visual Studio project but I want them available in the solution. It turns out there is a Project type called "Empty Project".
This is exactly what the doctor ordered!
You will probably want to do one additional step. Set this "Empty Project" to not build, otherwise you will get a compile time error. Right click on the Solution > Properties > Configuration Properties > Configuration, then un-check the "Build" for this project.
Found out about this from this stackoverflow post.
Here is a good link explaining what you would use a solution folder for, besides a ReadMe.txt
No comments:
Post a Comment