aboutsummaryrefslogtreecommitdiff
path: root/src/wixext
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-02-04 21:45:52 -0600
committerSean Hall <r.sean.hall@gmail.com>2019-02-04 21:45:52 -0600
commitf5cdcb877d3a419edb5a291620724a4c9ef7c919 (patch)
tree042e64e993d6aa36910c8c55af40aa459ebd30de /src/wixext
parent6f29d2fc2b3514cc85a7975e974e8e31f39288e2 (diff)
downloadwix-f5cdcb877d3a419edb5a291620724a4c9ef7c919.tar.gz
wix-f5cdcb877d3a419edb5a291620724a4c9ef7c919.tar.bz2
wix-f5cdcb877d3a419edb5a291620724a4c9ef7c919.zip
Fix nuget targets file.
Diffstat (limited to 'src/wixext')
-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>