aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wixext/WixToolset.Dependency.wixext.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wixext/WixToolset.Dependency.wixext.targets b/src/wixext/WixToolset.Dependency.wixext.targets
index 494c0184..2b298736 100644
--- a/src/wixext/WixToolset.Dependency.wixext.targets
+++ b/src/wixext/WixToolset.Dependency.wixext.targets
@@ -3,9 +3,9 @@
3 3
4<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 4<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
5 <PropertyGroup> 5 <PropertyGroup>
6 <WixToolsetDepedencyWixextPath Condition=" '$(WixToolsetDepedencyWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Depedency.wixext.dll</WixToolsetDepedencyWixextPath> 6 <WixToolsetDependencyWixextPath Condition=" '$(WixToolsetDependencyWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Dependency.wixext.dll</WixToolsetDependencyWixextPath>
7 </PropertyGroup> 7 </PropertyGroup>
8 <ItemGroup> 8 <ItemGroup>
9 <WixExtension Include="$(WixToolsetDepedencyWixextPath)" /> 9 <WixExtension Include="$(WixToolsetDependencyWixextPath)" />
10 </ItemGroup> 10 </ItemGroup>
11</Project> 11</Project>