zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    ACM HDU 1176 免费馅饼(DP)
    PHP下载时中文文件名乱码的问题
    NYOJ 27
    NYOJ 148
    NYOJ 8
    NYOJ 138
    NYOJ 461
    POJ 1200
    STL排序算法
    NYOJ 523
  • 原文地址:https://www.cnblogs.com/rynnwang/p/2823046.html
Copyright © 2011-2022 走看看