Skip to content

Commit 4225d4e

Browse files
committed
update to boost 1.74
1 parent e32dfcf commit 4225d4e

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

PythonScript.Tests/PythonScript.Tests.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,16 +298,16 @@
298298
</ItemGroup>
299299
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
300300
<ImportGroup Label="ExtensionTargets">
301-
<Import Project="..\packages\boost.1.73.0.0\build\boost.targets" Condition="Exists('..\packages\boost.1.73.0.0\build\boost.targets')" />
302-
<Import Project="..\packages\boost_python38-vc141.1.73.0.0\build\boost_python38-vc141.targets" Condition="Exists('..\packages\boost_python38-vc141.1.73.0.0\build\boost_python38-vc141.targets')" />
303-
<Import Project="..\packages\boost_regex-vc141.1.73.0.0\build\boost_regex-vc141.targets" Condition="Exists('..\packages\boost_regex-vc141.1.73.0.0\build\boost_regex-vc141.targets')" />
301+
<Import Project="..\packages\boost.1.74.0.0\build\boost.targets" Condition="Exists('..\packages\boost.1.74.0.0\build\boost.targets')" />
302+
<Import Project="..\packages\boost_python38-vc141.1.74.0.0\build\boost_python38-vc141.targets" Condition="Exists('..\packages\boost_python38-vc141.1.74.0.0\build\boost_python38-vc141.targets')" />
303+
<Import Project="..\packages\boost_regex-vc141.1.74.0.0\build\boost_regex-vc141.targets" Condition="Exists('..\packages\boost_regex-vc141.1.74.0.0\build\boost_regex-vc141.targets')" />
304304
</ImportGroup>
305305
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
306306
<PropertyGroup>
307307
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
308308
</PropertyGroup>
309-
<Error Condition="!Exists('..\packages\boost.1.73.0.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.73.0.0\build\boost.targets'))" />
310-
<Error Condition="!Exists('..\packages\boost_python38-vc141.1.73.0.0\build\boost_python38-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_python38-vc141.1.73.0.0\build\boost_python38-vc141.targets'))" />
311-
<Error Condition="!Exists('..\packages\boost_regex-vc141.1.73.0.0\build\boost_regex-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_regex-vc141.1.73.0.0\build\boost_regex-vc141.targets'))" />
309+
<Error Condition="!Exists('..\packages\boost.1.74.0.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.74.0.0\build\boost.targets'))" />
310+
<Error Condition="!Exists('..\packages\boost_python38-vc141.1.74.0.0\build\boost_python38-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_python38-vc141.1.74.0.0\build\boost_python38-vc141.targets'))" />
311+
<Error Condition="!Exists('..\packages\boost_regex-vc141.1.74.0.0\build\boost_regex-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_regex-vc141.1.74.0.0\build\boost_regex-vc141.targets'))" />
312312
</Target>
313313
</Project>

PythonScript.Tests/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="boost" version="1.73.0.0" targetFramework="native" />
4-
<package id="boost_python38-vc141" version="1.73.0.0" targetFramework="native" />
5-
<package id="boost_regex-vc141" version="1.73.0.0" targetFramework="native" />
3+
<package id="boost" version="1.74.0.0" targetFramework="native" />
4+
<package id="boost_python38-vc141" version="1.74.0.0" targetFramework="native" />
5+
<package id="boost_regex-vc141" version="1.74.0.0" targetFramework="native" />
66
</packages>

PythonScript/project/PythonScript2010.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -526,16 +526,16 @@ xcopy $(ProjectDir)..\python_tests\*.* "e:\notepadtest\unicode\plugins\config\py
526526
</ItemGroup>
527527
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
528528
<ImportGroup Label="ExtensionTargets">
529-
<Import Project="..\..\packages\boost.1.73.0.0\build\boost.targets" Condition="Exists('..\..\packages\boost.1.73.0.0\build\boost.targets')" />
530-
<Import Project="..\..\packages\boost_python38-vc141.1.73.0.0\build\boost_python38-vc141.targets" Condition="Exists('..\..\packages\boost_python38-vc141.1.73.0.0\build\boost_python38-vc141.targets')" />
531-
<Import Project="..\..\packages\boost_regex-vc141.1.73.0.0\build\boost_regex-vc141.targets" Condition="Exists('..\..\packages\boost_regex-vc141.1.73.0.0\build\boost_regex-vc141.targets')" />
529+
<Import Project="..\..\packages\boost.1.74.0.0\build\boost.targets" Condition="Exists('..\..\packages\boost.1.74.0.0\build\boost.targets')" />
530+
<Import Project="..\..\packages\boost_python38-vc141.1.74.0.0\build\boost_python38-vc141.targets" Condition="Exists('..\..\packages\boost_python38-vc141.1.74.0.0\build\boost_python38-vc141.targets')" />
531+
<Import Project="..\..\packages\boost_regex-vc141.1.74.0.0\build\boost_regex-vc141.targets" Condition="Exists('..\..\packages\boost_regex-vc141.1.74.0.0\build\boost_regex-vc141.targets')" />
532532
</ImportGroup>
533533
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
534534
<PropertyGroup>
535535
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
536536
</PropertyGroup>
537-
<Error Condition="!Exists('..\..\packages\boost.1.73.0.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.73.0.0\build\boost.targets'))" />
538-
<Error Condition="!Exists('..\..\packages\boost_python38-vc141.1.73.0.0\build\boost_python38-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_python38-vc141.1.73.0.0\build\boost_python38-vc141.targets'))" />
539-
<Error Condition="!Exists('..\..\packages\boost_regex-vc141.1.73.0.0\build\boost_regex-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_regex-vc141.1.73.0.0\build\boost_regex-vc141.targets'))" />
537+
<Error Condition="!Exists('..\..\packages\boost.1.74.0.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.74.0.0\build\boost.targets'))" />
538+
<Error Condition="!Exists('..\..\packages\boost_python38-vc141.1.74.0.0\build\boost_python38-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_python38-vc141.1.74.0.0\build\boost_python38-vc141.targets'))" />
539+
<Error Condition="!Exists('..\..\packages\boost_regex-vc141.1.74.0.0\build\boost_regex-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_regex-vc141.1.74.0.0\build\boost_regex-vc141.targets'))" />
540540
</Target>
541541
</Project>

PythonScript/project/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="boost" version="1.73.0.0" targetFramework="native" />
4-
<package id="boost_python38-vc141" version="1.73.0.0" targetFramework="native" />
5-
<package id="boost_regex-vc141" version="1.73.0.0" targetFramework="native" />
3+
<package id="boost" version="1.74.0.0" targetFramework="native" />
4+
<package id="boost_python38-vc141" version="1.74.0.0" targetFramework="native" />
5+
<package id="boost_regex-vc141" version="1.74.0.0" targetFramework="native" />
66
</packages>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="boost" version="1.73.0.0" targetFramework="native" />
4-
<package id="boost_python38-vc141" version="1.73.0.0" targetFramework="native" />
5-
<package id="boost_regex-vc141" version="1.73.0.0" targetFramework="native" />
3+
<package id="boost" version="1.74.0.0" targetFramework="native" />
4+
<package id="boost_python38-vc141" version="1.74.0.0" targetFramework="native" />
5+
<package id="boost_regex-vc141" version="1.74.0.0" targetFramework="native" />
66
<package id="python" version="3.8.9" targetFramework="native" />
77
<package id="pythonx86" version="3.8.9" targetFramework="native" />
88
</packages>

0 commit comments

Comments
 (0)