Visual Studio Publish - Include folder that is not added to Project
问题 Using - VS2013, VS2015, .Net 4.5 I have several Asp.Net projects each of which has an images/books folder that contains 1000's of images. I don't include these folders in the project ( the .csproj file) files so they are always left out when using using Publish. I want to include these folders when publishing to UAT and LIVE without having to add them to my project as having so many images in your project is problematic. What do I need to do to make this happen? 回答1: You can use this hook in