Skip to content

Commit da7a589

Browse files
committed
Fix VC++ ippeveprinter project.
1 parent 44f7549 commit da7a589

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vcnet/ippeveprinter.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="packages\libressl_native.3.7.3\build\native\libressl_native.props" Condition="Exists('packages\libressl_native.3.7.3\build\native\libressl_native.props')" />
3+
<Import Project="packages\libressl_native.4.0.0\build\native\libressl_native.props" Condition="Exists('packages\libressl_native.4.0.0\build\native\libressl_native.props')" />
44
<ItemGroup Label="ProjectConfigurations">
55
<ProjectConfiguration Include="Debug|x64">
66
<Configuration>Debug</Configuration>
@@ -126,6 +126,6 @@
126126
<PropertyGroup>
127127
<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>
128128
</PropertyGroup>
129-
<Error Condition="!Exists('packages\libressl_native.3.7.3\build\native\libressl_native.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\libressl_native.3.7.3\build\native\libressl_native.props'))" />
129+
<Error Condition="!Exists('packages\libressl_native.4.0.0\build\native\libressl_native.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\libressl_native.4.0.0\build\native\libressl_native.props'))" />
130130
</Target>
131131
</Project>

0 commit comments

Comments
 (0)