aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/CacheTests/PackageB/PackageB.wixproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-04-25 23:35:50 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-04-25 23:46:11 -0500
commit9eac17a8ab63f157253a74828b0fbd593f53d71a (patch)
tree349d9d7b7c0445dc9df4d9071fa2983781ddb41a /src/TestData/CacheTests/PackageB/PackageB.wixproj
parentd3aa9df30f8013b6ee60f0001a9473d4234b33ff (diff)
downloadwix-9eac17a8ab63f157253a74828b0fbd593f53d71a.tar.gz
wix-9eac17a8ab63f157253a74828b0fbd593f53d71a.tar.bz2
wix-9eac17a8ab63f157253a74828b0fbd593f53d71a.zip
Add tests for #5253 and #5586.
Diffstat (limited to 'src/TestData/CacheTests/PackageB/PackageB.wixproj')
-rw-r--r--src/TestData/CacheTests/PackageB/PackageB.wixproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/TestData/CacheTests/PackageB/PackageB.wixproj b/src/TestData/CacheTests/PackageB/PackageB.wixproj
new file mode 100644
index 00000000..efc57bb6
--- /dev/null
+++ b/src/TestData/CacheTests/PackageB/PackageB.wixproj
@@ -0,0 +1,9 @@
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 <PropertyGroup>
4 <UpgradeCode>{ADCE5902-224D-4C87-BA31-2D154B37EE22}</UpgradeCode>
5 </PropertyGroup>
6 <ItemGroup>
7 <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
8 </ItemGroup>
9</Project> \ No newline at end of file