I have created a VS Package Extension.I want to add a folder(contains sub folders) in the package that get packed and get installed with the package?
Ho开发者_如何学运维w do I do this?
Include the files in your project with the folder structure you want. Change the "Build Action" of each file to "Content" and set the "Include in VSIX" property to true.
精彩评论