diff options
Diffstat (limited to 'src/WixToolset.BuildTasks/wix.targets')
| -rw-r--r-- | src/WixToolset.BuildTasks/wix.targets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.BuildTasks/wix.targets b/src/WixToolset.BuildTasks/wix.targets index eb0f815a..b8d6bb34 100644 --- a/src/WixToolset.BuildTasks/wix.targets +++ b/src/WixToolset.BuildTasks/wix.targets | |||
| @@ -101,7 +101,7 @@ | |||
| 101 | --> | 101 | --> |
| 102 | 102 | ||
| 103 | <!-- These tasks can be used as general-purpose build tasks. --> | 103 | <!-- These tasks can be used as general-purpose build tasks. --> |
| 104 | <UsingTask TaskName="DoIt" AssemblyFile="$(WixTasksPath)" /> | 104 | <UsingTask TaskName="WixBuild" AssemblyFile="$(WixTasksPath)" /> |
| 105 | 105 | ||
| 106 | <!-- These tasks are specific to the build process defined in this file, and are not considered general-purpose build tasks. --> | 106 | <!-- These tasks are specific to the build process defined in this file, and are not considered general-purpose build tasks. --> |
| 107 | <UsingTask TaskName="CreateItemAvoidingInference" AssemblyFile="$(WixTasksPath)" /> | 107 | <UsingTask TaskName="CreateItemAvoidingInference" AssemblyFile="$(WixTasksPath)" /> |
| @@ -629,7 +629,7 @@ | |||
| 629 | <PdbOutputFile>$(IntermediateOutputPath)%(CultureGroup.OutputFolder)$(TargetPdbFileName)</PdbOutputFile> | 629 | <PdbOutputFile>$(IntermediateOutputPath)%(CultureGroup.OutputFolder)$(TargetPdbFileName)</PdbOutputFile> |
| 630 | </PropertyGroup> | 630 | </PropertyGroup> |
| 631 | 631 | ||
| 632 | <DoIt | 632 | <WixBuild |
| 633 | SourceFiles="@(_CompileWithObjectPath)" | 633 | SourceFiles="@(_CompileWithObjectPath)" |
| 634 | LibraryFiles="@(WixLibProjects);@(_ResolvedWixLibraryPaths)" | 634 | LibraryFiles="@(WixLibProjects);@(_ResolvedWixLibraryPaths)" |
| 635 | LocalizationFiles="@(EmbeddedResource)" | 635 | LocalizationFiles="@(EmbeddedResource)" |
