We have created a custom UI editor tool using Visual Studio 2010 extension package (.vsix) to create web page (html+javascript).
The issue is, we want add the ability to include .js/.css file automatically when we add our custom extension (.ssd) file using visual studio Add Item window. Currently we are only able to add the custom extension file. But we want to use .js/.css files as
dependent file with our custom extension file (just like the code behind of xaml/aspx). Please help. Can't find any appropriate answer anywhere.
↧