Remove double import and fix version path

This commit is contained in:
Michael Niksa 2021-11-12 11:29:30 -08:00
parent 2b80fab4a5
commit b6a91691e9
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<NuGetPackageDirectory>$(MSBuildThisFileDirectory)..\..\packages</NuGetPackageDirectory>
<PkgMicrosoft_PGO_Helpers_Cpp>$(NuGetPackageDirectory)\Microsoft.PGO-Helpers.Cpp.0.2.18</PkgMicrosoft_PGO_Helpers_Cpp>
<PkgMicrosoft_PGO_Helpers_Cpp>$(NuGetPackageDirectory)\Microsoft.PGO-Helpers.Cpp.0.2.22</PkgMicrosoft_PGO_Helpers_Cpp>
</PropertyGroup>
<!-- Get version information -->

View file

@ -33,9 +33,6 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<!-- PGO -->
<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 -->
<PropertyGroup>