I am developing a Visual Studio Extension which needs to compare/diff files programtically. I don't quite want to use Team Foundation Service or version control stuff. The paths of two files that are going to be compared can be get easily. They
are both local files. I figured out the way to compare them through Command Window but I haven't found a way to do so programmatically. Anyone has any ideas? Thanks in advance.
↧