Is it possible to exclude folders from a web application project versus 2010?
I asked this question earlier . At the time, I was working with VS 2008.
To repeat the question. I have a web application that generates 1000 small xml files in a specific directory. I would like to exclude this directory from a web application project in visual studio 2010. With vs 2008 this was not possible. Has anything changed?
Apart from generally waiting for VS to iterate through that directory and add an item to the solution explorer for each file, it also overexerts my system resources, so I would like to exclude it from the project, but it needs the files and files to physically exist on disk because they are are part of the application.
Any OOB VS 2010 solutions or any good workarounds?
thanks
Update: This also sums up the issue http://forums.asp.net/t/1179077.aspx
a source to share