diff options
| author | Bob Arnson <bob@firegiant.com> | 2023-04-27 21:06:35 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2023-04-27 23:28:39 -0400 |
| commit | ab8d368fe8e7a41e503ec295b196035922293ef4 (patch) | |
| tree | d423d78d327b06602bb3a2a0683b626ae2707c62 /src/test/msi/TestData/XmlConfigTests/XmlConfig/XmlConfig.wixproj | |
| parent | b3b9decfab8a26851e2bc85d777824220ff804b6 (diff) | |
| download | wix-ab8d368fe8e7a41e503ec295b196035922293ef4.tar.gz wix-ab8d368fe8e7a41e503ec295b196035922293ef4.tar.bz2 wix-ab8d368fe8e7a41e503ec295b196035922293ef4.zip | |
Fix XmlConfig lookup logic.
Fixes https://github.com/wixtoolset/issues/issues/7377.
Requires fix for https://github.com/wixtoolset/issues/issues/7444.
Diffstat (limited to 'src/test/msi/TestData/XmlConfigTests/XmlConfig/XmlConfig.wixproj')
| -rw-r--r-- | src/test/msi/TestData/XmlConfigTests/XmlConfig/XmlConfig.wixproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/msi/TestData/XmlConfigTests/XmlConfig/XmlConfig.wixproj b/src/test/msi/TestData/XmlConfigTests/XmlConfig/XmlConfig.wixproj new file mode 100644 index 00000000..58321e7e --- /dev/null +++ b/src/test/msi/TestData/XmlConfigTests/XmlConfig/XmlConfig.wixproj | |||
| @@ -0,0 +1,6 @@ | |||
| 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 | <ItemGroup> | ||
| 4 | <PackageReference Include="WixToolset.Util.wixext" /> | ||
| 5 | </ItemGroup> | ||
| 6 | </Project> \ No newline at end of file | ||
