I have an existing wizard template created for VC++ from year back, ported to VS2008. It uses the custom wizard jscript/html templating system and DTE object. I\'ve used this successfully for years, b
I am using T4MVC, and I can\'t use a pre-build event to run TextTransform.exe as it relies on EnvDTE, and must be run with Visual Studio as host.
I have a lot of custom keyboard shortcuts set up. To avoid having to set them up every time I install a new visual studio (happens quite a lot currectly, with VS2010 being in beta/RC) I have created a
I\'m trying to get a list of all projects within a specified VS2008 solution. (this is a stand-alone console app, it is not a Visual Studio add-in)
I ha开发者_Go百科ve seen looking for a way to get the list of ProjectItems (files) for a known class, which generated from several partial classes. I use CodeModel to search for a class and accessing
Info: C#, Visual Studio 2010 I am trying to access the existing service references and am not sure how, I can achieve the following to get all \'references\'
I\'m introspecting on the code in a project using EnvDTE, and I开发者_如何转开发 want to be able to determine if they\'re a partial class, but it doesn\'t seem to exist in the namespace.Does anyone kn
how do I check if a project is up-to-date? I\'m basically trying to programmatically build each project in a list but only if they have changed. So does anyone know of a way (using EnvDTE maybe) to