i just begin to learn visual studio extension, and especially i want to know how to utilize the codemodel, could anyone recommend some resource like tutorial or video to read, watch? thanks in advance
I need to create a setup project for an enormous VS Solution (contains possibly hundreds of C# projects). Due to the size of the solution, I would like to automate the actual creation of the setup project itself. This would allow the project outputs of all the projects in the ...