@joebigelow / wix / commits / e2d15ce2

Reference extension by correct name

Rob Mensching committed Oct 4, 2017 at 15:32 UTC e2d15ce225cbd9cd3e815cb9999f8896f8c610bf
1 file changed +1 -3
src/wixext/WixToolset.VisualStudio.wixext.targets
+1 -3
@@ -3,8 +3,6 @@
3
4 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
5 <ItemGroup>
6 - <WixExtension Include="WixToolset.VS.wixext">
7 - <HintPath>$(MSBuildThisFileDirectory)..\tools\WixToolset.VS.wixext.dll</HintPath>
8 - </WixExtension>
6 + <WixExtension Include="$(MSBuildThisFileDirectory)..\tools\WixToolset.VisualStudio.wixext.dll" />
7 </ItemGroup>
8 </Project>