VS2008 Pre-Build Event Command BuildAction=None

Posted by Frederick on Stack Overflow See other posts from Stack Overflow or by Frederick
Published on 2010-05-14T18:01:40Z Indexed on 2010/05/14 18:04 UTC
Read the original article Hit count: 324

Filed under:
|
|
|

Hi Guys,

I am trying to add a prebuild even command line which essentially sets

Build Action = None

For a list of files before the solution is packaged up for release. How would I go about adding this & what command would I use to exclude a number of files in the web solution ?

i.e. \script\some-script.js [Set Build Action = None] etc \script\some-script2.js [Set Build Action = None] etc

?

© Stack Overflow or respective owner

Related posts about vs2008

Related posts about prebuild