Skip to content

Commit

Permalink
[MSI] Add project reference to Npgsql
Browse files Browse the repository at this point in the history
Ensures Npgsql is built before the WiX runs.
  • Loading branch information
roji committed Mar 8, 2017
1 parent ec5683a commit e1facfe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/MSI/MSI.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
<ItemGroup>
<EmbeddedResource Include="Strings1.wxl" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Npgsql\Npgsql.csproj">
<Name>Npgsql</Name>
<Project>{9d13b739-62b1-4190-b386-7a9547304eb3}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<Target Name="CreateWixProperties" BeforeTargets="Compile">
<!-- Get the programs assembly version from the .exe file -->
Expand Down

0 comments on commit e1facfe

Please sign in to comment.