diff options
author | Rob Mensching <rob@firegiant.com> | 2017-10-04 15:32:41 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-10-04 15:32:41 -0700 |
commit | e2d15ce225cbd9cd3e815cb9999f8896f8c610bf (patch) | |
tree | ae703ffd9f63fbee75eaa11a5b851e1de67a81ce | |
parent | f729d16ab0dfd841a16addaefba61a182d0b0d32 (diff) | |
download | wix-e2d15ce225cbd9cd3e815cb9999f8896f8c610bf.tar.gz wix-e2d15ce225cbd9cd3e815cb9999f8896f8c610bf.tar.bz2 wix-e2d15ce225cbd9cd3e815cb9999f8896f8c610bf.zip |
Reference extension by correct name
-rw-r--r-- | src/wixext/WixToolset.VisualStudio.wixext.targets | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wixext/WixToolset.VisualStudio.wixext.targets b/src/wixext/WixToolset.VisualStudio.wixext.targets index 903455e3..4542375f 100644 --- a/src/wixext/WixToolset.VisualStudio.wixext.targets +++ b/src/wixext/WixToolset.VisualStudio.wixext.targets | |||
@@ -3,8 +3,6 @@ | |||
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 | <ItemGroup> | 5 | <ItemGroup> |
6 | <WixExtension Include="WixToolset.VS.wixext"> | 6 | <WixExtension Include="$(MSBuildThisFileDirectory)..\tools\WixToolset.VisualStudio.wixext.dll" /> |
7 | <HintPath>$(MSBuildThisFileDirectory)..\tools\WixToolset.VS.wixext.dll</HintPath> | ||
8 | </WixExtension> | ||
9 | </ItemGroup> | 7 | </ItemGroup> |
10 | </Project> | 8 | </Project> |