From 974381355441c3d95d62af85bdd05f3c0e368eb5 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 17 Feb 2021 16:07:18 -0600 Subject: Port the slipstream tests from the old repo. --- .../SlipstreamTests/BundleC/BundleC.wixproj | 21 +++++++++++++++++++++ src/TestData/SlipstreamTests/BundleC/BundleC.wxs | 14 ++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 src/TestData/SlipstreamTests/BundleC/BundleC.wixproj create mode 100644 src/TestData/SlipstreamTests/BundleC/BundleC.wxs (limited to 'src/TestData/SlipstreamTests/BundleC') diff --git a/src/TestData/SlipstreamTests/BundleC/BundleC.wixproj b/src/TestData/SlipstreamTests/BundleC/BundleC.wixproj new file mode 100644 index 00000000..f3fee0c1 --- /dev/null +++ b/src/TestData/SlipstreamTests/BundleC/BundleC.wixproj @@ -0,0 +1,21 @@ + + + + Bundle + {16B551B5-6EBE-417F-8CB2-50936F079301} + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/SlipstreamTests/BundleC/BundleC.wxs b/src/TestData/SlipstreamTests/BundleC/BundleC.wxs new file mode 100644 index 00000000..4702d845 --- /dev/null +++ b/src/TestData/SlipstreamTests/BundleC/BundleC.wxs @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb