After my TFS build completes, I need to run a couple of .bat files to rename/copy files so that the package is ready for a particular environmeent.
I've included these in one of my class library projects so they set to them "copy if newer", but idealy, I would like to include these in a Solution Items folder. However when I add them to the solution items folder, I can't set them to "copy if newer" so they don't end up in my build output folder.
Where do other people store these files?