Visual Studio 2012 使用 Beyond Compare 3

适用Visual Studio 2010, Visual Studio 2012

适用Beyond Compare 2, Beyond Compare 3

配置路径:Options -> Source Control -> Visual Studio Foundation Server -> Configure User Tools

Compare:

  • Extension: .*
  • Operation: Compare
  • Command: Local Path and Filename for Beyond Compare Executable (bcomp.exe)
  • Arguments: %1 %2 /title1=%6 /title2=%7

Two way Merge:

  • Extension: .*
  • Operation: Merge
  • Command: Local Path and Filename for Beyond Compare Executable (bcomp.exe)
  • Arguments: %1 %2 /savetarget=%4 /title1=%6 /title2=%7

Three Way Merge (BC3 Pro Only):

  • Extension: .*
  • Operation: Merge
  • Command: Local Path and Filename for Beyond Compare Executable (bcomp.exe)
  • Arguments: %1 %2 %3 %4 /title1=%6 /title2=%7 /title3=%8 /title4=%9
原文地址:https://www.cnblogs.com/rynnwang/p/2823046.html