From 6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 19 Apr 2022 16:03:02 -0500 Subject: Set each native library dependency version to the build version. --- src/api/burn/balutil/balutil.nuspec | 4 ++-- src/api/burn/bextutil/bextutil.nuspec | 4 ++-- src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj | 2 -- src/ext/Bal/dnchost/dnchost.vcxproj | 2 -- src/ext/Bal/mbahost/mbahost.vcxproj | 2 -- src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj | 2 -- src/ext/Bal/wixstdba/wixstdba.vcxproj | 2 -- src/ext/ComPlus/ca/complusca.vcxproj | 1 - src/ext/Dependency/ca/dependencyca.vcxproj | 1 - src/ext/DirectX/ca/directxca.vcxproj | 1 - src/ext/Firewall/ca/fwca.vcxproj | 1 - src/ext/Http/ca/httpca.vcxproj | 1 - src/ext/Iis/ca/iisca.vcxproj | 4 ---- src/ext/Msmq/ca/msmqca.vcxproj | 3 --- src/ext/NetFx/ca/netfxca.vcxproj | 1 - src/ext/Sql/ca/sqlca.vcxproj | 1 - src/ext/UI/ca/uica.vcxproj | 1 - src/ext/Util/be/utilbe.vcxproj | 2 -- src/ext/Util/ca/utilca.vcxproj | 1 - src/ext/VisualStudio/ca/vsca.vcxproj | 1 - src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec | 2 +- .../burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj | 2 -- 22 files changed, 5 insertions(+), 36 deletions(-) diff --git a/src/api/burn/balutil/balutil.nuspec b/src/api/burn/balutil/balutil.nuspec index 19c160cf..666e47d0 100644 --- a/src/api/burn/balutil/balutil.nuspec +++ b/src/api/burn/balutil/balutil.nuspec @@ -12,8 +12,8 @@ $projectUrl$ - - + + diff --git a/src/api/burn/bextutil/bextutil.nuspec b/src/api/burn/bextutil/bextutil.nuspec index 137c39e1..1ce2c7fb 100644 --- a/src/api/burn/bextutil/bextutil.nuspec +++ b/src/api/burn/bextutil/bextutil.nuspec @@ -12,8 +12,8 @@ $projectUrl$ - - + + diff --git a/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj b/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj index 9ed8eb2b..a294a608 100644 --- a/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj +++ b/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj @@ -60,9 +60,7 @@ - - diff --git a/src/ext/Bal/dnchost/dnchost.vcxproj b/src/ext/Bal/dnchost/dnchost.vcxproj index 5cec50af..66e52c6f 100644 --- a/src/ext/Bal/dnchost/dnchost.vcxproj +++ b/src/ext/Bal/dnchost/dnchost.vcxproj @@ -89,9 +89,7 @@ - - diff --git a/src/ext/Bal/mbahost/mbahost.vcxproj b/src/ext/Bal/mbahost/mbahost.vcxproj index ababf19c..cd90776b 100644 --- a/src/ext/Bal/mbahost/mbahost.vcxproj +++ b/src/ext/Bal/mbahost/mbahost.vcxproj @@ -67,9 +67,7 @@ - - diff --git a/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj index 68e66741..1ce5737c 100644 --- a/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj +++ b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj @@ -61,9 +61,7 @@ - - diff --git a/src/ext/Bal/wixstdba/wixstdba.vcxproj b/src/ext/Bal/wixstdba/wixstdba.vcxproj index 85d90e77..a43cc345 100644 --- a/src/ext/Bal/wixstdba/wixstdba.vcxproj +++ b/src/ext/Bal/wixstdba/wixstdba.vcxproj @@ -71,9 +71,7 @@ rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc" - - diff --git a/src/ext/ComPlus/ca/complusca.vcxproj b/src/ext/ComPlus/ca/complusca.vcxproj index 696f7dd8..39264f98 100644 --- a/src/ext/ComPlus/ca/complusca.vcxproj +++ b/src/ext/ComPlus/ca/complusca.vcxproj @@ -91,7 +91,6 @@ - diff --git a/src/ext/Dependency/ca/dependencyca.vcxproj b/src/ext/Dependency/ca/dependencyca.vcxproj index b84321df..0913d899 100644 --- a/src/ext/Dependency/ca/dependencyca.vcxproj +++ b/src/ext/Dependency/ca/dependencyca.vcxproj @@ -61,7 +61,6 @@ - diff --git a/src/ext/DirectX/ca/directxca.vcxproj b/src/ext/DirectX/ca/directxca.vcxproj index 54837271..e9faff16 100644 --- a/src/ext/DirectX/ca/directxca.vcxproj +++ b/src/ext/DirectX/ca/directxca.vcxproj @@ -56,7 +56,6 @@ - diff --git a/src/ext/Firewall/ca/fwca.vcxproj b/src/ext/Firewall/ca/fwca.vcxproj index 11170675..dd98574a 100644 --- a/src/ext/Firewall/ca/fwca.vcxproj +++ b/src/ext/Firewall/ca/fwca.vcxproj @@ -65,7 +65,6 @@ - diff --git a/src/ext/Http/ca/httpca.vcxproj b/src/ext/Http/ca/httpca.vcxproj index 2614275f..31f781f6 100644 --- a/src/ext/Http/ca/httpca.vcxproj +++ b/src/ext/Http/ca/httpca.vcxproj @@ -63,7 +63,6 @@ - diff --git a/src/ext/Iis/ca/iisca.vcxproj b/src/ext/Iis/ca/iisca.vcxproj index de3ef83e..7e4a1a3e 100644 --- a/src/ext/Iis/ca/iisca.vcxproj +++ b/src/ext/Iis/ca/iisca.vcxproj @@ -1,9 +1,6 @@ - - - Debug @@ -140,7 +137,6 @@ - diff --git a/src/ext/Msmq/ca/msmqca.vcxproj b/src/ext/Msmq/ca/msmqca.vcxproj index 0e712f63..8460179d 100644 --- a/src/ext/Msmq/ca/msmqca.vcxproj +++ b/src/ext/Msmq/ca/msmqca.vcxproj @@ -1,8 +1,6 @@ - - Debug @@ -63,7 +61,6 @@ - diff --git a/src/ext/NetFx/ca/netfxca.vcxproj b/src/ext/NetFx/ca/netfxca.vcxproj index 7b0f731a..93276ea1 100644 --- a/src/ext/NetFx/ca/netfxca.vcxproj +++ b/src/ext/NetFx/ca/netfxca.vcxproj @@ -62,7 +62,6 @@ - diff --git a/src/ext/Sql/ca/sqlca.vcxproj b/src/ext/Sql/ca/sqlca.vcxproj index 9a5df8cf..dee6e8fb 100644 --- a/src/ext/Sql/ca/sqlca.vcxproj +++ b/src/ext/Sql/ca/sqlca.vcxproj @@ -72,7 +72,6 @@ - diff --git a/src/ext/UI/ca/uica.vcxproj b/src/ext/UI/ca/uica.vcxproj index 27f0faa7..17e39046 100644 --- a/src/ext/UI/ca/uica.vcxproj +++ b/src/ext/UI/ca/uica.vcxproj @@ -63,7 +63,6 @@ - diff --git a/src/ext/Util/be/utilbe.vcxproj b/src/ext/Util/be/utilbe.vcxproj index 8e139812..4e4f80d9 100644 --- a/src/ext/Util/be/utilbe.vcxproj +++ b/src/ext/Util/be/utilbe.vcxproj @@ -68,9 +68,7 @@ - - diff --git a/src/ext/Util/ca/utilca.vcxproj b/src/ext/Util/ca/utilca.vcxproj index b3998b6e..d8f086b5 100644 --- a/src/ext/Util/ca/utilca.vcxproj +++ b/src/ext/Util/ca/utilca.vcxproj @@ -95,7 +95,6 @@ - diff --git a/src/ext/VisualStudio/ca/vsca.vcxproj b/src/ext/VisualStudio/ca/vsca.vcxproj index 4636204f..2ddff8d3 100644 --- a/src/ext/VisualStudio/ca/vsca.vcxproj +++ b/src/ext/VisualStudio/ca/vsca.vcxproj @@ -54,7 +54,6 @@ - diff --git a/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec b/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec index 8aa9827e..ad724e63 100644 --- a/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec +++ b/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec @@ -12,7 +12,7 @@ $projectUrl$ - + diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj index cb3e14e7..88bb083b 100644 --- a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj +++ b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj @@ -62,9 +62,7 @@ - - -- cgit v1.2.3-55-g6feb