Skip to content

Commit

Permalink
update to boost 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Apr 20, 2022
1 parent 61e635e commit 6ba0f5f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions PythonScript.Tests/PythonScript.Tests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,14 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\boost.1.78.0\build\boost.targets" Condition="Exists('..\packages\boost.1.78.0\build\boost.targets')" />
<Import Project="..\packages\boost_python310-vc143.1.78.0\build\boost_python310-vc143.targets" Condition="Exists('..\packages\boost_python310-vc143.1.78.0\build\boost_python310-vc143.targets')" />
<Import Project="..\packages\boost.1.79.0\build\boost.targets" Condition="Exists('..\packages\boost.1.79.0\build\boost.targets')" />
<Import Project="..\packages\boost_python310-vc143.1.79.0\build\boost_python310-vc143.targets" Condition="Exists('..\packages\boost_python310-vc143.1.79.0\build\boost_python310-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.78.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.78.0\build\boost.targets'))" />
<Error Condition="!Exists('..\packages\boost_python310-vc143.1.78.0\build\boost_python310-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_python310-vc143.1.78.0\build\boost_python310-vc143.targets'))" />
<Error Condition="!Exists('..\packages\boost.1.79.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.79.0\build\boost.targets'))" />
<Error Condition="!Exists('..\packages\boost_python310-vc143.1.79.0\build\boost_python310-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_python310-vc143.1.79.0\build\boost_python310-vc143.targets'))" />
</Target>
</Project>
4 changes: 2 additions & 2 deletions PythonScript.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="boost" version="1.78.0" targetFramework="native" />
<package id="boost_python310-vc143" version="1.78.0" targetFramework="native" />
<package id="boost" version="1.79.0" targetFramework="native" />
<package id="boost_python310-vc143" version="1.79.0" targetFramework="native" />
</packages>
8 changes: 4 additions & 4 deletions PythonScript/project/PythonScript2010.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,14 @@ xcopy $(ProjectDir)..\python_tests\*.* "e:\notepadtest\unicode\plugins\config\py
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\..\packages\boost.1.78.0\build\boost.targets" Condition="Exists('..\..\packages\boost.1.78.0\build\boost.targets')" />
<Import Project="..\..\packages\boost_python310-vc143.1.78.0\build\boost_python310-vc143.targets" Condition="Exists('..\..\packages\boost_python310-vc143.1.78.0\build\boost_python310-vc143.targets')" />
<Import Project="..\..\packages\boost.1.79.0\build\boost.targets" Condition="Exists('..\..\packages\boost.1.79.0\build\boost.targets')" />
<Import Project="..\..\packages\boost_python310-vc143.1.79.0\build\boost_python310-vc143.targets" Condition="Exists('..\..\packages\boost_python310-vc143.1.79.0\build\boost_python310-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.78.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.78.0\build\boost.targets'))" />
<Error Condition="!Exists('..\..\packages\boost_python310-vc143.1.78.0\build\boost_python310-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_python310-vc143.1.78.0\build\boost_python310-vc143.targets'))" />
<Error Condition="!Exists('..\..\packages\boost.1.79.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.79.0\build\boost.targets'))" />
<Error Condition="!Exists('..\..\packages\boost_python310-vc143.1.79.0\build\boost_python310-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_python310-vc143.1.79.0\build\boost_python310-vc143.targets'))" />
</Target>
</Project>
4 changes: 2 additions & 2 deletions PythonScript/project/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="boost" version="1.78.0" targetFramework="native" />
<package id="boost_python310-vc143" version="1.78.0" targetFramework="native" />
<package id="boost" version="1.79.0" targetFramework="native" />
<package id="boost_python310-vc143" version="1.79.0" targetFramework="native" />
</packages>
4 changes: 2 additions & 2 deletions PythonScript/project/packages_appveyor.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.78.0" targetFramework="native" />
<package id="boost_python310-vc143" version="1.78.0" targetFramework="native" />
<package id="boost" version="1.79.0" targetFramework="native" />
<package id="boost_python310-vc143" version="1.79.0" targetFramework="native" />
<package id="python" version="3.10.4" targetFramework="native" />
<package id="pythonx86" version="3.10.4" targetFramework="native" />
</packages>

0 comments on commit 6ba0f5f

Please sign in to comment.