Last active
August 29, 2015 14:14
-
-
Save algonzalez/b2599a6db7656e0b0651 to your computer and use it in GitHub Desktop.
Configure Visual Studio User Tools to use WinMerge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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