Hello everyone,
I want to create a Visual Studio (I am using VSTS 2008) project which simply does file copy work, in more details, I will add some files to this project and this project copy files (included in this project) to some destination location when I build the project.
Any ideas how to do this in VSTS?
BTW: I heard using proj file could do such kinds of task, but I have not found any good simple to learn samples for beginner. :-)
thanks in advance, George