I need to write a visual studio add in targeting visual studio 2012, which will retrieve SSDT project properties which are configured in a SSDT project.
Some properties can be retrieved by the below code snippet.
_applicationObject.Solution.Projects.Item(1).ConfigurationManager.ActiveConfiguration;
But i'm interested in the Advanced deployment settings which are appearing on the debug section of the project properties.
Any help will be highly appreciated.
Regards, Zehan