diff options
Diffstat (limited to 'src/test/wix/TestData/WixprojPackageHarvesting/WixprojPackageHarvesting.wixproj')
-rw-r--r-- | src/test/wix/TestData/WixprojPackageHarvesting/WixprojPackageHarvesting.wixproj | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/test/wix/TestData/WixprojPackageHarvesting/WixprojPackageHarvesting.wixproj b/src/test/wix/TestData/WixprojPackageHarvesting/WixprojPackageHarvesting.wixproj new file mode 100644 index 00000000..c4255246 --- /dev/null +++ b/src/test/wix/TestData/WixprojPackageHarvesting/WixprojPackageHarvesting.wixproj | |||
@@ -0,0 +1,21 @@ | |||
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 | |||
3 | <Project Sdk='WixToolset.Sdk'> | ||
4 | <PropertyGroup> | ||
5 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
6 | <SuppressValidation>true</SuppressValidation> | ||
7 | </PropertyGroup> | ||
8 | |||
9 | <ItemGroup> | ||
10 | <HarvestDirectory Include="_data"> | ||
11 | <ComponentGroupName>HarvestedComponents</ComponentGroupName> | ||
12 | <DirectoryRefId>ApplicationFolder</DirectoryRefId> | ||
13 | <SuppressRootDirectory>true</SuppressRootDirectory> | ||
14 | </HarvestDirectory> | ||
15 | <BindInputPaths Include="_data" /> | ||
16 | </ItemGroup> | ||
17 | |||
18 | <ItemGroup> | ||
19 | <PackageReference Include="Wixtoolset.Heat" /> | ||
20 | </ItemGroup> | ||
21 | </Project> | ||