Fix include paths in vcxproj files (#24)

This fixes some issues with Intellisense.
This commit is contained in:
Lutz Justen
2022-11-28 11:03:35 +01:00
committed by GitHub
parent 8c4a0465e9
commit a97d16c4e9
7 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@
<PropertyGroup>
<BazelTargets>//cdc_fuse_fs</BazelTargets>
<BazelOutputFile>cdc_fuse_fs</BazelOutputFile>
<BazelIncludePaths>..\;..\third_party\absl;..\third_party\blake3\c;..\third_party\googletest\googletest\include;..\third_party\protobuf\src;..\third_party\grpc\include;$(AdditionalIncludeDirectories)</BazelIncludePaths>
<BazelIncludePaths>..\;..\third_party\absl;..\bazel-cdc-file-transfer\external\com_github_blake3\c;..\third_party\googletest\googletest\include;..\bazel-cdc-file-transfer\external\com_google_protobuf\src;..\bazel-cdc-file-transfer\external\com_github_grpc_grpc\include;$(AdditionalIncludeDirectories)</BazelIncludePaths>
</PropertyGroup>
<Import Project="..\NMakeBazelProject.targets" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />