views:

86

answers:

0

Hi Guys,

I am trying to add a prebuild event 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

?