From 827a95372228c6b00fe72306a3190099fe1583d6 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Wed, 15 Jul 2020 00:34:09 +0300 Subject: [PATCH] add PropertyChanged.Fody to Infrastructure project fixes various settings changes requiring a restart to take effect --- .../Flow.Launcher.Infrastructure.csproj | 2 ++ Flow.Launcher.Infrastructure/FodyWeavers.xml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 Flow.Launcher.Infrastructure/FodyWeavers.xml diff --git a/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj b/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj index 3a756cd26..410d11536 100644 --- a/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj +++ b/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj @@ -38,6 +38,7 @@ + @@ -55,6 +56,7 @@ + diff --git a/Flow.Launcher.Infrastructure/FodyWeavers.xml b/Flow.Launcher.Infrastructure/FodyWeavers.xml new file mode 100644 index 000000000..4e68ed1a8 --- /dev/null +++ b/Flow.Launcher.Infrastructure/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file