diff options
| author | Rob Mensching <rob@firegiant.com> | 2024-07-17 11:09:34 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2024-07-17 12:15:00 -0700 |
| commit | 8fb5d579e8cf5eb0f93d07a73bf318a8969c6b10 (patch) | |
| tree | b9640c71b55bf81d63b9978b8583ac5d839bf6ee /src/test/msi/TestData/TouchFileTests/TouchFile/TouchFile.wixproj | |
| parent | bb975d370a6a7398c4d28d23601b20ada7a7cdfe (diff) | |
| download | wix-8fb5d579e8cf5eb0f93d07a73bf318a8969c6b10.tar.gz wix-8fb5d579e8cf5eb0f93d07a73bf318a8969c6b10.tar.bz2 wix-8fb5d579e8cf5eb0f93d07a73bf318a8969c6b10.zip | |
Initialize WOW64 in TouchFile custom action
Fixes 8638
Diffstat (limited to 'src/test/msi/TestData/TouchFileTests/TouchFile/TouchFile.wixproj')
| -rw-r--r-- | src/test/msi/TestData/TouchFileTests/TouchFile/TouchFile.wixproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/msi/TestData/TouchFileTests/TouchFile/TouchFile.wixproj b/src/test/msi/TestData/TouchFileTests/TouchFile/TouchFile.wixproj new file mode 100644 index 00000000..58321e7e --- /dev/null +++ b/src/test/msi/TestData/TouchFileTests/TouchFile/TouchFile.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 | ||
