If they change a lot, you probably want to check them into version control to make sure that they are versioned... This way, you will be able (in theory, at least) to more easily reproduce an historic build if the need arises. If they don't ever change, you might consider putting them into some shared location on each of your build machines and pointing your projects at this shared location - this way you wouldn't have to worry about skipping the clean step (which is surprisingly difficult in V1) and could more easily use the same set of files for multiple build types.
-Aaron
http://blogs.msdn.com/aaronhallberg |