Update common.build.pre.props

This commit is contained in:
Michael Niksa 2021-11-24 20:46:12 -08:00 committed by GitHub
parent 548d3e9bc8
commit 904c529980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@
<!-- Install an empty one for projects that won't have one.
The following import will override it when it needs to happen. -->
<Target Name="MergePGOCounts" />
<Import Condition="'$(PgoTarget)' == 'true'" Project="$(SolutionDir)\build\PGO\Terminal.PGO.props" />
<Import Condition="'$(PgoTarget)' == 'true' And '$(Platform)'=='x64'" Project="$(SolutionDir)\build\PGO\Terminal.PGO.props" />
<!-- For Win32 (x86) ONLY ... we use all defaults for AMD64. No def for those. -->
<ItemDefinitionGroup Condition="'$(Platform)'=='Win32'">