
Visual Studio Automation Interface, part 2
I am trying to modify the compilation settings of a project through
VBScript. More specifically, I want to specify the browse info
/FR"$(TargetDir)"/ option, using the Configuration.AddToolSettings method.
However, the pseudo environment variable is emitted as is to the compiler,
and I cannot find the target directory anywhere else in the object model.
Any ideas?
Also, how do I convince the build to create the browse info file (equivalent
to the checkbox [Project Settings | Browse Info | Build browse info file]?
Configuration.AddCustomBuildStep and Configuration.AddToolSettings don't
seem to help here.
Thanks
Karim