328
328
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
329
329
<ImportGroup Label =" ExtensionTargets" >
330
330
<Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
331
- <Import Project =" ..\packages\boost.1.82 .0\build\boost.targets" Condition =" Exists('..\packages\boost.1.82 .0\build\boost.targets')" />
332
- <Import Project =" ..\packages\boost_iostreams-vc143.1.82 .0\build\boost_iostreams-vc143.targets" Condition =" Exists('..\packages\boost_iostreams-vc143.1.82 .0\build\boost_iostreams-vc143.targets')" />
333
- <Import Project =" ..\packages\boost_regex-vc143.1.82 .0\build\boost_regex-vc143.targets" Condition =" Exists('..\packages\boost_regex-vc143.1.82 .0\build\boost_regex-vc143.targets')" />
331
+ <Import Project =" ..\packages\boost.1.84 .0\build\boost.targets" Condition =" Exists('..\packages\boost.1.84 .0\build\boost.targets')" />
332
+ <Import Project =" ..\packages\boost_iostreams-vc143.1.84 .0\build\boost_iostreams-vc143.targets" Condition =" Exists('..\packages\boost_iostreams-vc143.1.84 .0\build\boost_iostreams-vc143.targets')" />
333
+ <Import Project =" ..\packages\boost_regex-vc143.1.84 .0\build\boost_regex-vc143.targets" Condition =" Exists('..\packages\boost_regex-vc143.1.84 .0\build\boost_regex-vc143.targets')" />
334
334
</ImportGroup >
335
335
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
336
336
<PropertyGroup >
337
337
<ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
338
338
</PropertyGroup >
339
- <Error Condition =" !Exists('..\packages\boost.1.82 .0\build\boost.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost.1.82 .0\build\boost.targets'))" />
340
- <Error Condition =" !Exists('..\packages\boost_iostreams-vc143.1.82 .0\build\boost_iostreams-vc143.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_iostreams-vc143.1.82 .0\build\boost_iostreams-vc143.targets'))" />
341
- <Error Condition =" !Exists('..\packages\boost_regex-vc143.1.82 .0\build\boost_regex-vc143.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_regex-vc143.1.82 .0\build\boost_regex-vc143.targets'))" />
339
+ <Error Condition =" !Exists('..\packages\boost.1.84 .0\build\boost.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost.1.84 .0\build\boost.targets'))" />
340
+ <Error Condition =" !Exists('..\packages\boost_iostreams-vc143.1.84 .0\build\boost_iostreams-vc143.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_iostreams-vc143.1.84 .0\build\boost_iostreams-vc143.targets'))" />
341
+ <Error Condition =" !Exists('..\packages\boost_regex-vc143.1.84 .0\build\boost_regex-vc143.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_regex-vc143.1.84 .0\build\boost_regex-vc143.targets'))" />
342
342
</Target >
343
343
</Project >
0 commit comments