I want VS to create subfolders in release directory with some linked files from project. Something like this:
Project/ -bin/ --Relase/ ---program.exe ---Resources/ ----input.txt ---Config/ ----default.conf How can I do this while having files "input.txt" and "default.conf" in solution hierarchy?