]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix VC++ ippeveprinter project.
authorMichael R Sweet <msweet@msweet.org>
Thu, 17 Apr 2025 19:09:10 +0000 (15:09 -0400)
committerMichael R Sweet <msweet@msweet.org>
Thu, 17 Apr 2025 19:09:10 +0000 (15:09 -0400)
vcnet/ippeveprinter.vcxproj

index 3e333ce5280781ed2c0b466d1a421db311437311..89e374ee460f20cb538c614e7242101ce78b8a92 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <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')" />
+  <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')" />
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x64">
       <Configuration>Debug</Configuration>
     <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\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'))" />
+    <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'))" />
   </Target>
 </Project>
\ No newline at end of file