Update common.build.post.props

This commit is contained in:
Michael Niksa 2021-11-24 20:46:47 -08:00 committed by GitHub
parent 904c529980
commit 5984fb92d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Condition="'$(PgoTarget)' == 'true'" Project="$(PkgMicrosoft_PGO_Helpers_Cpp)\build\Microsoft.PGO-Helpers.Cpp.targets" />
<Import Condition="'$(PgoTarget)' == 'true' And '$(Platform)'=='x64'" Project="$(PkgMicrosoft_PGO_Helpers_Cpp)\build\Microsoft.PGO-Helpers.Cpp.targets" />
<!-- Exclude our dependencies from static analysis. CAExcludePath can only be
set after we've imported Microsoft.Cpp.targets -->