I messed up both of these paths apparently.

This commit is contained in:
Michael Niksa 2021-11-10 13:44:44 -08:00
parent 1645f7f33d
commit 2b80fab4a5
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -174,7 +174,7 @@
</Link>
</ItemDefinitionGroup>
<Import Condition="'$(PgoTarget)' == 'true'" Project="$(SolutionDir)\build\Terminal.PGO.props" />
<Import Condition="'$(PgoTarget)' == 'true'" 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'">