microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
109.9k stars 6.48k forks source link

Remove unnecessary dll from MSI #5940

Closed dsrivastavv closed 3 years ago

dsrivastavv commented 4 years ago

Wox.infrastructure and Wox.plugin are currently compiled for all projects referencing it. This is unnecessary as during runtime these dll's are loaded in memory by PowerLauncher project. So we should be able to remove multiple copies of these dll by using following configuration : https://docs.microsoft.com/en-us/dotnet/api/vslangproj.reference.copylocal?view=visualstudiosdk-2017

crutkas commented 4 years ago

great catch!

crutkas commented 3 years ago

Shipped with 0.27 release. https://github.com/microsoft/PowerToys/releases/tag/v0.27.0