简体   繁体   中英

How to install xsd via VSIX installer?

Visual Studio uses xsd files to provide intellisense for xml files that matches the namespace. I have created custom xml schema and I want to apply that schema when user is editing that type of document containing my namespace. I can manually keep my xsd somewhere and I can get intellisense correctly. But I want to deploy this schema along with VSIX installer so that it is applied automatically.

I need to setup this with VSIX, I know which folder to install to, but I am new to VSIX and if there is a way I can install Content "XSD" to specific folder I am done.

Unfortunately, deployment of XSD's via VSIX is not supported in Visual Studio 2010.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM