Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

diffmerge location of Visual Studio 2015

I wanted to configure custom compare for TFS Source control. It needs location path of diffmerge.exe to execute from context menu command. But I couldn't find the path of diffmerge.exe in Program files. I searched for file in following locations but couldn't find it. I'm using Visual Studio 2015 professional.

"Program Files" > Microsoft Visual Studio 10.0, 12.0, 14.0 (separate folders)
"Program Files (x86)" > Microsoft Visual Studio 10.0, 11.0, 12.0, 14.0 (separate folders)

Can anybody help with location of file?

like image 1000
Vishnu Avatar asked Aug 31 '17 05:08

Vishnu


1 Answers

In Visual Studio 2015, the tool is named as vsDiffMerge.exe.

It's located under this path as default:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\vsDiffMerge.exe

enter image description here

like image 93
Andy Li-MSFT Avatar answered Sep 17 '22 00:09

Andy Li-MSFT