In the Microsoft.VisualStudio.VCProjectEngine namespace there are certain methods that return strings that have $(NAME) macros. Is there some way to substitute these macros so that a macro free string is produced? In particular I am using
Microsoft.VisualStudio.VCProjectEngine.VCConfiguration.OutputDirectory.
↧