Skip to content

Commit c958944

Browse files
committed
removed unnecessary nuget dependency to boost regex as it is with 1.76 header only
1 parent 1eeeba6 commit c958944

5 files changed

Lines changed: 0 additions & 7 deletions

File tree

PythonScript.Tests/PythonScript.Tests.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,14 +300,12 @@
300300
<ImportGroup Label="ExtensionTargets">
301301
<Import Project="..\packages\boost.1.76.0.0\build\boost.targets" Condition="Exists('..\packages\boost.1.76.0.0\build\boost.targets')" />
302302
<Import Project="..\packages\boost_python39-vc141.1.76.0.0\build\boost_python39-vc141.targets" Condition="Exists('..\packages\boost_python39-vc141.1.76.0.0\build\boost_python39-vc141.targets')" />
303-
<Import Project="..\packages\boost_regex-vc141.1.76.0.0\build\boost_regex-vc141.targets" Condition="Exists('..\packages\boost_regex-vc141.1.76.0.0\build\boost_regex-vc141.targets')" />
304303
</ImportGroup>
305304
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
306305
<PropertyGroup>
307306
<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>
308307
</PropertyGroup>
309308
<Error Condition="!Exists('..\packages\boost.1.76.0.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.76.0.0\build\boost.targets'))" />
310309
<Error Condition="!Exists('..\packages\boost_python39-vc141.1.76.0.0\build\boost_python39-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_python39-vc141.1.76.0.0\build\boost_python39-vc141.targets'))" />
311-
<Error Condition="!Exists('..\packages\boost_regex-vc141.1.76.0.0\build\boost_regex-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_regex-vc141.1.76.0.0\build\boost_regex-vc141.targets'))" />
312310
</Target>
313311
</Project>

PythonScript.Tests/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
<packages>
33
<package id="boost" version="1.76.0.0" targetFramework="native" />
44
<package id="boost_python39-vc141" version="1.76.0.0" targetFramework="native" />
5-
<package id="boost_regex-vc141" version="1.76.0.0" targetFramework="native" />
65
</packages>

PythonScript/project/PythonScript2010.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,14 +528,12 @@ xcopy $(ProjectDir)..\python_tests\*.* "e:\notepadtest\unicode\plugins\config\py
528528
<ImportGroup Label="ExtensionTargets">
529529
<Import Project="..\..\packages\boost.1.76.0.0\build\boost.targets" Condition="Exists('..\..\packages\boost.1.76.0.0\build\boost.targets')" />
530530
<Import Project="..\..\packages\boost_python39-vc141.1.76.0.0\build\boost_python39-vc141.targets" Condition="Exists('..\..\packages\boost_python39-vc141.1.76.0.0\build\boost_python39-vc141.targets')" />
531-
<Import Project="..\..\packages\boost_regex-vc141.1.76.0.0\build\boost_regex-vc141.targets" Condition="Exists('..\..\packages\boost_regex-vc141.1.76.0.0\build\boost_regex-vc141.targets')" />
532531
</ImportGroup>
533532
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
534533
<PropertyGroup>
535534
<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>
536535
</PropertyGroup>
537536
<Error Condition="!Exists('..\..\packages\boost.1.76.0.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.76.0.0\build\boost.targets'))" />
538537
<Error Condition="!Exists('..\..\packages\boost_python39-vc141.1.76.0.0\build\boost_python39-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_python39-vc141.1.76.0.0\build\boost_python39-vc141.targets'))" />
539-
<Error Condition="!Exists('..\..\packages\boost_regex-vc141.1.76.0.0\build\boost_regex-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_regex-vc141.1.76.0.0\build\boost_regex-vc141.targets'))" />
540538
</Target>
541539
</Project>

PythonScript/project/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
<packages>
33
<package id="boost" version="1.76.0.0" targetFramework="native" />
44
<package id="boost_python39-vc141" version="1.76.0.0" targetFramework="native" />
5-
<package id="boost_regex-vc141" version="1.76.0.0" targetFramework="native" />
65
</packages>

PythonScript/project/packages_appveyor.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<packages>
33
<package id="boost" version="1.76.0.0" targetFramework="native" />
44
<package id="boost_python39-vc141" version="1.76.0.0" targetFramework="native" />
5-
<package id="boost_regex-vc141" version="1.76.0.0" targetFramework="native" />
65
<package id="python" version="3.9.4" targetFramework="native" />
76
<package id="pythonx86" version="3.9.4" targetFramework="native" />
87
</packages>

0 commit comments

Comments
 (0)