I have a folder Assets/source. It has a lot of files (.png,.xml ...) and also divided with sub folders inside. Is it possible to have them all copy to the output directory without manually setting them one by one? or to copying this folder to /LocalState at runtime?

I have tried adding it to paths, I cant seem to find it in the installation folder after install. Thanks for any advice.
*in paths in MSBuild files, e.g. you could includeAssets/source/*to pick up all of the files from that directory. – James McNellis Nov 4 '12 at 17:12