From d606bbf45b70d281f4a87d2efbfd92b0e8c930ed Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 18 Mar 2025 14:56:43 -0400 Subject: [PATCH] Fix VC++ projects. --- vcnet/cupstestppd.vcxproj | 3 +++ vcnet/ippeveprinter.vcxproj | 6 +++++- vcnet/ippfind.vcxproj | 3 +++ vcnet/ipptool.vcxproj | 3 +++ vcnet/libcups2.vcxproj | 16 +++++----------- vcnet/testfile.vcxproj | 3 +++ vcnet/testhttp.vcxproj | 3 +++ 7 files changed, 25 insertions(+), 12 deletions(-) diff --git a/vcnet/cupstestppd.vcxproj b/vcnet/cupstestppd.vcxproj index b7160d6a55..5b6e6eedf9 100644 --- a/vcnet/cupstestppd.vcxproj +++ b/vcnet/cupstestppd.vcxproj @@ -34,6 +34,9 @@ + + + diff --git a/vcnet/ippeveprinter.vcxproj b/vcnet/ippeveprinter.vcxproj index ed6b383484..3e333ce528 100644 --- a/vcnet/ippeveprinter.vcxproj +++ b/vcnet/ippeveprinter.vcxproj @@ -34,7 +34,11 @@ Unicode - + + + + + diff --git a/vcnet/ippfind.vcxproj b/vcnet/ippfind.vcxproj index c4e90157d1..692a852aac 100644 --- a/vcnet/ippfind.vcxproj +++ b/vcnet/ippfind.vcxproj @@ -34,6 +34,9 @@ + + + diff --git a/vcnet/ipptool.vcxproj b/vcnet/ipptool.vcxproj index 2fa512cf7c..b2ab4c9459 100644 --- a/vcnet/ipptool.vcxproj +++ b/vcnet/ipptool.vcxproj @@ -34,6 +34,9 @@ + + + diff --git a/vcnet/libcups2.vcxproj b/vcnet/libcups2.vcxproj index ee62cf6097..23d86cbd40 100644 --- a/vcnet/libcups2.vcxproj +++ b/vcnet/libcups2.vcxproj @@ -33,6 +33,9 @@ + + + @@ -72,7 +75,7 @@ ProgramDatabase - packages\libressl_native.3.7.3\build\native\lib\x64\Release\ssl.lib;packages\libressl_native.3.7.3\build\native\lib\x64\Release\crypto.lib;bcrypt.lib;ws2_32.lib;advapi32.lib;%(AdditionalDependencies) + bcrypt.lib;ws2_32.lib;advapi32.lib;%(AdditionalDependencies) $(OutDir)libcups2.dll ..\cups\libcups2.def true @@ -96,7 +99,7 @@ ProgramDatabase - packages\libressl_native.3.7.3\build\native\lib\x64\Release\ssl.lib;packages\libressl_native.3.7.3\build\native\lib\x64\Release\crypto.lib;bcrypt.lib;ws2_32.lib;advapi32.lib;%(AdditionalDependencies) + bcrypt.lib;ws2_32.lib;advapi32.lib;%(AdditionalDependencies) $(OutDir)libcups2.dll ..\cups\libcups2.def true @@ -221,14 +224,5 @@ - - - - - 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}. - - - - \ No newline at end of file diff --git a/vcnet/testfile.vcxproj b/vcnet/testfile.vcxproj index c8b2758696..e9670901ff 100644 --- a/vcnet/testfile.vcxproj +++ b/vcnet/testfile.vcxproj @@ -32,6 +32,9 @@ + + + diff --git a/vcnet/testhttp.vcxproj b/vcnet/testhttp.vcxproj index 2b303a7ddf..0387b2553c 100644 --- a/vcnet/testhttp.vcxproj +++ b/vcnet/testhttp.vcxproj @@ -32,6 +32,9 @@ + + + -- 2.47.2