i have one folder in setup project called "SSRS_Repor". now i want that when i will create setup for my project then i want to copy all files from a folder exist in my project called "report" to folder SSRS_Repor exist in setup project. please guide me how can i do it. i know this can be done like writing script for setup Pre/Post Build Event but not aware properly. i got a sample like
copy /Y "$(TargetDir)$(ProjectName).dll" "$(SolutionDir)lib\$(ProjectName).dll"
but not clear where to set it.
it will be helpful if some one tell me all the steps in detail. thanks