How to get expanded path from EnvDTE / VCProjectEngine
问题 I am trying to write a tool to create a zip file containing all PDBs files from one Visual Studio 2010 solution. I can get every PDB filepath in the solution with the following code. However, the property value contains Visual Studio macro like $(TargetDir), $(TargetName) and so on. Is there a function in the EnvDTE API to expand those macros to their current values ? On the other hand, any other methods that would achieve my initial goal are also welcome ! Thanks System.Type t = System.Type