From 5015642b6dcb263a99a6b416e026fc7f2efa2c29 Mon Sep 17 00:00:00 2001 From: Divyansh Srivastava Date: Thu, 29 Oct 2020 14:46:09 -0700 Subject: [PATCH] [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 --- installer/PowerToysSetup/Product.wxs | 14 +++++++------- .../Microsoft.Plugin.Calculator.csproj | 8 ++++++-- .../Microsoft.Plugin.Folder.csproj | 12 +++++++++--- .../Microsoft.Plugin.Indexer.csproj | 8 ++++++-- .../Microsoft.Plugin.Program.csproj | 10 +++++++--- .../Microsoft.Plugin.Shell.csproj | 8 ++++++-- .../Microsoft.Plugin.Uri.csproj | 8 ++++++-- .../Microsoft.Plugin.WindowWalker.csproj | 8 ++++++-- 8 files changed, 53 insertions(+), 23 deletions(-) diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 2f8c8df2d3..9f69cb987e 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -901,7 +901,7 @@ - + @@ -912,7 +912,7 @@ - + @@ -924,7 +924,7 @@ - + @@ -936,7 +936,7 @@ - + @@ -948,7 +948,7 @@ - + @@ -960,7 +960,7 @@ - + @@ -971,7 +971,7 @@ - + diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Calculator/Microsoft.Plugin.Calculator.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Calculator/Microsoft.Plugin.Calculator.csproj index cb02022363..4d08b436b3 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Calculator/Microsoft.Plugin.Calculator.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Calculator/Microsoft.Plugin.Calculator.csproj @@ -55,8 +55,12 @@ - - + + false + + + false + diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Folder/Microsoft.Plugin.Folder.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Folder/Microsoft.Plugin.Folder.csproj index 6e0358d7d4..704b3600e1 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Folder/Microsoft.Plugin.Folder.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Folder/Microsoft.Plugin.Folder.csproj @@ -60,9 +60,15 @@ - - - + + false + + + false + + + false + diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj index 010b7f4c49..46d29f7395 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj @@ -53,8 +53,12 @@ - - + + false + + + false + diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj index 3ed691a4a4..e6a6440285 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj @@ -1,4 +1,4 @@ - + @@ -57,8 +57,12 @@ - - + + false + + + false + diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj index 6a5b2b2d1d..f3f37b892b 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj @@ -48,8 +48,12 @@ - - + + false + + + false + false diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj index 0dbdff18fa..dfed382044 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj @@ -58,8 +58,12 @@ - - + + false + + + false + diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Microsoft.Plugin.WindowWalker.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Microsoft.Plugin.WindowWalker.csproj index 8dbe2afb49..0d9903857b 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Microsoft.Plugin.WindowWalker.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Microsoft.Plugin.WindowWalker.csproj @@ -60,8 +60,12 @@ - - + + false + + + false +