📜  visual studio 2019 文件差异 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:11.954000             🧑  作者: Mango

代码示例1
Inside Visual Sutdio 2019 Open "Developer Command Prompt"
Tools -> Command Line -> Developer Command Prompt

run "devenv.exe /diff {path to the first file} {path to second file}"
NOTE: the prompt is running from your project directory

i.e. devenv.exe /diff Data/Controller.cs Database/Controller.cs