add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# vswhere
> 查找 Visual Studio 2017 及更高版本的安装。
> 更多信息:<https://github.com/microsoft/vswhere>。
- 查找 vcvarsall.bat 的路径以设置环境变量:
`vswhere -products * -latest -prerelease -find **\VC\Auxiliary\Build\vcvarsall.bat`
- 查找 x64 MSVC 编译器cl.exe 等)的目录:
`vswhere -products * -latest -prerelease -find **\Hostx64\x64\*`
- 查找与 Visual Studio 一起捆绑的 Clangclang-cl、clang-tidy 等)的目录:
`vswhere -products * -latest -prerelease -find **\Llvm\bin\*`
- 查找 `MSBuild.exe` 的路径:
`vswhere -products * -latest -prerelease -find MSBuild\**\Bin\MSBuild.exe`