Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
解决[Bug 74](#74), 升级 Visual Studio 16.10.0 后采用了 VC-LTL 的项目编译失败。
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed May 27, 2021
1 parent 54f0713 commit 7225e73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@

<!--可选,仅仅是为了增强对某些奇葩工程的兼容性。-->
<VC_IncludePath Condition=" '$(VC_IncludePath)'!='' ">$(VC_LTL_Include);$(VC_IncludePath)</VC_IncludePath>
<!--VS2019 16.10新增,VS会优先使用此路径-->
<ExternalIncludePath>$(VC_LTL_Include);$(ExternalIncludePath)</ExternalIncludePath>
<VC_LibraryPath_x86 Condition=" '$(VC_LibraryPath_x86)'!='' ">$(VC_LTL_Library);$(VC_LibraryPath_x86)</VC_LibraryPath_x86>
<VC_LibraryPath_x64 Condition=" '$(VC_LibraryPath_x64)'!='' ">$(VC_LTL_Library);$(VC_LibraryPath_x64)</VC_LibraryPath_x64>
</PropertyGroup>
Expand Down

0 comments on commit 7225e73

Please sign in to comment.