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