0

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?

How do I do this?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Dee
  • 1,393
  • 4
  • 20
  • 37

1 Answers1

0

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.

Aaron Marten
  • 6,548
  • 1
  • 32
  • 41