aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/WixToolset.Netfx.wixext.targets
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/WixToolset.Netfx.wixext.targets')
-rw-r--r--src/wixext/WixToolset.Netfx.wixext.targets2
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)" />