Is there a way to automatically include content files into asp.net project file?
Posted
by Marko
on Stack Overflow
See other posts from Stack Overflow
or by Marko
Published on 2010-03-31T07:23:29Z
Indexed on
2010/03/31
7:33 UTC
Read the original article
Hit count: 286
I'm frequently adding a lot of content files (mostly images and js) to my ASP.NET project. I'm using VS publish system, and on publish, new files are not published until I include them in the project. I would like to auto include all files in specified directory. Is there a way to specify wich directories should be auto-included in csproj file or anywhere else?
© Stack Overflow or respective owner