aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-06-15 23:24:14 +0200
committerGitHub <noreply@github.com>2020-06-15 14:24:14 -0700
commit14514508d8d30bdbd645b2bec89696aec25497f1 (patch)
tree347b6905d7a15e9b2d5d755144adfadae178d8c6 /toolsrc/include
parent36b2f28bbb499a1150a69db13c84d5d499e1d664 (diff)
downloadvcpkg-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.h1
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;