EnvDTE is an assembly-wrapped COM library containing the objects and members for Visual Studio core automation.
I have some tools that perform updates on .NET solutions, but they need to know the directory where the solution …
c# visual-studio solution envdte vs-extensibilityI'm writing a VSIX package to allow the user to bulk-edit the OutputPath property of all the active configurations of …
c# visual-studio-2012 msbuild envdteProblem When I close Visual Studio 2015 by pressing the close button on the IDE, the devenv.exe process keeps running …
.net visual-studio visual-studio-2015 envdte devenvI want to add a menuitem to the right-click=>Add menu in visual studio 2012 solution explorer. When click the …
c# visual-studio add-in envdte project-templateWhen we open Package Manager Console in any open solution, it shows all the projects of that solution. How it …
c# visual-studio-2012 envdteI'm using EnvDTE to do some code generation within my T4 Templates. I have the code working correctly in Visual …
t4 visual-studio-2012 envdteI'm developing a custom tool for the Visual Studio. The tool is assigned to the file, at the time when …
c# .net visual-studio envdteI want to get a reference to the current solution, using the DTE2 object with C# in Visual Studio 2010. I …
c# visual-studio-2010 add-in envdteI want to add solution folders and solution items (not projects) to a solution file via a NuGet package. I …
.net powershell nuget envdteSummary: We need to duplicate the behaviour of the Add Reference dialog, using DTE, when you add a specific DLL (…
visual-studio-2010 envdte project-reference