From 81908a5ec1647d76b45f50e4a18c37e1544818be Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 11 Mar 2021 17:54:30 -0600 Subject: Port forward compatible tests from old repo. --- .../BundleCv2/BundleCv2.wixproj | 18 ++++++++++++++++++ .../BundleCv2/BundleCv2.wxs | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/TestData/ForwardCompatibleBundleTests/BundleCv2/BundleCv2.wixproj create mode 100644 src/TestData/ForwardCompatibleBundleTests/BundleCv2/BundleCv2.wxs (limited to 'src/TestData/ForwardCompatibleBundleTests/BundleCv2') diff --git a/src/TestData/ForwardCompatibleBundleTests/BundleCv2/BundleCv2.wixproj b/src/TestData/ForwardCompatibleBundleTests/BundleCv2/BundleCv2.wixproj new file mode 100644 index 00000000..51f61d73 --- /dev/null +++ b/src/TestData/ForwardCompatibleBundleTests/BundleCv2/BundleCv2.wixproj @@ -0,0 +1,18 @@ + + + + + 2.0.0.0 + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/ForwardCompatibleBundleTests/BundleCv2/BundleCv2.wxs b/src/TestData/ForwardCompatibleBundleTests/BundleCv2/BundleCv2.wxs new file mode 100644 index 00000000..53115c96 --- /dev/null +++ b/src/TestData/ForwardCompatibleBundleTests/BundleCv2/BundleCv2.wxs @@ -0,0 +1,10 @@ + + + + + + + + + + -- cgit v1.2.3-55-g6feb