Skip to content

Commit

Permalink
update to boost 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankueng committed Jun 3, 2024
1 parent b94ec1b commit afb04c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions src/grepWin.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,18 +329,18 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project="..\packages\boost.1.84.0\build\boost.targets" Condition="Exists('..\packages\boost.1.84.0\build\boost.targets')" />
<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')" />
<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')" />
<Import Project="..\packages\boost_filesystem-vc143.1.84.0\build\boost_filesystem-vc143.targets" Condition="Exists('..\packages\boost_filesystem-vc143.1.84.0\build\boost_filesystem-vc143.targets')" />
<Import Project="..\packages\boost.1.85.0\build\boost.targets" Condition="Exists('..\packages\boost.1.85.0\build\boost.targets')" />
<Import Project="..\packages\boost_filesystem-vc143.1.85.0\build\boost_filesystem-vc143.targets" Condition="Exists('..\packages\boost_filesystem-vc143.1.85.0\build\boost_filesystem-vc143.targets')" />
<Import Project="..\packages\boost_iostreams-vc143.1.85.0\build\boost_iostreams-vc143.targets" Condition="Exists('..\packages\boost_iostreams-vc143.1.85.0\build\boost_iostreams-vc143.targets')" />
<Import Project="..\packages\boost_regex-vc143.1.85.0\build\boost_regex-vc143.targets" Condition="Exists('..\packages\boost_regex-vc143.1.85.0\build\boost_regex-vc143.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\packages\boost.1.84.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.84.0\build\boost.targets'))" />
<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'))" />
<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'))" />
<Error Condition="!Exists('..\packages\boost_filesystem-vc143.1.84.0\build\boost_filesystem-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_filesystem-vc143.1.84.0\build\boost_filesystem-vc143.targets'))" />
<Error Condition="!Exists('..\packages\boost.1.85.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.85.0\build\boost.targets'))" />
<Error Condition="!Exists('..\packages\boost_filesystem-vc143.1.85.0\build\boost_filesystem-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_filesystem-vc143.1.85.0\build\boost_filesystem-vc143.targets'))" />
<Error Condition="!Exists('..\packages\boost_iostreams-vc143.1.85.0\build\boost_iostreams-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_iostreams-vc143.1.85.0\build\boost_iostreams-vc143.targets'))" />
<Error Condition="!Exists('..\packages\boost_regex-vc143.1.85.0\build\boost_regex-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_regex-vc143.1.85.0\build\boost_regex-vc143.targets'))" />
</Target>
</Project>
8 changes: 4 additions & 4 deletions src/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="boost" version="1.84.0" targetFramework="native" />
<package id="boost_filesystem-vc143" version="1.84.0" targetFramework="native" />
<package id="boost_iostreams-vc143" version="1.84.0" targetFramework="native" />
<package id="boost_regex-vc143" version="1.84.0" targetFramework="native" />
<package id="boost" version="1.85.0" targetFramework="native" />
<package id="boost_filesystem-vc143" version="1.85.0" targetFramework="native" />
<package id="boost_iostreams-vc143" version="1.85.0" targetFramework="native" />
<package id="boost_regex-vc143" version="1.85.0" targetFramework="native" />
</packages>

0 comments on commit afb04c0

Please sign in to comment.