MSBuild will provide access to a list of the projects if you define an Output element
<MSBuild Projects="YourSln.sln">
<Output ItemName="YourProjectOutputs" TaskParameter="TargetOutputs"/>
</MSBuild>
Is there a way to access a similar list of outputs using Rake\Albacore ?