From e9af5dc63e0a8c62ebdb59b06d90925b5584e490 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 3 Aug 2021 17:34:50 -0400 Subject: [PATCH] Fix up VS props file. --- vcnet/libcups2_native.nuspec | 6 +++--- vcnet/libcups2_native.props | 16 +++++++++------- vcnet/libcups2_native.redist.nuspec | 2 +- vcnet/libcups2_native.targets | 16 ---------------- 4 files changed, 13 insertions(+), 27 deletions(-) delete mode 100644 vcnet/libcups2_native.targets diff --git a/vcnet/libcups2_native.nuspec b/vcnet/libcups2_native.nuspec index 9952544c72..f9238287a3 100644 --- a/vcnet/libcups2_native.nuspec +++ b/vcnet/libcups2_native.nuspec @@ -3,7 +3,7 @@ libcups2_native OpenPrinting CUPS Library for VS2019+ - 2.4.0-b1 + 2.4.0-b4 Michael R Sweet, OpenPrinting michaelrsweet https://github.com/OpenPrinting/cups @@ -16,13 +16,13 @@ and other Unix®-like operating systems. The CUPS library provides a convenient Copyright © 2020-2021 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products. http ipp native - + - + diff --git a/vcnet/libcups2_native.props b/vcnet/libcups2_native.props index 192513b1c1..ce73a0e731 100644 --- a/vcnet/libcups2_native.props +++ b/vcnet/libcups2_native.props @@ -1,16 +1,18 @@ - - libcups2d - libcups2 - - + - $(MSBuildThisFileDirectory)\include + + + $(MSBuildThisFileDirectory)\include + + - @$(LinkLibrary);%(AdditionalDependencies) + + $(LinkLibrary);%(AdditionalDependencies) + diff --git a/vcnet/libcups2_native.redist.nuspec b/vcnet/libcups2_native.redist.nuspec index 33796560b6..f6f0ebadb4 100644 --- a/vcnet/libcups2_native.redist.nuspec +++ b/vcnet/libcups2_native.redist.nuspec @@ -3,7 +3,7 @@ libcups2_native.redist OpenPrinting CUPS Library for VS2019+ Redist - 2.4.0-b1 + 2.4.0-b4 Michael R Sweet, OpenPrinting michaelrsweet https://github.com/OpenPrinting/cups diff --git a/vcnet/libcups2_native.targets b/vcnet/libcups2_native.targets deleted file mode 100644 index 192513b1c1..0000000000 --- a/vcnet/libcups2_native.targets +++ /dev/null @@ -1,16 +0,0 @@ - - - - libcups2d - libcups2 - - - - - - $(MSBuildThisFileDirectory)\include - - @$(LinkLibrary);%(AdditionalDependencies) - - - -- 2.47.2