Skip to content

Instantly share code, notes, and snippets.

@algonzalez
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save algonzalez/b2599a6db7656e0b0651 to your computer and use it in GitHub Desktop.
Save algonzalez/b2599a6db7656e0b0651 to your computer and use it in GitHub Desktop.
Configure Visual Studio User Tools to use WinMerge
// To Compare
Extensions: .*
Operation: Compare
Command: C:\Program Files (x86)\WinMerge\WinMergeU.exe
Arguments: /maximize /e /u /wl /dl %6 /dr %7 %1 %2
// To Merge
Extensions: .*
Operation: Merge
Command: C:\Program Files (x86)\WinMerge\WinMergeU.exe
Arguments: /maximize /e /u /wl /dl %6 /dr %7 %1 %2 %4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment