diff options
Diffstat (limited to 'src/test/burn/TestData/ForwardCompatibleBundleTests/BundleCv1/BundleCv1.wixproj')
-rw-r--r-- | src/test/burn/TestData/ForwardCompatibleBundleTests/BundleCv1/BundleCv1.wixproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/burn/TestData/ForwardCompatibleBundleTests/BundleCv1/BundleCv1.wixproj b/src/test/burn/TestData/ForwardCompatibleBundleTests/BundleCv1/BundleCv1.wixproj new file mode 100644 index 00000000..5b025236 --- /dev/null +++ b/src/test/burn/TestData/ForwardCompatibleBundleTests/BundleCv1/BundleCv1.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="BundleC.props" /> | ||
4 | <ItemGroup> | ||
5 | <ProjectReference Include="..\PackageCv1\PackageCv1.wixproj" /> | ||
6 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> | ||
7 | </ItemGroup> | ||
8 | <ItemGroup> | ||
9 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.101" /> | ||
10 | <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.73" /> | ||
11 | </ItemGroup> | ||
12 | </Project> \ No newline at end of file | ||