diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-11 20:57:52 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-11 21:17:20 -0600 |
| commit | 7cc4271c9d78ed60e354f585d03b612a9efb7cf3 (patch) | |
| tree | d4694d54b757093093223fb8291933713585ab8b /src/TestData/UpgradeRelatedBundleTests/BundleAv1/BundleAv1.wixproj | |
| parent | 81908a5ec1647d76b45f50e4a18c37e1544818be (diff) | |
| download | wix-7cc4271c9d78ed60e354f585d03b612a9efb7cf3.tar.gz wix-7cc4271c9d78ed60e354f585d03b612a9efb7cf3.tar.bz2 wix-7cc4271c9d78ed60e354f585d03b612a9efb7cf3.zip | |
Add tests to verify #4991 and #5702.
Diffstat (limited to 'src/TestData/UpgradeRelatedBundleTests/BundleAv1/BundleAv1.wixproj')
| -rw-r--r-- | src/TestData/UpgradeRelatedBundleTests/BundleAv1/BundleAv1.wixproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/TestData/UpgradeRelatedBundleTests/BundleAv1/BundleAv1.wixproj b/src/TestData/UpgradeRelatedBundleTests/BundleAv1/BundleAv1.wixproj new file mode 100644 index 00000000..69d0408f --- /dev/null +++ b/src/TestData/UpgradeRelatedBundleTests/BundleAv1/BundleAv1.wixproj | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
| 2 | <Project Sdk="WixToolset.Sdk"> | ||
| 3 | <Import Project="BundleA.props" /> | ||
| 4 | <ItemGroup> | ||
| 5 | <ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" /> | ||
| 6 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> | ||
| 7 | </ItemGroup> | ||
| 8 | <ItemGroup> | ||
| 9 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.90" /> | ||
| 10 | <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.64" /> | ||
| 11 | </ItemGroup> | ||
| 12 | </Project> \ No newline at end of file | ||
