Visual Studio Macro To Switch Solution Configuration
Posted
by Eddie Parker
on Stack Overflow
See other posts from Stack Overflow
or by Eddie Parker
Published on 2010-03-29T20:48:46Z
Indexed on
2010/03/29
20:53 UTC
Read the original article
Hit count: 367
visual-studio-2008
|macro
I'm trying to write a macro that toggles between release/debug solution configurations in Visual Studio.
It appears I can switch the configuration by using 'DTE.ExecuteCommand("Build.SolutionConfigurations", "Debug")'.
Is there a way I can 'read' the value? Or is there a way I can use macros to 'focus' on the solution configuration UI element?
© Stack Overflow or respective owner