[PT Run] Remove duplicated dll's from Plugins (#7617)

* Added copy local false for project references of plugins

* Remove infra and plugin dll from PT Run plugins
This commit is contained in:
Divyansh Srivastava
2020-10-29 14:46:09 -07:00
committed by GitHub
parent 215c353dee
commit 5015642b6d
8 changed files with 53 additions and 23 deletions

View File

@@ -48,8 +48,12 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Wox.Infrastructure\Wox.Infrastructure.csproj" />
<ProjectReference Include="..\..\Wox.Plugin\Wox.Plugin.csproj" />
<ProjectReference Include="..\..\Wox.Infrastructure\Wox.Infrastructure.csproj" >
<Private>false</Private>
</ProjectReference>
<ProjectReference Include="..\..\Wox.Plugin\Wox.Plugin.csproj" >
<Private>false</Private>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Plugin.Folder\Microsoft.Plugin.Folder.csproj">
<Private>false</Private>
</ProjectReference>