Fix missing dlls in MSI for 0.19 (#4474)

* Add/remove missing dlls and add search.interop nuget package ref

* Fixed formatting
This commit is contained in:
Arjun Balgovind
2020-06-24 14:48:16 -07:00
committed by GitHub
parent fa0545e4b3
commit 2601d8b702
3 changed files with 17 additions and 10 deletions

View File

@@ -95,7 +95,9 @@
<ProjectReference Include="..\Wox.Core\Wox.Core.csproj" />
<ProjectReference Include="..\Wox.Infrastructure\Wox.Infrastructure.csproj" />
<ProjectReference Include="..\Wox.Plugin\Wox.Plugin.csproj" />
<ProjectReference Include="..\Wox\Wox.csproj" />
<ProjectReference Include="..\Wox\Wox.csproj">
<NoWarn>NU1701</NoWarn>
</ProjectReference>
</ItemGroup>
<ItemGroup>