Is it possible to remove folders from a web application build process in vs 2010?
Posted
by JL
on Stack Overflow
See other posts from Stack Overflow
or by JL
Published on 2010-05-06T09:33:51Z
Indexed on
2010/05/06
9:38 UTC
Read the original article
Hit count: 147
VS2010
|web-applications
I had previously asked this question. At the time I was working with VS 2008.
To restate the question. I have a web application that generates 1000's of small xml files in a certain directory. I would like to exclude this directory from the build process in visual studio 2010. With vs 2008 it was not possible. Has anything changed?
Besides the general wait for VS to iterate through this directory with each build, it also strains my system resources, so I would like to exclude it from the project, but the dir and files need to physically exist on disk, because they are part of the application.
Any OOB VS 2010 solutions, or any good workarounds?
Thanks
© Stack Overflow or respective owner