From a1307cd4e76a89598c53cb68309358a7012db553 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 9 Sep 2022 16:03:29 -0500 Subject: Move `Bundle/@CommandLineVariables` into Bal.wixext. Implements 6858 --- .../burn/TestData/VariableTests/BundleA/Bundle.wxs | 40 ++++++++++++++++++++++ .../TestData/VariableTests/BundleA/BundleA.wixproj | 3 -- .../burn/TestData/VariableTests/BundleB/Bundle.wxs | 40 ---------------------- .../TestData/VariableTests/BundleB/BundleB.wixproj | 3 ++ .../TestData/VariableTests/BundleB/BundleB.wxs | 1 + .../burn/TestData/WixStdBaTests/BundleA/Bundle.wxs | 2 +- .../burn/WixToolsetTest.BurnE2E/VariableTests.cs | 10 ++++-- 7 files changed, 52 insertions(+), 47 deletions(-) create mode 100644 src/test/burn/TestData/VariableTests/BundleA/Bundle.wxs delete mode 100644 src/test/burn/TestData/VariableTests/BundleB/Bundle.wxs (limited to 'src/test') diff --git a/src/test/burn/TestData/VariableTests/BundleA/Bundle.wxs b/src/test/burn/TestData/VariableTests/BundleA/Bundle.wxs new file mode 100644 index 00000000..4a8cb43e --- /dev/null +++ b/src/test/burn/TestData/VariableTests/BundleA/Bundle.wxs @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/test/burn/TestData/VariableTests/BundleA/BundleA.wixproj b/src/test/burn/TestData/VariableTests/BundleA/BundleA.wixproj index 91049cee..b318e40a 100644 --- a/src/test/burn/TestData/VariableTests/BundleA/BundleA.wixproj +++ b/src/test/burn/TestData/VariableTests/BundleA/BundleA.wixproj @@ -5,9 +5,6 @@ hyperlinkLicense {DDB62589-C5AD-4E92-A697-EAD7D7C37C8D} - - - diff --git a/src/test/burn/TestData/VariableTests/BundleB/Bundle.wxs b/src/test/burn/TestData/VariableTests/BundleB/Bundle.wxs deleted file mode 100644 index fb293d9b..00000000 --- a/src/test/burn/TestData/VariableTests/BundleB/Bundle.wxs +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/test/burn/TestData/VariableTests/BundleB/BundleB.wixproj b/src/test/burn/TestData/VariableTests/BundleB/BundleB.wixproj index fa11100b..866891a5 100644 --- a/src/test/burn/TestData/VariableTests/BundleB/BundleB.wixproj +++ b/src/test/burn/TestData/VariableTests/BundleB/BundleB.wixproj @@ -5,6 +5,9 @@ hyperlinkLicense {B735B6D2-9D4D-4E98-B464-946F7F62AFC8} + + + diff --git a/src/test/burn/TestData/VariableTests/BundleB/BundleB.wxs b/src/test/burn/TestData/VariableTests/BundleB/BundleB.wxs index f243c97d..4ab7e46f 100644 --- a/src/test/burn/TestData/VariableTests/BundleB/BundleB.wxs +++ b/src/test/burn/TestData/VariableTests/BundleB/BundleB.wxs @@ -13,5 +13,6 @@