Here's some good tips on improving VS compile speed:
- Disable StyleCop, FxCop or any other code analysis tools
- Create multiple build configurations, one for each of the tasks you perform and only compile what you need in each particular configuration
- Remove unneeded MSBuild tasks