diff options
author | Rob Mensching <rob@firegiant.com> | 2023-01-11 20:32:40 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-01-11 22:05:39 -0800 |
commit | 8176844f2b5b6558dcd417b189cab793018e6e2c (patch) | |
tree | 8b8c8b8c4c3ca59e0c649ee49b53a98537a750f6 | |
parent | 80326388ce249e92874ed97193c4be4fec25d790 (diff) | |
download | wix-8176844f2b5b6558dcd417b189cab793018e6e2c.tar.gz wix-8176844f2b5b6558dcd417b189cab793018e6e2c.tar.bz2 wix-8176844f2b5b6558dcd417b189cab793018e6e2c.zip |
Minor code clean up
-rw-r--r-- | src/wix/WixToolset.Sdk/tools/wix.targets | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index 7e87064d..cdc831e6 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets | |||
@@ -40,6 +40,15 @@ | |||
40 | <AvailableItemName Include="BindPath;BindVariable;WixLibrary;WixExtension" /> | 40 | <AvailableItemName Include="BindPath;BindVariable;WixLibrary;WixExtension" /> |
41 | </ItemGroup> | 41 | </ItemGroup> |
42 | 42 | ||
43 | <UsingTask TaskName="CreateItemAvoidingInference" AssemblyFile="$(WixTasksPath)" /> | ||
44 | <UsingTask TaskName="UpdateProjectReferenceMetadata" AssemblyFile="$(WixTasksPath)" /> | ||
45 | <UsingTask TaskName="CreateProjectReferenceDefineConstantsAndBindPaths" AssemblyFile="$(WixTasksPath)" /> | ||
46 | <UsingTask TaskName="WixAssignCulture" AssemblyFile="$(WixTasksPath)" /> | ||
47 | <UsingTask TaskName="ReadTracking" AssemblyFile="$(WixTasksPath)" /> | ||
48 | <UsingTask TaskName="ResolveWixReferences" AssemblyFile="$(WixTasksPath)" /> | ||
49 | <UsingTask TaskName="WixBuild" AssemblyFile="$(WixTasksPath)" /> | ||
50 | <UsingTask TaskName="WindowsInstallerValidation" AssemblyFile="$(WixTasksPath)" /> | ||
51 | |||
43 | <!-- | 52 | <!-- |
44 | *********************************************************************************************** | 53 | *********************************************************************************************** |
45 | *********************************************************************************************** | 54 | *********************************************************************************************** |
@@ -152,15 +161,6 @@ | |||
152 | *********************************************************************************************** | 161 | *********************************************************************************************** |
153 | --> | 162 | --> |
154 | 163 | ||
155 | <UsingTask TaskName="CreateItemAvoidingInference" AssemblyFile="$(WixTasksPath)" /> | ||
156 | <UsingTask TaskName="UpdateProjectReferenceMetadata" AssemblyFile="$(WixTasksPath)" /> | ||
157 | <UsingTask TaskName="CreateProjectReferenceDefineConstantsAndBindPaths" AssemblyFile="$(WixTasksPath)" /> | ||
158 | <UsingTask TaskName="WixAssignCulture" AssemblyFile="$(WixTasksPath)" /> | ||
159 | <UsingTask TaskName="ReadTracking" AssemblyFile="$(WixTasksPath)" /> | ||
160 | <UsingTask TaskName="ResolveWixReferences" AssemblyFile="$(WixTasksPath)" /> | ||
161 | <UsingTask TaskName="WixBuild" AssemblyFile="$(WixTasksPath)" /> | ||
162 | <UsingTask TaskName="WindowsInstallerValidation" AssemblyFile="$(WixTasksPath)" /> | ||
163 | |||
164 | <!-- | 164 | <!-- |
165 | *********************************************************************************************** | 165 | *********************************************************************************************** |
166 | *********************************************************************************************** | 166 | *********************************************************************************************** |