Visual Studio 2010 扩展部署
我创建了一个 VS 包扩展。我想在包中添加一个文件夹(包含子文件夹)来打包并随包一起安装?
我该怎么做?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将文件包含在您的项目中并具有您想要的文件夹结构。将每个文件的“构建操作”更改为“内容”,并将“包含在 VSIX 中”属性设置为 true。
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.