I'd like to copy a file and include the file in the web project and would like to do this as a part of the Pre/Post build events.
My understanding is that these events support DOS commands and I can use xcopy
for copying a file, but I am not sure how I would update the csproj file to include the file in the project.