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 au开发者_JAVA技巧tomatically.
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.
精彩评论