diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-06-15 23:24:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-15 14:24:14 -0700 |
| commit | 14514508d8d30bdbd645b2bec89696aec25497f1 (patch) | |
| tree | 347b6905d7a15e9b2d5d755144adfadae178d8c6 /toolsrc/include | |
| parent | 36b2f28bbb499a1150a69db13c84d5d499e1d664 (diff) | |
| download | vcpkg-14514508d8d30bdbd645b2bec89696aec25497f1.tar.gz vcpkg-14514508d8d30bdbd645b2bec89696aec25497f1.zip | |
[vcpkg] Add vcpkg item to project settings in Visual Studio (#4361)
Co-authored-by: Curtis J Bezault <curtbezault@gmail.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/vcpkgpaths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/vcpkgpaths.h b/toolsrc/include/vcpkg/vcpkgpaths.h index 2b7faffd9..38a9d4e4d 100644 --- a/toolsrc/include/vcpkg/vcpkgpaths.h +++ b/toolsrc/include/vcpkg/vcpkgpaths.h @@ -85,6 +85,7 @@ namespace vcpkg fs::path tools; fs::path buildsystems; fs::path buildsystems_msbuild_targets; + fs::path buildsystems_msbuild_props; fs::path vcpkg_dir; fs::path vcpkg_dir_status_file; |
