diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-11-11 16:24:35 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-11-11 16:24:35 +1000 |
commit | 17c0d0788a6b0a18908020cfee633f631af33afb (patch) | |
tree | d3dd21731048c3f75195bfaa03a94d4b532ed132 /src/wixext | |
parent | d86b61727a51cde11c44a0c54d1d1bc132808d64 (diff) | |
download | wix-17c0d0788a6b0a18908020cfee633f631af33afb.tar.gz wix-17c0d0788a6b0a18908020cfee633f631af33afb.tar.bz2 wix-17c0d0788a6b0a18908020cfee633f631af33afb.zip |
Fix WixToolset.Netfx.wixext.targets.
Update to latest Tools.
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Netfx.wixext.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/WixToolset.Netfx.wixext.targets b/src/wixext/WixToolset.Netfx.wixext.targets index 17312abf..2ed9c488 100644 --- a/src/wixext/WixToolset.Netfx.wixext.targets +++ b/src/wixext/WixToolset.Netfx.wixext.targets | |||
@@ -3,7 +3,7 @@ | |||
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 | <WixToolsetNetfxWixextPath Condition=" '$(WixToolsetNetfxWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Netfx.wixext.dll"</WixToolsetNetfxWixextPath> | 6 | <WixToolsetNetfxWixextPath Condition=" '$(WixToolsetNetfxWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Netfx.wixext.dll</WixToolsetNetfxWixextPath> |
7 | </PropertyGroup> | 7 | </PropertyGroup> |
8 | <ItemGroup> | 8 | <ItemGroup> |
9 | <WixExtension Include="$(WixToolsetNetfxWixextPath)" /> | 9 | <WixExtension Include="$(WixToolsetNetfxWixextPath)" /> |