aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.MSBuild/tools/wix.harvest.targets
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.MSBuild/tools/wix.harvest.targets')
-rw-r--r--src/WixToolset.MSBuild/tools/wix.harvest.targets19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/WixToolset.MSBuild/tools/wix.harvest.targets b/src/WixToolset.MSBuild/tools/wix.harvest.targets
index e4d866ea..dea44469 100644
--- a/src/WixToolset.MSBuild/tools/wix.harvest.targets
+++ b/src/WixToolset.MSBuild/tools/wix.harvest.targets
@@ -3,6 +3,10 @@
3 3
4 4
5<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 5<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6 <!-- These properties can be overridden to support non-default installations. -->
7 <PropertyGroup>
8 <HeatToolDir Condition=" '$(HeatToolDir)' == '' ">$(WixToolDir)</HeatToolDir>
9 </PropertyGroup>
6 10
7 <!-- These tasks are extensions for harvesting WiX source code from other sources. --> 11 <!-- These tasks are extensions for harvesting WiX source code from other sources. -->
8 <UsingTask TaskName="HeatFile" AssemblyFile="$(WixTasksPath)" /> 12 <UsingTask TaskName="HeatFile" AssemblyFile="$(WixTasksPath)" />
@@ -274,7 +278,10 @@
274 Configuration="%(_AllHeatProjects.Configuration)" 278 Configuration="%(_AllHeatProjects.Configuration)"
275 Platform="%(_AllHeatProjects.Platform)" 279 Platform="%(_AllHeatProjects.Platform)"
276 GenerateWixVariables="$(HarvestProjectsGenerateWixVariables)" 280 GenerateWixVariables="$(HarvestProjectsGenerateWixVariables)"
277 AdditionalOptions="$(HarvestProjectsAdditionalOptions)"> 281 AdditionalOptions="$(HarvestProjectsAdditionalOptions)"
282 RunAsSeparateProcess="$(RunWixToolsOutOfProc)"
283 ToolExe="$(HeatToolExe)"
284 ToolPath="$(HeatToolDir)">
278 285
279 <Output TaskParameter="OutputFile" ItemName="Compile" /> 286 <Output TaskParameter="OutputFile" ItemName="Compile" />
280 <Output TaskParameter="OutputFile" ItemName="FileWrites" /> 287 <Output TaskParameter="OutputFile" ItemName="FileWrites" />
@@ -359,7 +366,10 @@
359 SuppressCom="%(HarvestDirectory.SuppressCom)" 366 SuppressCom="%(HarvestDirectory.SuppressCom)"
360 SuppressRootDirectory="%(HarvestDirectory.SuppressRootDirectory)" 367 SuppressRootDirectory="%(HarvestDirectory.SuppressRootDirectory)"
361 SuppressRegistry="%(HarvestDirectory.SuppressRegistry)" 368 SuppressRegistry="%(HarvestDirectory.SuppressRegistry)"
362 AdditionalOptions="$(HarvestDirectoryAdditionalOptions)"> 369 AdditionalOptions="$(HarvestDirectoryAdditionalOptions)"
370 RunAsSeparateProcess="$(RunWixToolsOutOfProc)"
371 ToolExe="$(HeatToolExe)"
372 ToolPath="$(HeatToolDir)">
363 373
364 <Output TaskParameter="OutputFile" ItemName="Compile" /> 374 <Output TaskParameter="OutputFile" ItemName="Compile" />
365 <Output TaskParameter="OutputFile" ItemName="FileWrites" /> 375 <Output TaskParameter="OutputFile" ItemName="FileWrites" />
@@ -432,7 +442,10 @@
432 SuppressCom="%(HarvestFile.SuppressCom)" 442 SuppressCom="%(HarvestFile.SuppressCom)"
433 SuppressRegistry="%(HarvestFile.SuppressRegistry)" 443 SuppressRegistry="%(HarvestFile.SuppressRegistry)"
434 SuppressRootDirectory="%(HarvestFile.SuppressRootDirectory)" 444 SuppressRootDirectory="%(HarvestFile.SuppressRootDirectory)"
435 AdditionalOptions="$(HarvestFileAdditionalOptions)"> 445 AdditionalOptions="$(HarvestFileAdditionalOptions)"
446 RunAsSeparateProcess="$(RunWixToolsOutOfProc)"
447 ToolExe="$(HeatToolExe)"
448 ToolPath="$(HeatToolDir)">
436 449
437 <Output TaskParameter="OutputFile" ItemName="Compile" /> 450 <Output TaskParameter="OutputFile" ItemName="Compile" />
438 <Output TaskParameter="OutputFile" ItemName="FileWrites" /> 451 <Output TaskParameter="OutputFile" ItemName="FileWrites" />