Set command line arguments
How can "Command Line Argument" and "External Programs" be set for a project using DTE?
Thanks,
Somesh
How can "Command Line Argument" and "External Programs" be set for a project using DTE?
Thanks,
Somesh
Those are configuration (Debug/Release) properties so they are in the EnvDTE.Configuration object. For example:
DTE.Solution.Projects.Item(1).ConfigurationManager.ActiveConfiguration.Properties