Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed May 22, 2017
1 parent 44cea63 commit 9489af4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions QuickLook.Installer/QuickLook.Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
<ItemGroup>
<Content Include="lgpl.rtf" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\QuickLook\QuickLook.csproj">
<Name>QuickLook</Name>
<Project>{8b4a9ce5-67b5-4a94-81cb-3771f688fdeb}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
</ItemGroup>
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
Expand Down

0 comments on commit 9489af4

Please sign in to comment.