Saturday, August 31, 2013

Using Winmerge to do compare and merge operation in VS 2010

Details on how to configure Visual Studio to use WinMerge for merge and compare operation is documented in http://blog.paulbouwer.com/2010/01/31/replace-diffmerge-tool-in-visual-studio-team-system-with-winmerge/.

No comments:

Test Code

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 135 ...