Is it possible, through Visual Studio, to flatten Files with a Build Action of 'Content'?
Currently if I have the content in a folder then the folder is created. I need the file to be moved up to the root directory on build. Is the only way an xcopy?