How to switch view modes in built-in Diff viewer of Visual Studio 2012 and 2013?

compare, diff, visual-studio, visual-studio-2012

Solution

Check the 'Compare Files' toolbox, there is a button for it.

Or use the keyboard shortcut Ctrl+\, Ctrl+2.

Problem

Currently, this is how Visual Studio displays the differences between files: I would like it to display the two files separately (including the red/green notations), as I believe is the default settings. How do I change the way it displays the differences?

Original source