[tip]build x86+x64 parrelly for your VS solution
Yes, you can build x86 + x64 version of your VS solution in parallel.
Steps:
1. open your solution to build as debug + x86. No writing to any files, just building.
2. open your solution to build as debug + x64. VS now will prompt you to choose another place to store the temp intellisense database (sdf for VS2010) so that you can open it simutaneously.
3. while x64 version is building, you can start debug the x86 version. Note here: if there still comes out needs to build some projects, it perhaps goes fail: not because of other sharing, just because log file is not configured to be x86 exclusively owned but shared by both configuration builds.