diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-07-26 17:20:39 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-08-01 20:25:19 -0700 |
| commit | a627ca9b720047e633a8fe72003ab9bee31006c5 (patch) | |
| tree | 2bc8a924bb4141ab718e74d08f6459a0ffe8d573 /src/ext/Bal/test/examples/EarliestCoreBundleSCD | |
| parent | 521eb3c9cf38823a2c4019abb85dc0b3200b92cb (diff) | |
| download | wix-a627ca9b720047e633a8fe72003ab9bee31006c5.tar.gz wix-a627ca9b720047e633a8fe72003ab9bee31006c5.tar.bz2 wix-a627ca9b720047e633a8fe72003ab9bee31006c5.zip | |
Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets
Moves Heat functionality to the "tools" layer and packages it all
up in WixToolset.Heat.nupkg for distribution in WiX v4.
Completes 6838
Diffstat (limited to 'src/ext/Bal/test/examples/EarliestCoreBundleSCD')
| -rw-r--r-- | src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj b/src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj index ebeebff2..3f81710e 100644 --- a/src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj +++ b/src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj | |||
| @@ -7,4 +7,8 @@ | |||
| 7 | <Transforms>ba.xslt</Transforms> | 7 | <Transforms>ba.xslt</Transforms> |
| 8 | </HarvestDirectory> | 8 | </HarvestDirectory> |
| 9 | </ItemGroup> | 9 | </ItemGroup> |
| 10 | |||
| 11 | <ItemGroup> | ||
| 12 | <PackageReference Include="WixToolset.Heat" /> | ||
| 13 | </ItemGroup> | ||
| 10 | </Project> | 14 | </Project> |
