| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project Sdk="WixToolset.Sdk"> |
| 3 | |
| 4 | <ItemGroup> |
| 5 | <BindInputPaths Include="." /> |
| 6 | </ItemGroup> |
| 7 | |
| 8 | <PropertyGroup> |
| 9 | <HarvestFileSuppressUniqueIds>true</HarvestFileSuppressUniqueIds> |
| 10 | </PropertyGroup> |
| 11 | |
| 12 | <ItemGroup> |
| 13 | <HarvestFile Include="HeatFilePackage.wixproj"> |
| 14 | <ComponentGroupName>ProductComponents</ComponentGroupName> |
| 15 | <DirectoryRefId>INSTALLFOLDER</DirectoryRefId> |
| 16 | <SuppressRootDirectory>true</SuppressRootDirectory> |
| 17 | </HarvestFile> |
| 18 | </ItemGroup> |
| 19 | |
| 20 | <Import Project="$(HeatTargetsPath)" /> |
| 21 | </Project> |