| 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> |