Is it possible to obtain a list all all the output files from a MSBuild project?
In a simple project, I could do something like
Take a look at my previous blog entry MSBuild: Find Many Project References. In that post I describe how you can create an MSBuild file which could extract out the values for the Reference ItemGroup. In your case just replace the target that I created with one that populated an item from all the files found in the OutputPath. Let me know if you want me to expand on that.