From 740b792251c1ceffe7d06d0370dfe941d6de5cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=98=E9=9F=AC=20=E5=BC=A0?= Date: Tue, 23 Feb 2021 18:28:46 +0800 Subject: [PATCH] add Content back to csproj so that the xamls will be copied --- ...low.Launcher.Plugin.BrowserBookmark.csproj | 3 ++ .../Flow.Launcher.Plugin.WebSearch.csproj | 33 ++++++++++--------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj index fc4547556..acfc79d7a 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj @@ -58,6 +58,9 @@ PreserveNewest + + PreserveNewest + diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj b/Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj index b1660045c..3fbba1deb 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj @@ -5,7 +5,7 @@ net5.0-windows {403B57F2-1856-4FC7-8A24-36AB346B763E} Properties - true + true Flow.Launcher.Plugin.WebSearch Flow.Launcher.Plugin.WebSearch true @@ -13,7 +13,7 @@ false en - + true portable @@ -24,7 +24,7 @@ 4 false - + pdbonly true @@ -39,18 +39,21 @@ PreserveNewest - - - - + PreserveNewest - - + + - - - - - + + + PreserveNewest + + - \ No newline at end of file + + + + + + + \ No newline at end of file