How do I assign a build rule to all files in a given folder in Visual Studio 2008?
I know how to associate a build rule with all files with a given extension but I want one that applies to all files in a given folder within the project directory.
Example rule: If any file in .\media
changes, zip the entire folder and copy the zipped file to $(OutDir)