docs: You can use the msbuild interation with multiple triplets since #19767 (#20717)

This commit is contained in:
autoantwort 2021-10-15 03:12:23 +02:00 committed by GitHub
parent 0a1d0f84f7
commit b8f91d13f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -445,14 +445,10 @@ Then, add a vcpkg.json above your project file (such as in the root of your sour
property `VcpkgEnableManifest` to `true`. You can set this property via the IDE in `Project Properties -> Vcpkg -> Use
Vcpkg Manifest`.
As part of your project's build, vcpkg automatically be run and install any listed dependencies to `vcpkg_installed/`
As part of your project's build, vcpkg automatically be run and install any listed dependencies to `vcpkg_installed/$(VcpkgTriplet)/`
adjacent to the `vcpkg.json` file; these files will then automatically be included in and linked to your MSBuild
projects.
Note: It is critical that all project files in a single build consuming the same `vcpkg.json` use the same triplet; if
you need to use different triplets for different projects in your solution, they must consume from different
`vcpkg.json` files.
### Known issues
* Visual Studio 2015 does not correctly track edits to the `vcpkg.json` and `vcpkg-configuration.json` files, and will