How can I include .pdf files when I publish but not in a search and replace in visual studio?
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-05-03T21:23:34Z
Indexed on
2010/05/03
21:28 UTC
Read the original article
Hit count: 247
visual-studio
More specifically my problem is if I include a pdf in my project and set its build action to content so it gets copied to the server when I publish, is there a way to exclude it from visual studios search and replace feature. Would a post build action be a solution to this? I just don't want anybody to do a global search and replace in my project and mess up the pdfs...
I know I just said a mouth full so let me know if you need clarification. Thanks!!!
© Stack Overflow or respective owner