Skip to content

Commit

Permalink
Add WixHttpExtension to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
rrzaripov committed Jun 28, 2016
1 parent 32d0c98 commit 226c3d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CobraWinLDTP.Wix/CobraWinLDTP.Wix.csproj
Expand Up @@ -33,6 +33,10 @@
<HintPath>$(WixExtDir)\WixNetFxExtension.dll</HintPath>
<Name>WixNetFxExtension</Name>
</WixExtension>
<WixExtension Include="WixHttpExtension">
<HintPath>$(WixExtDir)\WixHttpExtension.dll</HintPath>
<Name>WixHttpExtension</Name>
</WixExtension>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CobraWinLDTP\CobraWinLDTP.csproj">
Expand Down

0 comments on commit 226c3d1

Please sign in to comment.