I am using TFS 2010.
I want to setup multiple projects to run in parallel with TFS 2010.
If there are 3 solutions, TestSln / BetaSln / LiveSln, then I want to build:
 TestSln with Win32/Debug configuration,
  BetaSln with x64/Debug configuration,
  LiveSln with Win32/Release configuration
  in parallel
- Is it possible? 
- If possible, how?