The output file name, which is not configuration dependent is returned by
Project.Properties.Item("OutputFilename").Value
The output folder, which is configuration dependent, is returned by
Project.ConfigurationManager.ActiveConfiguration.Properties.Item("OutputPath
").Value

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
FAQs, Knowledge Base, Files, Docs, Articles, Utilities, etc. for .NET
addins:
http://groups.yahoo.com/group/vsnetaddin/ (free join)
> I'd like to make a macro to copy the project outputs of all the projects
> in my solution to a different folder. Seems simple enough, and something
[quoted text clipped - 10 lines]
> -- Greg Allen
> gallen@arrayinc.com