Everytime I add an xsd file to my Visual Studio 2008 build project, its build action is defaulted to “none”. I regularly forget to put this one to “content” which messes up the build…
Is there anyway to set the default build action of xsd files to “content”?
Finally found the answer in another stackoverflow question:
http://blog.andreloker.de/post/2010/07/02/Visual-Studio-default-build-action-for-non-default-file-types.aspx
From the article: