I need to add arbitrary file types to a VisualStudio Web Site project and have them publish with the site.
Converting the project to a Web Application is simply not an option as it is huge.
I need my publish to include (copy) random files such as licenses (.lic) and other files in the future.
My current problem is a .lic library license in the Bin folder. I need this to be copied over when publishing. Any thoughts?
Thanks